From a256bbed0095924b761657d23234e8f84396949e Mon Sep 17 00:00:00 2001 From: Marco H Date: Wed, 6 Jul 2022 08:12:33 +0200 Subject: [PATCH] Use official writing of OpenWeatherMap Short documentation on how to get a OWN API key --- apps/owmweather/README.md | 6 +++--- apps/owmweather/interface.html | 23 +++++++++++++++++++---- apps/owmweather/metadata.json | 4 ++-- 3 files changed, 24 insertions(+), 9 deletions(-) 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.

+