Hi Yann, may I ask how you added the cloud icon for the weather? Does it change automatically with the weather? Does anyone have a 3- or 5-day forecast yet? Buienradar works fine, but I’m still looking for a weather icon that displays the current weather.
How did you integrate Buienradar?
I created the workflow below according to the tips and tricks from Satoer. See Dashboard Studio | The Ultimate Smart Home Interface . You can link this to an image widget.
Buienradarlink: https://api.buienradar.nl/image/1.0/RadarMapNL?w=500&h=512&nocache=123&rand=
hello @Johan_Huisman
I have created a bunch of advanced flows to sent data to DS… one of them is dedicated to weather (météo in French) - I put notes in English for you
first step is my trigger - dashboard loaded + time loop every hour…
second step - I catch the ‘météo’ string variable ( I supposed ‘weather’ in English)
third step - with logic function, I test the string , and for each string I choose a dedicated icon that I put in the DS send card
so far it is a work in progress, I didn’t spend time to track all possible words - I advance day by day… I didn’t even check if I can use IDs instead of word (better for translation) - just experimenting UI/UX stuff
It’s update automatically with the timer trigger
my next experimentation for a nice weather widget is
1 : add forecast
2 : change icon with photo background, animated will be a plus - I really expect to bring a nice touch of animation in most of the widget
Thank you for your clear explanation. Dashboard Studio requires more workflow control to make elements visible properly.
tell me about it ![]()
this is my flow for 1 homePod only… - I send 6 card events
I have 4 speakers to manage
…
for sure I can optimise my ‘code’ a bit but the main thing is I don’t know if I can’t dynamically generate a variable/tag name - maybe cause DS card accept tag
changing hardcoded : ‘Dash.bur.Progression’ with : ‘Dash.[ROOM].Progression’ will be way better
Are you sure there are no other widget elements overlaying the push button? So the click is not registering because you are actually clicking another overlaying widget? What operating system and browser are you using? Do you have the same experience using the demo dashboard (all widgets page => buttons?
There is no function like that, but there is an option to duplicate all selected objects. I think an option like “move selected object to page(s)[xx]” should be doable.
The dim state capability should be available for every light that supports this. (Dashboard Studio settings in homey => list of devices => pick a light=>Dim level. You have to enable this to control and receive the values in dashboard studio.
I try a work around, triggering a flow from DS
forget my morning request ![]()
Thanks for your answer.
No, but I saw only the letters were clickable when I use a transparant background or no background. That’s why most clicks were missed. I also prefer the font of the label widget but that cannot be clickable, can it?
Duplicate to page would be helpful.
Ah, I have to use the value setting. Thanks!
One other thing: I use the dashboard on two floors. When something is changed on one floor, the dashboard isn’t refreshed on tje other floor, unless I hard refresh the page. How can I solve this?
damned,
I can interact with my buttons…
only few glitches : flash when reload prevent frequent updates
and it is full screen - you can’t access elements on your finder
but it’s is freaking amazing
Yes you can create variable tag names in a Homey flow. Like: Button[number tag]Activated. And then in DS use topics Button1Activated, Button2Activated etc.
It there a way to copy a page to a next page? All my spaces have the same lay-out and menu so copying each item valuable time.
You know also the option on a object to show it on multiple pages?Dashboard Studio | The Ultimate Smart Home Interface
lol, now I do.. ![]()
Would be nice, because I’ve 15 min prices, so 96 times in 24hours.
But I can’t set that every 4 points is one (hour). 1/4 or 0.25.
And like you mentioned with 2 graphs on top of each other, but It would also be nice if you can select a bar or point and that you see somewhere the value of it, for example top right and/ or tooltip. I also like the highest and lowest values from PBTH app, but this it already possible with your tool.
I’ve a gauge object where I only use the value and unit, so I’ve cleared the icon. But every time the default icon comes back, so I can’t see my value anymore.


On the gauge default there is no option for default (empty) icon.
Just remove the x-Axis labels, and add another graph on top of it with type: text. Fill the data with: 1,2,3,4,5….23,24 and position this below it.
This is also possible with the current version, but takes some technical creativity. You could extract the highest price from pbth and send this to a label. If you want the label at the exact position of the highest price, you should extract the hour of the highest price from the pbth data and use that value to calculate the X position of the label. (Hours*pixels)+offset.
I shall create an example next week to make it more clear.
In my experience the icon should be gone if you remove the icon name text. Are you sure you saved the dashboard after you removed the icon name text?
Yes, I now put a space in place. See if that does the trick.
Hi @Satoer would you be able to help with this?









