Just change the downloaded css- file like you prefer your colors.
Hi,
great stuff!! has somebody created a single Button widget?
For example to start a scene or something else
What size screen do you use to display this?
My switches are only grey. The log shows state changes of the item if I click but the color of the switch symbol is not changing. Any idea why?
Edit: I added a text to the item like âMy switch [%s]â. Now the colors changes.
Hi, Iâd like to share my custom dummy widget with a left bracket.
You will need to add this to your style sheet:
.dummy-leftborder {
margin-top: 1em;
color: var(--primary-color);
}
dummy-leftborder.widget.json (646 Bytes)
If i use %.1f or %d as format I see no values. Only %s works but this delivers e.g 10 decimals for air pressure.
%.1f °C
works for me:
Number OS_Garden_Temperature "AuĂentemperatur [%.1f °C]" <temperature> (gAirTemperature) { channel="homematic:HM-WDS10-TH-O:ccu:KEQXXXXXXX:1#TEMPERATURE" }
Number:Pressure Aussenluftdruck_Karlsruhe "AuĂenluftdruck KA [%d %unit%]" { channel="yahooweather:weather:karlsruhe:pressure" }
Hello,
How you achieve bigger backdrop icon size in dummy elements at right side (sensor section) ?
Hi, I do love your theme and already implement it for my home! Thanks for your efforts. But I do have an issue regarding visibility for the charts, I cannot see the orange dots on the chartline like in your picture, what did I do wrong?
I can see the dot if I hover with the mouse, but thatâs not the way it should be?
Regards
First of all, thanks for this great Theme. I worked on it a little bit and created some first dashboards.
Here some impressionsâŠ
Now i want to add a navigation menu on the top. I created a little mockup for itâŠ
My main challenge atm is how to link the different icons to different dashboards AND to show a different icon(e.g. ICONNAME_active with different color) for the active dashboard.
Any ideas or code snipptes around?
Thx in advance.
Regards,
Fichte
ping
Hello,
I tried to build a âlistâ-leftborder like the âs.m.a.r.t statusâ but I unsucceded to position the âsummary labelâ
at the end.
Could you share your widget or code ?
Thanks
Regards
Thorsten
My main challenge atm is how to link the different icons to different dashboards AND to show a different icon(e.g. ICONNAME_active with different color) for the active dashboard.
Any ideas or code snipptes around?
Iâm currently looking for the same, I know in javascript you can get the current url by
window.location.href
and the following should I believe get the last bit of URL, after the last / - which is what we need to know what page / dashboard we are on
window.location.search.substring(1)
However, try as I might I canât get it to workâŠIâm hoping someone out there can whip it in to a Habpanel style code and get it working???
Can i get the HTML code for the orange tree dashboard
This was really neat. Could you share please?
Very beautiful dashboard.
Iâm a beginner and not expert in CSS/HTML/Angular.
Just some info-.
- how did you created the widget network with the list of active IPs?
- how did you created the titles (ex. network with bottom line and icon)?
Thanks for your shared experience
Hi guys,
I tried to use the Orange Tree theme. I want to use HABPanel on a tablet and Amazon Echo show 8 and my mobile phone.
This is my dashboard, which looks good on a tablet:
Using the mobile breakpoint it looks like this:
Is it possible to get a break that contains the content withe the red, green and blue border:
Thanks
I love the design. But how can I make the CSS responsive so it also shows correctly on a phone?