[APP][Pro] Dashboard Studio - A completely free-form dashboard designer

I hope this to prevent:


the area is clickable (see yellow hand), but nothings happens. Only the filled light blue box around the bell responds.

Examples of “invisible button”:
Clicking on news photos (one SVG image) near the headlines opens a popup with the detailed news story:

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.

De dynamic colors are working again now.

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.

Oh… I tested the image widget with a png based on this comment:

But according to this latest comment:

The problem is not the image widget but the icon widget? (Thought I tested that also, but might be an button widget with an icon)

EDIT: Just tested it, Big PNG inside an icon widget. old iOS12 ipad shows the same size as modern browser on a desktop?

Please give me exact steps how to recreate your problem starting with a fresh canvas.

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).

I think we both have a nice solution.

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.