pkissling / clock-weather-card

A Home Assistant Card indicating today's date/time, along with an iOS inspired weather forecast for the next days with animated icons
Other
393 stars 77 forks source link

The current temperature indicator is not displayed. #56

Closed Murianwind closed 1 year ago

Murianwind commented 1 year ago

Checklist:

Release with the issue:

Last working release (if known):

Browser and Operating System:

Description of problem:

화면 캡처 2022-10-21 065040

If the current temperature is lower than today's minimum temperature, the indicator showing the current temperature is not displayed.

And are there any options I need to set to apply hourly weather? I applied hourly weather entity so hourly weather information is not displayed.

Javascript errors shown in the web inspector (if applicable):

Additional information:

pkissling commented 1 year ago

hi @Murianwind, thanks for reporting the issue. which weather provider are you using?

Microbeen commented 1 year ago

I have a similar problem. The current temperature indicator is not displayed. It worked correctly before the update. Weather provider - Gismeteo.

Murianwind commented 1 year ago

This is the weather component I am using.

https://github.com/GuGu927/damda_weather/

pkissling commented 1 year ago

thanks for reporting the issue.

although this issue is rather caused by inconsistent data by the weather provider (current temp is above/below the min/max temps of the forecast attribute), i did some modifications to the cards logic in order to properly adjust the min/max forecast values.

changes will be part of the next release.