If you need some help to begin with your first Dashboard Studio, feel free to ask. Maybe I or others can help.
The first post in this topic is a good one to start with, and have a look at the demo version and documentation in the latest version of Dashboard Studio.
The first steps will not be very easy, but when you start to understand it better you will proceed quicker and also discover the huge amount of ways to personalize your dashboard. Enjoy setting it up!
Donation made in recognition of your outstanding work !
I hope Iām posting this in the right placeā¦
Iād like to decouple the command (Homey virtual device) from the status feedback (Homey read-only Boolean variable).
Iād like the ON icon to be in a contrasting color (e.g., dark orange) if the variable is TRUE, and in the inverse color (light orange) if the variable is FALSE.
Whatās the easiest way to do this? Sorry if this has already been discussed, but I couldnāt find anything specific.
Nice solution. I do get the impression that the column widths arenāt exactly pixels, but rather ratios between the columns.
What is the meaning of the Vertical spacing and Vertical alignment setting in the Text widget? Without an image in the table, there is no effect visible.
This is my result (I didnāt use an image in the table, because otherwise they would become too small)
Could the (Source/Bron) link open a new form? Now it opens in the same form as the DS app. When one returns from the linked URL back to the DS app, it opens the default DS page and not the page from which you started the link. Using Fully kiosk browser on Android tablet.
Great performance again!
I have noticed something unusual (I donāt know if this is related to this version, or earlier ):
I have an image with a transparent button on top of it with the same dimensions and a higher Z-value. When I press that button, a flow causes dimensions to change via variables. The image and the button use the same dimension variables. However, the button is now one click behind (and therefore has the previous dimensions).
If I then switch back to developer mode, the button does display the correct dimensions that are equal to the image (I have temporarily given the button a semi-transparent color). App restart did not solve this.
EDIT: the same for a toggle button/switch setting a local variable to hide/show other objects; these objects donāt become visible anymore.
Hi Satoer, I am doing some testing with the Markdown option. Now I want to create a weather forecast with 4 columns next to each other. I let a Homey script fetch the data and write it in Markdown format to a Homey variable. I actually want to use the moving icons from Bas Milius. With the example below, they also appear, but they are displayed too large. Can I adjust the size of the icons in another way?
Sorry @Satoer
Iām revisiting my post because Iāve noticed that the update for my button icon isnāt working reliably.
Even if I create a variable (ambiance.salon.status), send it to Dash via a flow, and assign it to STATE (ON/OFF), my button doesnāt reflect the variableās actual state. Do you know why?
I am trying to figure out what exactly you are trying to do. First let me get some semantics right:
A variable is a small piece of memory where you write boolean (true / false), numbers or strings to.
A Topic is the way Dashboard studio communicates with homey. A topic has a name and a value. You can send values over topics with the Send Card:
You can also send Homey Variables directly from the same location.
How do you create this variable? And what does this āstatusā contain? Is this a boolean value (true / false) Can you send some screenshots what you are trying to do? (Shift + Win + S if you are on windows)
Okay, I think you misunderstood the philosophy of Dashboard studio. There are no device specific widgets. Dashboard studio consist out of building blocks so you can easily build your dashboard yourself exactly how you would like it. For example I just build your above example in like 10 minutes by combining a container widget, an icon widget and the new text widget. I created one, grouped it, duplicated it 6 times and changed them:
If you style them using the main default settings, all of the cards style identically.
In this example I only made the Climate card dynamic, and put a couple of sliders below it to adjust them. These are connected with local topics, but you can control the values just as easy from Homey.
But it does not have a separate custom setting inside the widget itself. I think I shall link it to the āTable Border Colorā in a follow up version. Or do you think a real separate āHorizontal rule colorā setting for this is preferable?
It should be pixels though. Text does not get masked of by the borders though, so that spills over.
good point. It should open a new tab, just like the button does.
⦠and this happens, when Jupiter aligns with Mars and the room temperature is exactly 12 degrees⦠You always seem to find the weirdest edge cases . I shall look into this.
No in terms of design thatās not the problem, I see that you have to do everything manually, but the dynamic is to display by clicking on ālightā the lights that are on, because otherwise you would have to create 30 lights in terms of design to display only the lights on. it has to be a summary.
I think Iāve figured out the problem. My Homey is set to French. I need to force the value to 1 or 0 instead of the value returned by my flow. Then I update the linked variable in the Dash.
And now it works ! But maybe you could make it so that it works regardless of the language?