Dashticz auto_slide_pages not working anymore

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
damdub
Posts: 38
Joined: Tuesday 31 December 2019 16:29
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Dashticz auto_slide_pages not working anymore

Post by damdub »

Hello,
since a few weeks now auto_slide_pages parameter is not working anymore on my setup.
It has been working for months, I didn't change anything in my CONFIG.js file.
It happenned right after an update (not sure which version). I thought this would maybe fixed in next version, I updated to latest Beta version (3.10.2) and issue is still there.

Here is part of my CONFIG.js :

Code: Select all

onfig['auto_swipe_back_to'] = 1;
config['auto_swipe_back_after'] = 0;
config['start_page'] = 1;
config['enable_websocket'] = true;
config['swiper_touch_move'] = 0;
config['auto_slide_pages'] = '30';

Code: Select all

screens = {}
screens[1] = {
  columns: [3,1,2]
};
screens[2] = {
  columns: [3,1,4]
};
screens[3] = {
  columns: [3,1,5]
};
screens[4] = {
  columns: [3,1,6]
};
screens[5] = {
  columns: [3,1,7]
};
screens[6] = {
  columns: [3,1,8],
auto_slide_page : 0
};

screens[7] = {
  columns: [3,1,10]
};
screens[8] = {
  columns: [3,1,11],
auto_slide_page : 0
};
screens[9] = {
  columns: [3,1,12],
auto_slide_page : 0
};
screens[10] = {
  columns: [3,13],
auto_slide_page : 0
};
screens[11] = {
  columns: [3,14,15,16],
auto_slide_page : 0
};
Am I doing something wrong ?
Thank you for your help
damdub
Posts: 38
Joined: Tuesday 31 December 2019 16:29
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz auto_slide_pages not working anymore

Post by damdub »

Anybody experiencing same behavior ?
Thank you for your help
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz auto_slide_pages not working anymore

Post by Lokonli »

Your example is working on my system.

Maybe something else is wrong in your CONFIG.js

Can you open Dashticz in Chrome, press F12 to open DevTools, and refresh Dashticz.

Do you see any error in the DevTools->console tab?
damdub
Posts: 38
Joined: Tuesday 31 December 2019 16:29
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz auto_slide_pages not working anymore

Post by damdub »

Hello Lokonli
Your advice was good
I found an error in devtools ans was able to correct it.
It's working again now
Thanks again
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest