Page 48 of 184

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

Posted: Saturday 15 April 2017 20:32
by EdwinK
robgeerts wrote:
gjaa wrote:My doorcontact's state never change, it's always open
Fixed in latest version!


Blueone wrote: I also want to create an other stand-by few with a big clock etc, I can image that this is more a personal choice so I wan't to add it in the custom css. I'm a bit of newby is css en js world. Can I do something like this in the css to overide something when the standby class is available? s
Would like a big clock either in standby-modus, maybe with some info..

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

Posted: Saturday 15 April 2017 20:33
by pkrabben
robgeerts wrote:
gjaa wrote:My doorcontact's state never change, it's always open
Fixed in latest version!


Blueone wrote: I also want to create an other stand-by few with a big clock etc, I can image that this is more a personal choice so I wan't to add it in the custom css. I'm a bit of newby is css en js world. Can I do something like this in the css to overide something when the standby class is available? s
What about defining different columns/blocks for standby-mode?
Something like:

Image

If people are interested in this, let me know, I will look into this!
Really nice.

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

Posted: Saturday 15 April 2017 20:35
by robgeerts
Dropshot wrote: 4. The newsfeed scrolls trough the news items (which I really like!), but for me this scroll speed is just a bit too fast, I cant read everything before it scrolls again. Maybe it can scroll a bit less often?
In latest version, you can add the next var to config.js:

Code: Select all

var _SCROLL_NEWS_AFTER = 7000; //milliseconds, so 7000 is 7 seconds

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

Posted: Saturday 15 April 2017 21:05
by robgeerts
DIFFERENT BLOCKS IN STANDBY MODE
Many people want a bigger clock or a slightly different screen in standby, now you can define different columns.
This way, you can use a big clock. Check out the example:


Example standby-blocks:

Code: Select all

var columns_standby = {}
columns_standby[1] = {}
columns_standby[1]['blocks'] = ['clock','currentweather_big','weather']
columns_standby[1]['width'] = 12;

Example custom.css

Code: Select all

.standby .clock{
	font-size:60px !important;
}
.standby .weekday,.standby .date{
	font-size:40px !important;
}

WARNING!!
YOU CAN ONLY USE BLOCKS WICH ARE ALREADY AVAILABLE ON ONE OF THE MAIN SCREENS.

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

Posted: Saturday 15 April 2017 21:19
by Blueone
robgeerts wrote:DIFFERENT BLOCKS IN STANDBY MODE
Many people want a bigger clock or a slightly different screen in standby, now you can define different columns.
This way, you can use a big clock. Check out the example:
Very nice and fast!! going to test with this and some bold font's etc in the css.

Btw, I was trying this which you supplied earlier:

Code: Select all

.standby .row {
   opacity:1 !important;
} 
But this doesn't make the text real white as it is in active mode, do you have some more suggestions to do this?

It isn't working on my raspberry, is goed out of standby directly when is goes in stand-by (full screen mode only), in my windows browser is does work, strange.. going to check wat is happening. This did work before the latest change.

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

Posted: Saturday 15 April 2017 21:25
by EdwinK
Looks great again Rob.

Clock can be bigger, so looking in to that :)

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

Posted: Saturday 15 April 2017 21:27
by axelbaas
robgeerts wrote:DIFFERENT BLOCKS IN STANDBY MODE
Many people want a bigger clock or a slightly different screen in standby, now you can define different columns.
This way, you can use a big clock. Check out the example:
This is really superb!

I encounter an issue on my Ipad. I think it isn't really an 'dashboard' issue, but maybe some encountered the same issue. And has a solution for it;
When the dashboard is going into 'standby' the only way to 'wake' te dashboard is by tapping the small buttons at the bottom where you can open the second screen. Every other pixel isn't wake the dashboard from standby.. Somebody a solutions?

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

Posted: Saturday 15 April 2017 21:38
by Clemen
Does anyone else have this problem on iPad?
It started in one of the latest versions.

I created a desktop link to the page, so the pages opens without address bar etc. but in one of the latest versions the pages "crashes" and the iPad goes to springboard again.

