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

No weather icon and also udefined instead on verbal weather description #454

Closed fedd closed 2 months ago

fedd commented 2 months ago

I want to place this beautiful card of my dashboard but I'm seeing no big icon and no weather description:

image

Looks like it cant decode what the Openweathermap has sent it?

My config is like this:

type: custom:clock-weather-card
entity: weather.openweathermap
sun_entity: sun.sun
temperature_sensor: sensor.wb_ms_60_temperature
humidity_sensor: sensor.wb_ms_60_humidity
weather_icon_type: line
animated_icon: true
forecast_rows: 5
time_pattern: HH:mm
time_format: 24
date_pattern: ccc, d.MM.yy
hide_today_section: false
hide_forecast_section: false
show_humidity: true
hide_clock: false
hide_date: false
hourly_forecast: false
use_browser_time: false
time_zone: Europe/Moscow
show_decimal: false

Openweathermap seems to return this:

image

And it is configured like this - note the non-English locale. I've tried to play with this setting switching to English but nothing of the above had changed:

image

Any ideas?

pkissling commented 2 months ago

hi @fedd, there must be something wrong with your openweather integration / configuration. the state of the entity should not be unknown - since this is not a valid weather state

fedd commented 2 months ago

Thanks, switched to Meteorologisk institutt, works like a charm