-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 401 Error with openweathermap as API version change #789
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
O forgot to add the raw output from the API
Also I blanked out the API key in the ticket... I didn't use "XXXXXXX" :) |
Hiya @alucarddelta Looking at that error message, I see that it includes undefined instead of your actual details. Update your config to look like this, and it should work: - type: weather
options:
apiKey: XXXXXXX
city: Brisbane, AU
units: metric
hideDetails: false Have also tested the weather widget myself on a fresh instance, just to be sure, and I can confirm it works as expected. For future reference, if possible please do try and check the docs and troubeshooting guide first, as you're question has already been covered there. Hope that helps :) |
Gah, That's what happens when you over look thing and dig into another area that were completely wrong >.<. Yah that worked out @Lissy93. I don't know where I copied the original weather config from but the Cheers :) |
Environment
Self-Hosted (Docker)
System
Unraid version 6.10.3, Docker version 20.10.14, Firefox 102.0.1
Version
2.1.1
Describe the problem
Hey.
Setting up the Weather Widget with a new openweathermap user is returning a 401 (unauth) error code being returned form openweathermap .
It appears that new accounts from openweathermap have changed the default API version adm the API key that gets generated is the 3.0 type. As per https://openweathermap.org/api
This means all new openweathermap accounts created will not get the 2.5 API version creds which Dashy appears to be using according to the Sentry output.
Additional info
Config
Please tick the boxes
The text was updated successfully, but these errors were encountered: