Hallo we have tried ta make a standby screen but it does not work.
Nothing changed.
In config.js we have
config['standby_after'] = 5;
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
and
var columns_standby = {}
columns_standby[1] = {}
columns_standby[1]['blocks'] = ['1','clock','currentweather_big','weather']
columns_standby[1]['width'] = 12;
Are these the only things or must we do more settings
Can someone help us
Standby Screen does not work
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Standby Screen does not work
Yes, that should be it. With these settings the screen should turn black after 5 minutes, assuming you don't move your mouse nor touch your screen.
Probably easier to test with:
config['standby_after'] = 1;
If it's not turning black than check that you don't redefine config['standby_after'] or columns_standby somewhere else in your config.js.
If still not working then you can try in Chrome. Press F12 to see the developer window. Maybe an error appears after one minute (in the console tab).
Probably easier to test with:
config['standby_after'] = 1;
If it's not turning black than check that you don't redefine config['standby_after'] or columns_standby somewhere else in your config.js.
If still not working then you can try in Chrome. Press F12 to see the developer window. Maybe an error appears after one minute (in the console tab).
-
- Posts: 136
- Joined: Thursday 19 July 2018 14:36
- Target OS: -
- Domoticz version: 2023.1
- Contact:
Re: Standby Screen does not work
Hallo,
It works. Thank you.
It works. Thank you.
Who is online
Users browsing this forum: No registered users and 1 guest