diff --git a/Home.md b/Home.md index b2d9b5e..e5ca195 100644 --- a/Home.md +++ b/Home.md @@ -54,7 +54,7 @@ Setting this to `true` will provide more logs from RealTimeWeather. This is usef ### Getting an OpenWeather API key To use the weather sync feature, you will need to get an API key from OpenWeatherMap. Each person should have their own API key. Do not share your API key with anyone or use anyone else's API key. -**After generating an API key, it may take a bit for it to start working. Please wait an hour before asking for help if RealTimeWeather says that your API key is correct.** +**After generating an API key, it may take a bit for it to start working. Please wait an hour before asking for help if RealTimeWeather says that your API key is incorrect.** To get an API key, go to [openweathermap.org](https://openweathermap.org) and create an account by clicking `Sign In` in the upper right corner and then clicking `Create an Account.`. @@ -72,7 +72,7 @@ The simplest solution to this problem is that you did copy and/or past the API k If you've made sure that the API key in your configuration file was copied correctly, and your issue still continues, you may need to wait up to an hour for your API to become active. Usually, this process should only take a few minutes at most, but it can take longer. Continue checking your API key for at least an hour. -If you want an easier way to check if your API key is correct, try pasting `https://api.openweathermap.org/geo/1.0/zip?zip=34134,DE&appid=[YOUR_API_KEY]` into your internet browser **(make sure that you replace [YOUR_API_KEY], including the `[ ]`, with your API key**. If you get a response like: +If you want an easier way to check if your API key is correct, try pasting `https://api.openweathermap.org/geo/1.0/zip?zip=34134,DE&appid=[YOUR_API_KEY]` into your internet browser **(make sure that you replace `[YOUR_API_KEY]`, including the `[ ]`, with your API key**. If you get a response like: `{"zip":"34134","name":"Kassel","lat":51.2878,"lon":9.4705,"country":"DE"}` @@ -80,4 +80,4 @@ and RealTimeWeather still gives you the same error, open an issue [here](https:/ `{"cod":401, "message": "Invalid API key. Please see https://openweathermap.org/faq#error401 for more info."}` -then you need to keep waiting. If you've waited for more than an hour and nothing has changed, try generating another API key or contacting [OpenWeatherMap support](https://home.openweathermap.org/questions). \ No newline at end of file +then you need to keep waiting. If you've waited for more than an hour and RealTimeWeather still displays an error, try generating another API key or contacting [OpenWeatherMap support](https://home.openweathermap.org/questions). \ No newline at end of file