Search found 5 matches

by Martijnvdb
Friday 26 January 2018 12:41
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565906

Re: Dashticz - Domotic issue

I just used below code, and still doesnt show anything var config = {} config['domoticz_ip'] = 'http://192.168.0.103:8080/'; config['app_title'] = 'Dashboard'; config['domoticz_refresh'] = '5'; config['dashticz_refresh'] = '60'; config['auto_positioning'] = 1; config['use_favorites'] = 1; var ...
by Martijnvdb
Friday 26 January 2018 12:01
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565906

Re: Dashticz - Domotic issue

It still doesnt shows anything from my switches. Good it be that Dashticz doesnt connect to my domoticz?

Dashticz is in this folder /home/pi/domoticz/www/dashboard
by Martijnvdb
Friday 26 January 2018 11:54
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565906

Re: Dashticz - Domotic issue

Even if i make a change to

var _USE_FAVORITES = true;
var _HIDE_SECONDS_IN_CLOCK = true;

It doenst do anything to the dashboard
by Martijnvdb
Friday 26 January 2018 11:48
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565906

Re: Dashticz - Domotic issue

I copied the index.hml from the show your dashboard page to change some things my own. see below my code var config = {} config['domoticz_ip'] = 'http://192.168.0.103:8080/'; var _LANGUAGE = 'nl_NL'; var _WEATHER_CITY = 'Eindhoven'; var _WEATHER_COUNTRY = 'NL'; var _USE_AUTO_POSITIONING = false; var ...
by Martijnvdb
Friday 26 January 2018 2:16
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565906

Dashticz - Domotic issue

First of all i want to apologize for my question. I installed everything perfectly, but for some reason my buttons doesnt show up. Basic information: - installed Domoticz on my Pi, and implemented Hue and Nest - installed Dashticz, it does open on my Pi, but nothing is shown up beside of the time. I ...