I’m just getting starting this week in finally learning some on Habpanel…
Thanks to Signal11, I have a great base to start with and have started with the weather widget.
But I can’t get the icons to show. I could have sworn they were there yesterday and today there missing. And the widget shows the Temps, Humidity, and Pressure correct. Just no images.
I have them located in /etc/openhab2/html/images
and I also have them in /etc/openhab2/html/weather-data/images
So where to they belong? When I try to follow an image link it takes me to
http://myipaddress:8080/static/images/colorful/null.png
I think maybe it could something else with the weather binding? If I add a ‘null’ image to my /html/images/colorful/ folder, that will show up. Yet the images are not showing the various forecasts, etc.
Maybe something with the ConditionID?
EDIT, Found the issue if helps anyone. I had add the " unit=fahrenheit" to the Item info, and seems that results in looking for a null image.
String Weather_Condition0 "Condition [%s]" {weather="locationId=home, forecast=0, type=condition, property=text, unit=fahrenheit"}
So in your Condition0, 1, 2, you shouldn’t identify a unit value.