Search found 8 matches

by obatavier
Sunday 04 October 2020 21:40
Forum: Dashticz
Topic: Dashticz.setBlock not working (for me)
Replies: 10
Views: 922

Re: Dashticz.setBlock not working (for me)

Hi Lokoni, as A novice with a lot of cut and paste luck, do you have an example how to add the addclass ?

I tried a line like
block.addclass
.addclass
addclass
But none of them were accepted..

Onno
by obatavier
Sunday 04 October 2020 21:26
Forum: Dashticz
Topic: Dashticz.setBlock not working (for me)
Replies: 10
Views: 922

Re: Dashticz.setBlock not working (for me)

Hi, first thanks for thinking with me, really appreciated !. I get a little bit further, seems the Block needs not only to be defined but also visible in a column to work.. in which case the function works for me now.. So I put those blocks safe away under my visible screen. What I did: CONFIG.js ...
by obatavier
Sunday 04 October 2020 20:19
Forum: Dashticz
Topic: Dashticz.setBlock not working (for me)
Replies: 10
Views: 922

Re: Dashticz.setBlock not working (for me)

I even tried with a ON/Off filed which is currently on my
Dashboard. That one get's updated on the Dashboard from off to on , but the code in custom.js does not even fire on this Device... Not sure why, ..
by obatavier
Sunday 04 October 2020 19:36
Forum: Dashticz
Topic: Dashticz.setBlock not working (for me)
Replies: 10
Views: 922

Re: Dashticz.setBlock not working (for me)

Looks like the function does not get triggered (console is empty).. I do have a block with the device, and I do have triggers with Getstatus who do fire but strange enough not the simple On/Off devices.. ( I would expect when changing the logic like == to != I should see some difference... Maybe a ...
by obatavier
Sunday 04 October 2020 18:31
Forum: Dashticz
Topic: Dashticz.setBlock not working (for me)
Replies: 10
Views: 922

Re: Dashticz.setBlock not working (for me)

Hi, thanksit looks like the function is not triggered. (The title never got changed at all).. I tried with another device (temperature) and which does work in this function.. However it looks like my (Tado) devices for some reason do not provide a value.. I even tried to use a device switch which ...
by obatavier
Wednesday 02 September 2020 22:30
Forum: Dashticz
Topic: Dashticz.setBlock not working (for me)
Replies: 10
Views: 922

Dashticz.setBlock not working (for me)

I tried to get the value of Block_19 (Lux) into the title of Block_16 (Temp) So the title would be like "not 0, but' XXX (were XXX is value of LUX from IDX 19) I did the following in custom.js but seems nothing happens ?. function getStatus_19(block) { var idx = block.idx; var device = block.device ...
by obatavier
Wednesday 02 September 2020 19:56
Forum: Other questions and discussions
Topic: Increase Size of Clock
Replies: 2
Views: 593

Re: Increase Size of Clock

GREAT!. this works like a charm.. thanks
by obatavier
Monday 31 August 2020 23:21
Forum: Other questions and discussions
Topic: Increase Size of Clock
Replies: 2
Views: 593

Increase Size of Clock

I try to increase the size of the clock in Dashticz. I managed to increase 'blocks' however since 'clock' is not a block I wonder how to increase the size. I will use the Dashticz dashboard on an Ipad but needs a bit bigger to be readible from a distance.

Any help appreciated !.
Onno