Widget_weather_card does not show icons

Hello,

i am using widget_weather_card to visualize openweathermap in openhab 4.1.2.
everything is working - just the weather icons are not shown - only questionmarks instead.

i see the following request in the browser log:
Proxy: need One_Call_API__Wetterinformationen_ForecastDay5_Iconid [app.ac598e3ce6e035bd1153.js:7:730706](This message is seen for multiple images)

and this item is available inclusive the underlying image.

I don’t get error messages in openhab.log.

What can i do?

best

Heiko

I don’t get any error messages in openhab.log

[:crayon:


.]

 - component: widget:widget_weather_card
                      config:
                        bigCard: true
                        dateFormat: true
                        forecastDays: "7"
                        forecastHours: "12"
                        itemPrefix: One_Call_API__Wetterinformationen_
                        locationTitle: Herschfeld
                        sunIndicator: true
                        wordingFeel: gefühlt
                        wordingForecastDays: täglich
                        wordingForecastHours: stündlich
                        wordingForecastPrecib: "%-Niederschlag"
                        wordingNow: jetzt
                        wordingSunrise: Sonnenaufgang
                        wordingSunset: Sonnenuntergang
                        wordingToday: heute

Hello.
You have selected the wrong channel… look at the screenshot, the correct one is highlighted in red.
Change channels accordingly for the required number of days and hours…
Don’t forget to check the box “Show advanced” marked with a red circle.

1 Like

Hello Rusodua,

that was the solution - thanks a lot!

best

Heiko