diff --git a/apps/owmweather/README.md b/apps/owmweather/README.md index 694724c4a..ba0427455 100644 --- a/apps/owmweather/README.md +++ b/apps/owmweather/README.md @@ -1,12 +1,12 @@ -# Open Weather Map weather provider +# OpenWeatherMap weather provider -This updates [Weather](https://banglejs.com/apps/#weather) with data from the Open Weather Map API +This updates [Weather](https://banglejs.com/apps/#weather) with data from the OpenWeatherMap API ## Usage Just install and configure the app. This needs an internet-enabled Gadgetbridge version. Install [My Location](https://banglejs.com/apps/#mylocation) to change the location for the weather requests. -Install one of the text input libraries to modify the API key in the settings +Install one of the text input libraries to set the API key in the app settings or use the web interface. ## Creator diff --git a/apps/owmweather/interface.html b/apps/owmweather/interface.html index f629a5be9..3f9467a83 100644 --- a/apps/owmweather/interface.html +++ b/apps/owmweather/interface.html @@ -2,14 +2,28 @@ - -

Set OWM API key

-

-

+ +

Set OpenWeatherMap (OWM) API key

+

+ +

Where to get your personal API key?

+

Go to https://home.openweathermap.org/users/sign_up and sign up for a free account.
+ After registration you can login and optain your personal API key.

+