I just updated with the latest beta code. After entering my settings in the settings wizard I get the popup with the stuff that I could put in CONFIG.js but I'm not able to select the code and copy it
I'm using Microsoft Edge by the way.
With a trick I was able to get the settings to OneNote and from there was able to copy it to my CONFIG.js. Next problem, the screen stays black
I tried it with Microsoft Edge and with Safari on an iPad. Also Microsoft IE11 was not able to give me a page that shows my dashboard. My CONFIG.js looks like this at the moment:
Code: Select all
var config = {}
config['domoticz_ip'] = 'http://domo.home.intra:8080';
config['app_title'] = 'Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['default_news_url'] = 'http://www.nu.nl/rss/algemeen';
config['news_scroll_after'] = '7';
config['standby_after'] = 0;
config['auto_swipe_back_to'] = 0;
config['auto_swipe_back_after'] = 0;
config['auto_slide_pages'] = '20';
config['slide_effect'] = 'slide';
config['language'] = 'nl_NL';
config['timeformat'] = 'DD-MM-YY HH:mm';
config['calendarformat'] = 'dd DD.MM HH:mm';
config['calendarlanguage'] = 'nl_NL';
config['calendarurl'] = 0;
config['boss_stationclock'] = 'RedBoss';
config['gm_api'] = 0;
config['gm_zoomlevel'] = 0;
config['gm_latitude'] = 0;
config['gm_longitude'] = 0;
config['wu_api'] = '*******************';
config['wu_city'] = 'Ommen';
config['wu_name'] = 0;
config['wu_country'] = 'NL';
config['idx_moonpicture'] = '21';
config['switch_horizon'] = 0;
config['host_nzbget'] = 0;
config['spot_clientid'] = 0;
config['selector_instead_of_buttons'] = 0;
config['auto_positioning'] = 1;
config['use_favorites'] = 1;
config['last_update'] = 1;
config['hide_topbar'] = 0;
config['hide_seconds'] = 0;
config['hide_seconds_stationclock'] = 0;
config['use_fahrenheit'] = 0;
config['use_beaufort'] = 0;
config['translate_windspeed'] = 1;
config['static_weathericons'] = 0;
config['hide_mediaplayer'] = 0;
var buttons = {}
buttons.buienradar = { width: 12, isimage: true, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256' }
buttons.radio = { width: 12, image: 'img/radio_on.png', title: 'Radio', url: 'http://nederland.fm' }
buttons.nunl = { width: 12, icon: 'fa-newspaper-o', title: 'Nu.nl', url: 'http://www.nu.nl' }
buttons.moon = { width: 6, isimage: true, refreshimage: 60000, image: 'moon' }
buttons.webcam1 = { width: 6, isimage: true, refreshimage: 5000, refreshurl: 5000, image: 'http://domo.home.intra:8080/camsnapshot.jpg?idx=1' }
buttons.webcam2 = { width: 6, isimage: true, refreshimage: 5000, refreshurl: 5000, image: 'http://domo.home.intra:8080/camsnapshot.jpg?idx=2' }
buttons.webcam3 = { width: 6, isimage: true, refreshimage: 5000, refreshurl: 5000, image: 'http://domo.home.intra:8080/camsnapshot.jpg?idx=3' }
var blocks = {}
blocks['blocktitle_10'] = {}
blocks['blocktitle_10']['type'] = 'blocktitle';
blocks['blocktitle_10']['title'] = 'Weersverwachting';
blocks['blocktitle_20'] = {}
blocks['blocktitle_20']['type'] = 'blocktitle';
blocks['blocktitle_20']['title'] = 'Binnen';
blocks['blocktitle_25'] = {}
blocks['blocktitle_25']['type'] = 'blocktitle';
blocks['blocktitle_25']['title'] = 'Buiten';
blocks['blocktitle_30'] = {}
blocks['blocktitle_30']['type'] = 'blocktitle';
blocks['blocktitle_30']['title'] = 'Schakelaars';
blocks[113] = {}
blocks[113]['title'] = 'Kamer';
blocks[113]['width'] = 6;
blocks[12] = {}
blocks[12]['width'] = 6;
blocks[177] = {}
blocks[177]['width'] = 6;
blocks[171] = {}
blocks[171]['width'] = 6;
blocks[166] = {}
blocks[166]['width'] = 6;
blocks[27] = {}
blocks[27]['width'] = 6;
blocks[31] = {}
blocks[31]['width'] = 6;
blocks['s2'] = {}
blocks['s2']['width'] = 6;
blocks[30] = {}
blocks[30]['width'] = 6;
blocks[30]['icon'] = 'fa-bed';
var columns = {}
columns[1] = {}
columns[1]['blocks'] = ['graph_10', 14, 13, 10, 39, 40, 41, 121, 115]
columns[1]['width'] = 5;
columns[2] = {}
columns[2]['blocks'] = ['blocktitle_10', 'weather', buttons.webcam1, buttons.webcam2, buttons.webcam3]
columns[2]['width'] = 6;
columns[3] = {}
columns[3]['blocks'] = ['clock', 'sunrise', buttons.buienradar]
columns[3]['width'] = 6;
columns[10] = {}
columns[10]['blocks'] = ['blocktitle_25', 166, 'blocktitle_20', 113, 12, 177, 171]
columns[10]['width'] = 6;
columns[20] = {}
columns[20]['blocks'] = ['clock', 'sunrise', buttons.moon]
columns[20]['width'] = 6;
columns[30] = {}
columns[30]['blocks'] = ['blocktitle_30', 27, 31, 's2', 30]
columns[30]['width'] = 6;
var screens = {}
screens[10] = {}
//screens[10]['background_morning'] = 'day_y.jpg';
//screens[10]['background_noon'] = 'day_y.jpg';
//screens[10]['background_afternoon'] = 'day_y.jpg';
//screens[10]['background_night'] = 'night_y.jpg';
screens[10]['columns'] = [2, 3];
screens[20] = {}
//screens[20]['background_morning'] = 'day_y.jpg';
//screens[20]['background_noon'] = 'day_y.jpg';
//screens[20]['background_afternoon'] = 'day_y.jpg';
//screens[20]['background_night'] = 'night_y.jpg';
screens[20]['columns'] = [10, 20];
screens[30] = {}
//screens[30]['background_morning'] = 'day_y.jpg';
//screens[30]['background_noon'] = 'day_y.jpg';
//screens[30]['background_afternoon'] = 'day_y.jpg';
//screens[30]['background_night'] = 'night_y.jpg';
screens[30]['columns'] = [30, 20];
If I use the F12 in Edge I can see that the page loaded, switching to the 'Debugger' tab shows under 'Local Storage' the settings that I want.
- debugger.png (63.96 KiB) Viewed 6212 times