UI Widget: Weather

Hello Florian,

Greeting from snowy Alaska.

I seem to have a type issue with my icon-id and creating the JSON file when the openweathermap.js runs

I’m running OH ver 4.3. I configured all of the items in the item file from the UI, and they are all populating. I created the JSON item and it remaines null.

The items file from gethub shows that the Icons should be a String.

String OneCall_Current_IconId (gOWM) {channel=“openweathermap:onecall:bridge:local:current#icon-id”}

the channels from the One Call item show ICONS to be an Image.

The Persistance appears to be working for the icon as an image,

But the openweathermap.js throws this error when it runs:

looking at the script it does appear to be expecting a string NOT an image.

Stumped on how to resolve. I checked openweathermap, but can’t find any settings for the oneCall item. Any assistance would be appreciated.