-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Openmeteo shows apparent temperature in hourly and daily #3273
Comments
I finally found it! Under MagicMirror\modules\default\weather\providers\openmeteo.js is this part (lowerd third):
And under temperature, minTemperature and maxTemperature it says the apparent_temperature for daily and hourly. Swap that with temperature_2m everywhere and you have the real temperature. Oh, and for the Precipitation Probability for daily it has to be precipitation_probability_max (Maybe openmeteo changed this). |
Shouldnt this then get fixed with a PR or didnt I understand your answer correctly? |
What's a PR? :O |
Oh, sorry. What I wanted to ask was: You found out that the MagicMirror Code doesnt handle the OpenMeteo data correctly? And it wasnt an error in your config? |
No problem ;) Ahh, okayyy. |
I use openmeteo as the weatherprovider.
It works good.
In the current weather is all fine.
But when I put the hourly and the daily in, it shows me the apparent temperature and not the temperature itself.
I'm confused, and don't know where I have to look to change it.
I looked in the provider folder the openmeteo.js too, and changed there something from apparent to temperature_2m, but it didn't worked.
Can you/somebody help me?
Thanks
The text was updated successfully, but these errors were encountered: