Using OpenWeatherMap with the Animated Weather card (GitHub - wowgamr/animated-weather-card: Animated icons for default Home Assistant weather card ). It is giving me precipitation units that are obviously wrong. Perhaps
the numbers are in millimeters but it is putting inches after the number?
Any tips on how to fix this? The Animated Weather card developers says it’s not his stuff that’s doing it.
tom_l
November 3, 2021, 11:40pm
2
I see you opened an issue here:
opened 04:20PM - 03 Nov 21 UTC
closed 11:08PM - 03 Nov 21 UTC
Forecasted precipitation amounts are obviously incorrect. Showing multiple inche… s for each day. Perhaps it is supposed to be in mm? Using Open Weather Map as the provider
![Capture](https://user-images.githubusercontent.com/2557404/140100373-a4be6858-d6a5-4b1a-a454-d0213481ed04.PNG)
Looks like you need to set your unit system to metric on the Configuration / General page of Home Assistant.
I actually want units to be in inches, but the number here seems to be using mm
tom_l
November 4, 2021, 12:13am
4
Add your details to this issue:
opened 07:52PM - 08 Jul 21 UTC
integration: openweathermap
### The problem
The Open Weather Map Integration is reporting the wrong dew poi… nt in Deg F. The value in centigrade is correct.
### What is version of Home Assistant Core has the issue?
2021.7.0
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
OpenWeatherMap
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/openweathermap/
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
_No response_
### Additional information
This seems to be a unit conversion issue. I have this issue on my Raspberry PI running hassos and also on a linux VM running Home Assistant Core with the only extension being Open Weather Map. I also installed hassos as a VM and had the issue. I believe there was an issue with centigrade that was fixed with #51893.
I closed that issue because the developer responded that it was not his component that was causing the issue
tom_l
November 4, 2021, 12:43am
6
Yes, the Home Assistant issue above is the relevant one.
Hello, I just had a question. Everything seems to work great with the card.
The only issue I’m having is the days are not labeled properly using this component.
weather.kyng_daynight
Is there something in the .js file I can change to get the day label to show properly?
Thanks for any help anybody could provide.