weather readme - #3741

master
Gordon Williams 2025-03-05 09:25:48 +00:00
parent cf0b80ce6e
commit 39f8e58239
2 changed files with 5 additions and 3 deletions

View File

@ -53,8 +53,10 @@ When you first load QuickWeather, it will take you through the setup process. Yo
* Expiration timespan can be set after which the local weather data is considered as invalid
* Widget can be hidden
* To change the units for wind speed, you can install the [`Languages` app](https://banglejs.com/apps/?id=locale) which
allows you to choose the units used for speed/distance/temperature and so on.
## Controls
BTN2: opens the launcher (Bangle.js 1)
BTN: opens the launcher (Bangle.js 2)
* BTN2: opens the launcher (Bangle.js 1)
* BTN: opens the launcher (Bangle.js 2)

View File

@ -7,7 +7,7 @@
"screenshots": [{"url":"screenshot.png"}],
"tags": "widget,outdoors,clkinfo",
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "readme.md",
"readme": "README.md",
"storage": [
{"name":"weather.app.js","url":"app.js"},
{"name":"weather.wid.js","url":"widget.js"},