diff --git a/apps/weather/readme.md b/apps/weather/README.md similarity index 92% rename from apps/weather/readme.md rename to apps/weather/README.md index 55002d7f7..fd4d9f4a1 100644 --- a/apps/weather/readme.md +++ b/apps/weather/README.md @@ -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) diff --git a/apps/weather/metadata.json b/apps/weather/metadata.json index 79f2289fd..d1693501d 100644 --- a/apps/weather/metadata.json +++ b/apps/weather/metadata.json @@ -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"},