Page 1 of 1

Dashticz TEXT device

Posted: Thursday 06 January 2022 9:11
by gvandick
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.

Re: Dashticz TEXT device

Posted: Thursday 06 January 2022 10:26
by madpatrick
Can you post your setup.
Normal you can us html commands to Dashticz for layout, like <br>

Re: Dashticz TEXT device

Posted: Thursday 06 January 2022 16:57
by HansieNL
@gvandick With Dashticz you can use a special garbage block if you like.
Screenshot 2022-01-06 at 20-02-55 Dashticz.png
Screenshot 2022-01-06 at 20-02-55 Dashticz.png (2.34 KiB) Viewed 2529 times
See https://dashticz.readthedocs.io/en/mas ... rbage.html

Re: Dashticz TEXT device

Posted: Friday 07 January 2022 9:24
by gvandick
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;
}

Re: Dashticz TEXT device

Posted: Friday 07 January 2022 10:53
by gvandick
Schermafbeelding 2022-01-07 105201.png
Schermafbeelding 2022-01-07 105201.png (10.03 KiB) Viewed 2511 times
Schermafbeelding 2022-01-07 103729.png
Schermafbeelding 2022-01-07 103729.png (4.67 KiB) Viewed 2511 times

Re: Dashticz TEXT device

Posted: Sunday 09 January 2022 10:49
by gvandick
madpatrick wrote: Thursday 06 January 2022 10:26 Can you post your setup.
Normal you can us html commands to Dashticz for layout, like <br>
Thanks for the hint

I found the solution
/*afvalcalendar*/
.block_1108 {
height: 120px !important;
font-size: 12px;
content: "\a";
white-space: pre;
color: white;
}

Re: Dashticz TEXT device

Posted: Sunday 09 January 2022 11:02
by gvandick
Schermafbeelding 2022-01-09 105947.png
Schermafbeelding 2022-01-09 105947.png (5.9 KiB) Viewed 2490 times