Page 73 of 184

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:09
by robgeerts
Well, I submitted a POSSIBLE fix half an hour ago (or something)...
I dont know if it helps in your case but worth a try...

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:11
by EdwinK
Here too.

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:13
by b00n
Same result :(
To be sure do you have a link to get the api key ?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:13
by mvveelen
Downloaded the latest 2 minutes ago, overwritten all files, except the config: same problem on multiple devices.

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:16
by sonar
traffic map is working fine here.

It is important to not place the long, lat and zoomlevel between ticks ' in the config file.
var _MAPS_LATITUDE = 52.090737;
var _MAPS_LONGITUDE = 5.121420;
var _MAPS_ZOOMLEVEL = 11;

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:17
by robgeerts
Edit(never mind)

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:17
by b00n
sonar wrote:traffic map is working fine here.

It is important to not place the long, lat and zoomlevel between ticks ' in the config file.
var _MAPS_LATITUDE = 52.090737;
var _MAPS_LONGITUDE = 5.121420;
var _MAPS_ZOOMLEVEL = 11;

HERO !!! :D :D :D :D
Works like a charm now THNX

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:18
by robgeerts
Why did I not think about that!!

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:20
by b00n
Easy to forget i think :?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:21
by mvveelen
Not the solution for me. I'm not using 'ticks', so still the same problem.

Rob, I've sent you the Teamviewer credentials.....

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:28
by EdwinK
sonar wrote:traffic map is working fine here.

It is important to not place the long, lat and zoomlevel between ticks ' in the config file.
var _MAPS_LATITUDE = 52.090737;
var _MAPS_LONGITUDE = 5.121420;
var _MAPS_ZOOMLEVEL = 11;

Works, thanks :)

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:57
by b00n
Is it possible to set last update for specified blocks like:

Code: Select all

blocks[21]['lastupdate'] = true

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:58
by htilburgs
sonar wrote:After todays pull the up and down arrow of my blinds are positioned on top of eachother.

blinds.png
+1... Already been looking in the CSS, looks like has someting to do with position: but can't find the exact reason or solution

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 22:59
by robgeerts
Together with @mvveelen I did fix a little bug that caused the map wasnt loading for some people!
Download the latest version!

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 23:00
by mvveelen
Thanks Rob, much appreciated !

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 23:01
by robgeerts
htilburgs wrote:
sonar wrote:After todays pull the up and down arrow of my blinds are positioned on top of eachother.

blinds.png
+1... Already been looking in the CSS, looks like has someting to do with position: but can't find the exact reason or solution
Its because the <li>-tags have position absolute and zindex 9999 (needed because otherwise a small part of the top button wasnt clickable because of the rotated stop button...) But, at my tablet, it shows the buttons correctly.... could it be cache problem?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 23:04
by htilburgs
Nope, no chache....
Can it be, it's missing class .btn.btn-number.min in css?

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 23:05
by sonar
robgeerts wrote:Could it be cache problem?
No, I don't think so. Same problem in Edge, Firefox, Incognito mode, etc.

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Tuesday 25 April 2017 23:25
by robgeerts
It turned out the trafficmap was also not working on a second screen.... just pushed a fix for this...now going to bed ;)

Re: Dashticz v2.0, custom positioning and multiple screens

Posted: Wednesday 26 April 2017 0:03
by HansieNL
robgeerts wrote:It turned out the trafficmap was also not working on a second screen.... just pushed a fix for this...now going to bed ;)
Working on 2nd screen here.