Other one: showing preferred Sonos radio stations with a Homey script Sonos api. Send the station logos in one SVG to the dash. Use a hidden button to start playing the selected radio station.
The text widgets now do show on the old iPad. Great work. Thanks,
The *.png’s in the icons still show as a few pixels. Did you check as an icon and put a .png in it?
If I use a image widget (not an icon widget) then the .png images do show just fine.
Hi Amersfoort, I now have a script that retrieves the image URL from my Sonos IP. The script writes these images to 12 text variables. The text variables are linked to buttons in DS. When I press a button, I start a script that populates 1 variable with the URI. This is a new option in the Sonos app. Play URI and that works well. Now I can simply select 12 new favorites in the Sonos app.
Thank you @Johan_Huisman for your information.
In the Sonos Local api you can see my request about this subject.
I made this with a SVG already before the Play uri functionality became available. Because of the big related flows I made the “request”. For me the advantages where:
dynamically select Sonos favourites (nothing to change on Homey when changing Sonos settings)
create all image buttons in one SVG
send SVG to dashboard
send the uri favourites to 18 hidden buttons
selecting a button in the dash sends the uri to the Sonos uri card
Advantage: one script needed without Homey maintenance. Disadvantage: SVG needed (but Gemini AI is most of the times a great help).
It probably was something I wrongly configured.
I created a new canvas, as you suggested, and added a new icon widget.
The image size of the *.png shows OK on the old iPad.
For me all is ok now. Thank you for all your effort and sorry I had misconfigured the icon and thought it was a dashboard issue.