Page 1 of 1

Multi screen

Posted: Monday 23 July 2018 10:51
by webrazor
Hi,

i have been using Dashticz for a few years now, very happy with it.
But the version that was running got a bit old not problem with that but when i tried to add the calendar function it was not working.
So i was thinking maybe update to the latest version after that nothing was working anymore, hmmm.
OK checking the Dashticz wiki and finding out that the config var changed from var to config['***'].
Changed everything still got this error:

Code: Select all

Dashticz v2 is loading...
Timeout! Something is wrong please check your CONFIG.js
For more help visit Dashticz v2 wiki
after removing everything and adding piece by piece i found out this this piece is the problem:

Code: Select all

screens[2] = {}
screens[2]['background'] = 'bg2.jpg'];
screens[2]['columns'] = [4,5]
This is piece of the old code that work OK before, any idea why it is not working with the latest version?

Re: Multi screen

Posted: Monday 23 July 2018 14:12
by webrazor
the screen was not the problem but a webcam show on the page by buttons.webcam seems to not work anymore.

Re: Multi screen

Posted: Monday 23 July 2018 14:48
by webrazor
solved the problem.