I think it happens after a few hours. (iPad is always on, without standby etc.)

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

Posted: Saturday 15 April 2017 21:44
by htilburgs
Mmmm.... Standby does give multiple double items??

Image

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

Posted: Saturday 15 April 2017 21:50
by robgeerts
htilburgs wrote:Mmmm.... Standby does give multiple double items??

Image
What if you clear your cache?

axelbaas wrote: When the dashboard is going into 'standby' the only way to 'wake' te dashboard is by tapping the small buttons at the bottom where you can open the second screen. Every other pixel isn't wake the dashboard from standby.. Somebody a solutions?
Could you try latest version I've just pushed to gitlab?

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

Posted: Saturday 15 April 2017 22:05
by Blueone
Blueone wrote: But this doesn't make the text real white as it is in active mode, do you have some more suggestions to do this?

It isn't working on my raspberry, is goed out of standby directly when is goes in stand-by (full screen mode only), in my windows browser is does work, strange.. going to check wat is happening. This did work before the latest change.
Somehow it is caused by the mouse move in full screen, when that part is commented out, it is working fine. It is hard to debug because it only occurs in full screen, when the dev console is open in fullscreen it also doesn't occur.

Code: Select all

   $('body').bind('mousemove', function(e){
      standbyTime=0;
    //  disableStandby();
   });
this temporary "solves" it, no idea what is causing this.

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

Posted: Saturday 15 April 2017 22:10
by robgeerts
I've removed the mousemove part in latest version.
As it is designed for a tablet where mousemove doesnt exists, it isn't needed :|

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

Posted: Saturday 15 April 2017 22:15
by htilburgs
I cleared my cache (also using chrome incognito), but to make sure cleared complete cache. Pulled latest version to make sure, but no luck.
Everything is double... Also a new issue is happening (not sure it has to do something with the dashboard), but I've never had it today until now.
A popup from weer.nl is coming up everytime.
Image

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

Posted: Saturday 15 April 2017 22:15
by axelbaas
iPad - standyby issue solved in latest version! Thanks a lot!

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

Posted: Saturday 15 April 2017 22:33
by htilburgs
Another issue is that the second screen does not goes into the background_night.
After the dashboard came from standby, than the second, third, etc., screen is in the background_night.

PS. the issue with weer.nl is temporarly disabled by removing the URL in button.buienradar.

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

Posted: Saturday 15 April 2017 22:33
by robgeerts
htilburgs wrote:I cleared my cache (also using chrome incognito), but to make sure cleared complete cache. Pulled latest version to make sure, but no luck.
Everything is double... Also a new issue is happening (not sure it has to do something with the dashboard), but I've never had it today until now.
Strange, I dont have this issue..
Anyelse has this problem too??
Till its fixed, remove the columns_standby-variables in your config.
htilburgs wrote: A popup from weer.nl is coming up everytime.
Image
Known issue with the weer.nl-website.
Try linking to weeronline.nl, like:

Code: Select all

buttons.buienradar = {width:12, isimage:true, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.weeronline.nl/Europa/Nederland/Son/4058667'}

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

Posted: Saturday 15 April 2017 22:35
by htilburgs
Another issue is that the second screen does not goes into the background_night.
After the dashboard came from standby, than the second, third, etc., screen is in the background_night.

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

Posted: Saturday 15 April 2017 22:35
by EdwinK
http://www.weer.nl doesn't want to be 'catched' in another application. Maybe we need another weather-site to get around this.

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

Posted: Saturday 15 April 2017 22:38
by robgeerts
htilburgs wrote:Another issue is that the second screen does not goes into the background_night.
After the dashboard came from standby, than the second, third, etc., screen is in the background_night.
Let me fix this, hold on!
And now I now why you got double items too ;)
Please, be patient, will fix this within the next hour (with one of those lovely beers next to me)

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

Posted: Saturday 15 April 2017 22:40
by htilburgs
:lol: mine are sleeping, wife is gone ;)
I wait...