I would like to be able to display Today_IconURL as an image tile in an EZ Dashboard.
Is there a way to accomplish this ? By default it displays the url of the image.
I tried to create a rule with a Virtual Image device but can't find a way to update the image automatically.
image attribute has been added to the parent driver. The driver uses the Today_IconURL to provide an img src string for the image attribute so it can display whatever icon the URL is providing.
groovy.lang.MissingMethodException: No signature of method: user_driver_Snell_WSM4Hubitat_712.$() is applicable for argument types: (user_driver_Snell_WSM4Hubitat_712$_GetOWForecast_closure4) values: [user_driver_Snell_WSM4Hubitat_712$_GetOWForecast_closure4@ec9e69]
Possible solutions: is(java.lang.Object), run(), run(), any(), use([Ljava.lang.Object;), any(groovy.lang.Closure) on line 970 (method GetOWForecast)
Correction to line 970 for the OW portion of the new icon URL to image. I accidentally nested a ${ } around the one that was SUPPOSED to be doing it. Thanks to @cedric for bringing the error up so quickly.
I'm using OpenWeather in a classic dashboard that I set up several years ago.
Today I received the notification that the OpenWeather 2.5 API won't work after 9/30, and I need to update to OW 3.0.
For those of us who are just stumbling around following instructions without really knowing what we are doing, is there a guide for both updating @snell Hubitat driver, and WeatherMap (those are the two virtual devices I ended up with) as well as the API on the OW site?
The OpenWeather method within WSM4Hubitat was changed over to support 3.0 in version 0.9.8. So if you update the driver to the current 0.9.10, it should be all set. I do not know about WeatherMap or what you mean by the API on the OW site though.