weather readme - #3741
parent
cf0b80ce6e
commit
39f8e58239
|
|
@ -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)
|
||||
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue