Using garbagecalender Dummy text device in Domoticz.
In text device show three text rows with the next three delivery days. (Updating from garbage calendar website lua script)
In dashticz these three lines show up as 1 line. Is there a way to show each day on different row, as in text device Domoticz.
Dashticz TEXT device
Moderators: leecollings, htilburgs, robgeerts
- madpatrick
- Posts: 636
- Joined: Monday 26 December 2016 12:17
- Target OS: Linux
- Domoticz version: 2024.7
- Location: Netherlands
- Contact:
Re: Dashticz TEXT device
Can you post your setup.
Normal you can us html commands to Dashticz for layout, like <br>
Normal you can us html commands to Dashticz for layout, like <br>
-= HP server GEN8 Xeon(R) E3-1220L_V2 -=- OZW -=- Toon2 (rooted) -=- Domoticz v2024.7 -=- Dashticz v3.12b on Tab8" =-
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz TEXT device
@gvandick With Dashticz you can use a special garbage block if you like.
https://dashticz.readthedocs.io/en/mas ... rbage.html
See Blah blah blah
-
- Posts: 30
- Joined: Saturday 01 July 2017 12:48
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Dashticz TEXT device
Dashticz garbagecalendar doesn't support Gemeente Montferland so I use https://github.com/jvanderzande/GarbageCalendar
In Dashticz I added block Domoticz. In custom.css I can style text: allign, height, color .. and so on
I think the way Dash0ticz import data from Domoticz device is the issue
/*afvalcalendar*/
.block_1108 {
height: 100px !important;
font-size: 12px;
color: white;
}
In Dashticz I added block Domoticz. In custom.css I can style text: allign, height, color .. and so on
I think the way Dash0ticz import data from Domoticz device is the issue
/*afvalcalendar*/
.block_1108 {
height: 100px !important;
font-size: 12px;
color: white;
}
-
- Posts: 30
- Joined: Saturday 01 July 2017 12:48
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Dashticz TEXT device
Thanks for the hintmadpatrick wrote: ↑Thursday 06 January 2022 10:26 Can you post your setup.
Normal you can us html commands to Dashticz for layout, like <br>
I found the solution
/*afvalcalendar*/
.block_1108 {
height: 120px !important;
font-size: 12px;
content: "\a";
white-space: pre;
color: white;
}
Who is online
Users browsing this forum: No registered users and 0 guests