Search found 4 matches

by homeserv
Tuesday 08 August 2017 16:04
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614570

Re: Dashticz - General Discussions

@robgeerts, I've created an issue at github.
https://github.com/robgeerts/dashticz_v2/issues/141

If you need any assistance (testing) on this issue, please let me know (via PM, could be in Dutch)
by homeserv
Tuesday 08 August 2017 15:27
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614570

Re: Dashticz - General Discussions

robgeerts wrote:That could be the problem indeed... if you refresh on your phone it works i guess?
No, still a black screen.
But if I move the config back to the index.html file it is working.
by homeserv
Tuesday 08 August 2017 15:12
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614570

Re: Dashticz - General Discussions

Strange, it works when I use your config...

By the way, you can delete:


var _LANGUAGE = 'nl_NL'; //or: en_US, fr_FR, hu_HU, sw_SW
var _HOST_DOMOTICZ = 'http://192.168.250.202:8080';
var _DOMOTICZ_REFRESH = 5; //in seconds
var _DASHTICZ_REFRESH = 30; //in minutes
var _THEME = 'default'


Now I ...
by homeserv
Tuesday 08 August 2017 15:06
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614570

Re: Dashticz - General Discussions

Hi all, just git cloned the repository and copied the CONFIG_DEFAULT.js to CONFIG.js in the custom folder.
I've put the requested config options in the CONFIG.js file;
var _LANGUAGE = 'nl_NL'; //or: en_US, fr_FR, hu_HU, sw_SW
var _HOST_DOMOTICZ = 'http://192.168.250.202:8080';
var _DOMOTICZ_REFRESH ...