Maybe somebody can help me.
I started whit dashticz.
Did the install and update (it said it was the last version).
After that tried opening in edge, but got an error "Domoticz error! double check the path to Domoticz in Settings!"
Then tried it in google chrome, without changing a setting. And it works
After that i tried it on a samsung tab.
First tried it with samsung internet, but got the same problem. Than tried it whit google chrome on the tab, but got the same error
Is there somebody who knows where it is going wrong?
My config.js (i changed the ip in the printscreen, in the config.js is the right ip)
Code: Select all
var config = {}
config['domoticz_ip'] = 'http://192.168.XX.XX:8080';
config['app_title'] = 'Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
/* REMOVE THIS LINE, INCLUDING THIS TEXT IF YOU WANT TO USE THE CODE BELOW, ALS REMOVE THE LAST LINE OF THIS FILE ( the asterisk * with the slash)
var publictransport = {}
publictransport.ovinfobus = { show_via: false, station: 'son-en-breugel/bushalte-penseelkever', provider: '9292-bus', icon: 'bus', width:5, results: 6 }
var tvguide = {}
tvguide.dutch = { key:'dutch', icon: 'fa-television', width:7, channels: [1,3,4,17,46,92], maxitems: 5 }
var _STREAMPLAYER_TRACKS = [
{"track":1,"name":"Q-music","file":"http://icecast-qmusic.cdp.triple-it.nl/Qmusic_nl_live_96.mp3"},
{"track":2,"name":"538 Hitzone","file":"http://vip-icecast.538.lw.triple-it.nl/WEB11_MP3"},
{"track":3,"name":"Slam! NonStop","file":"http://stream.radiocorp.nl/web10_mp3"},
{"track":4,"name":"100%NL","file":"http://stream.100p.nl/100pctnl.mp3"},
];
var buttons = {}
buttons.nunl = {key: 'nunl', width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', newwindow:true, url: 'http://www.nu.nl'}
buttons.nos = {key: 'nos', width:12, icon: 'fa-newspaper-o', title: 'Nos', url: 'http://www.nos.nl'}
var blocks = {}
blocks['blocktitle_1'] = {}
blocks['blocktitle_1']['key'] = 'blocktitle_1';
blocks['blocktitle_1']['type'] = 'blocktitle';
blocks['blocktitle_1']['title'] = 'Example';
var columns = {}
columns['bar'] = {}
columns['bar']['blocks'] = ['logo','miniclock','settings']
columns[1] = {}
columns[1]['blocks'] = ['currentweather_big','weather']
columns[1]['width'] = 5;
columns[2] = {}
columns[2]['blocks'] = ['blocktitle_1',tvguide.dutch,publictransport.ovinfobus]
columns[2]['width'] = 5;
columns[3] = {}
columns[3]['blocks'] = ['sunrise','streamplayer',buttons.nunl,buttons.nos]
columns[3]['width'] = 2;
var columns_standby = {}
columns_standby[1] = {}
columns_standby[1]['blocks'] = ['clock','weather']
columns_standby[1]['width'] = 12;
var screens = {}
screens[1] = {}
screens[1]['background'] = 'bg2.jpg';
screens[1]['columns'] = [1,2,3]
*/
Used the function F12 to look what is going wrong and did some tests.
First i give my directory all the permisions
Tested by using a login/password like = user:
[email protected]:8080
When doing that, my google chrome also gives the same error. And edge doesn't make any differance.
Also the samsung tab doesn't change anything
When opening dashticz at
http://192.168.xx.xx/dashboard/ i get the following answers
Code: Select all
16 SCRIPT7016: SCRIPT7016: Gebruik van XMLHttpRequest waarvoor de synchrone vlag is ingesteld op waar, is afgewezen vanwege de impact ervan op de door de gebruiker ervaren site-prestaties.
Code: Select all
Domoticz error!
Please, double check the path to Domoticz in Settings!
When putting that in google for a search. I looks like java.
Updatet java to be sure. But nothing changed
