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
398 stars 78 forks source link

Invalid DateTime #306

Closed matomatusov closed 9 months ago

matomatusov commented 9 months ago

Hi, I don't know why the days are not shown in the weather forecast. Don't know what the problem could be?

image

Thanks :)

pkissling commented 9 months ago

hi @matomatusov, which weather provider are you using? problem is very likely caused by the date format provided by the weather provider

matomatusov commented 9 months ago

Hi @pkissling, I use the provider weather wunderground.

pkissling commented 9 months ago

i am not able to reproduce the problem, as i understand that i need a weather wunderground station to integrate the weather forecast in my HA instance.

however, i have the feeling that the date format in weather underground's forecast entities does not comply to ISO 8601. can you please provide the date format reported by weather wunderground?

image
matomatusov commented 9 months ago

Hi, I'm sending the format of the local time of observation. You are probably right, it is not in ISO format. Could it be adapted somehow?

Thanks

WUnderground weather Time

matomatusov commented 9 months ago

Hi, thank you for the great work.