From a5df68702056232fdf803e7ad6ba723148f67820 Mon Sep 17 00:00:00 2001 From: llebel Date: Mon, 8 May 2023 13:59:09 +0200 Subject: [PATCH] Update documentation from DarkSky to OpenWeatherMap --- Documentation/Install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/Install.md b/Documentation/Install.md index 5af3bfe..a08d21e 100644 --- a/Documentation/Install.md +++ b/Documentation/Install.md @@ -268,10 +268,10 @@ We need to set API keys for DarkSky and Mapbox or Google Maps. These are both unless you have large volume. The PiClock usage is well below the maximums imposed by the no cost api keys. -#### DarkSky api keys +#### Openweathermap api keys -DarkSky api keys are created at this link: -https://darksky.net/dev +OpenWeatherMap api keys are created at this link: +https://home.openweathermap.org/api_keys #### Map API Key @@ -321,8 +321,8 @@ nano ApiKeys.py Put your api keys in the file as indicated ``` #change this to your API keys -# DarkSky API key -dsapi = 'YOUR DARKSKY API KEY' +#If you want to use Openweathermap.org, uncomment and add API key +owmapi = 'YOUR OPENWEATHERMAP API KEY' # Map API keys -- only needs 1 of the following # Google Maps API key (if usemapbox is not set in Config) googleapi = 'YOUR GOOGLE MAPS API KEY'