diff options
author | CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> | 2022-10-30 13:22:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 06:22:32 -0700 |
commit | 3ed40599e5e2402e586a1c618fdc5dec040b8316 (patch) | |
tree | a7762ea0f7f9840f944ae547402676667ab1ba7c | |
parent | d7fb8f5e3d4d64404d323c211352ba64cd10fe80 (diff) | |
download | homer-3ed40599e5e2402e586a1c618fdc5dec040b8316.tar.gz homer-3ed40599e5e2402e586a1c618fdc5dec040b8316.tar.zst homer-3ed40599e5e2402e586a1c618fdc5dec040b8316.zip |
troubleshooting: add openweather service help (#471)
* troubleshooting: add openweather service help
-rw-r--r-- | docs/troubleshooting.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 33b8fb7..8a0d11d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md | |||
@@ -47,3 +47,12 @@ To resolve this, you can either: | |||
47 | This should be a configuration issue. | 47 | This should be a configuration issue. |
48 | * Make sure the option `connectivityCheck` is set to `true` in configuration. | 48 | * Make sure the option `connectivityCheck` is set to `true` in configuration. |
49 | * Check your proxy configuration, the expected behavior is to redirect user using a 302 to the login page when user is not authenticated. | 49 | * Check your proxy configuration, the expected behavior is to redirect user using a 302 to the login page when user is not authenticated. |
50 | |||
51 | ## I put my API key into the OpenWeather service and it still isn't working | ||
52 | |||
53 | If you have just made an OpenWeatherMap account and/or a newly-made API key, there is a high chance that you need to wait for it to be activated (often a few hours). If after waiting it still doesn't work, make sure to check the location you have provided since it may be an invalid location. | ||
54 | |||
55 | For some basic debugging steps, you can: | ||
56 | * Check with a large city such as Amsterdam as the specified location within your configuration. | ||
57 | * Make sure your web browser is running the latest version of the homer configuration after updating the location (Ctrl + Shift + R). | ||
58 | * Check for errors within the browser console (Ctrl + Shift + I) relating to api.openweathermap.org | ||