Re: Dashticz - General Discussions
Posted: Tuesday 26 December 2017 21:01
Maybe:
config['garbage'] = {
In front
config['garbage'] = {
In front
Open source Home Automation System
https://forum.domoticz.com/
rldn wrote: ↑Tuesday 26 December 2017 10:38 Hi, big fan of this project.
But can someone please tell me why i cant get the news feed show up? I already put the proxy address in front of the feed address, tried several feeds but nothing shows up in the dashboard!?
blocks['news_10'] = {} // NU.NL
blocks['news_10']['feed'] = 'https://crossorigin.me/http://www.nu.nl/rss/algemeen';
can you post other lines too ?rldn wrote: ↑Tuesday 26 December 2017 23:19rldn wrote: ↑Tuesday 26 December 2017 10:38 Hi, big fan of this project.
But can someone please tell me why i cant get the news feed show up? I already put the proxy address in front of the feed address, tried several feeds but nothing shows up in the dashboard!?
blocks['news_10'] = {} // NU.NL
blocks['news_10']['feed'] = 'https://crossorigin.me/http://www.nu.nl/rss/algemeen';
Someone please?
Config.jstontze wrote: ↑Wednesday 27 December 2017 15:28can you post other lines too ?rldn wrote: ↑Tuesday 26 December 2017 23:19rldn wrote: ↑Tuesday 26 December 2017 10:38 Hi, big fan of this project.
But can someone please tell me why i cant get the news feed show up? I already put the proxy address in front of the feed address, tried several feeds but nothing shows up in the dashboard!?
blocks['news_10'] = {} // NU.NL
blocks['news_10']['feed'] = 'https://crossorigin.me/http://www.nu.nl/rss/algemeen';
Someone please?
DewGew wrote: ↑Thursday 14 December 2017 7:36Settings are store at local storage in your browser. Sometimes the settings are not updated when you upgrade dashticz. Try to clear Local Storage in your browser. For chrome:joostnl wrote: ↑Wednesday 13 December 2017 19:36 I tried to update to latest beta. (First update ever)
Removed all dashboard files, uploaded new ones, add my old config file.
The UI loads fine with buienradar etc only it is not showing any of my Domoticz devices it is just blank empty.
Do i have to do something to regain acces to domoticz? (it is not working on my tablet/laptop diffrent browsers)
If i reupload my backup it is working great again.
Code: Select all
var config = {} config['domoticz_ip'] = 'http://192.168.1.13:2449'; config['domoticz_refresh'] = '5'; config['dashticz_refresh'] = '60'; config['auto_positioning'] = 0; config['use_favorites'] = 0; config['last_update'] = 1; config['hide_topbar'] = 1; config['last_update'] = 0; config['wu_api'] = 'secretttt'; config['wu_city'] = 'secretttt'; config['wu_name'] = ''; config['spot_clientid'] = 'secretttt'; var buttons = {} buttons.buienradar = {width:12, isimage:true, refreshimage:60000, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.weer.nl/verwachting/nederland/son/189656/'} 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'} var screens = {} screens[1] = {} screens[1]['background'] = 'bg10.jpg'; screens[1]['columns'] = [1,2,3] screens[2] = {} screens[2]['background'] = 'bg10.jpg'; screens[2]['columns'] = [4] blocks['blocktitle_1'] = {} blocks['blocktitle_1']['type'] = 'blocktitle'; blocks['blocktitle_1']['title'] = 'Light'; blocks['blocktitle_2'] = {} blocks['blocktitle_2']['type'] = 'blocktitle'; blocks['blocktitle_2']['title'] = 'Temperature' blocks['blocktitle_3'] = {} blocks['blocktitle_3']['type'] = 'blocktitle'; blocks['blocktitle_3']['title'] = 'Power'; blocks['blocktitle_4'] = {} blocks['blocktitle_4']['type'] = 'blocktitle'; blocks['blocktitle_4']['title'] = 'Plants'; blocks['blocktitle_5'] = {} blocks['blocktitle_5']['type'] = 'blocktitle'; blocks['blocktitle_5']['title'] = 'Multimedia'; blocks['blocktitle_6'] = {} blocks['blocktitle_6']['type'] = 'blocktitle'; blocks['blocktitle_6']['title'] = 'Graph'; columns[1] = {} columns[1]['blocks'] = ['blocktitle_1',418,446,137,'blocktitle_3',8,9,117] columns[1]['width'] = 4; columns[2] = {} columns[2]['blocks'] = ['blocktitle_2',6,4,3,2,460,'blocktitle_4',159,163,173,'blocktitle_5',12,16,14,'spotify'] columns[2]['width'] = 5; columns[3] = {} columns[3]['blocks'] = ['clock','sunrise','weather',buttons.buienradar,'traffic'] columns[3]['width'] = 3; columns[4] = {} columns[4]['blocks'] = ['blocktitle_6'] columns[4]['width'] = 3;
Hit F12. Go to Application tab. Expand Local storage folder. Selct your dashticz address then right click and select Clear.
For Edge:
Hit F12. Go to debugger. Click the folder icon. Expand Local Storage. Selct your dashticz address. selct all and then delete.
Code: Select all
.wi.wi-sunrise { font-size: 18pt !important; color: green; margin-left: 35px !important;}
.wi.wi-sunset { font-size: 18pt !important; color: blue; }
.sunrise { font-size: 20pt !important; color: blue; margin-left: 35px; }
.sunset { font-size: 20pt !important; color: red; }
Code: Select all
.weekday { margin-centre: 0x; font-size: 100px; color: blue; font-weight: bold; font-variant: small-caps;}
.clock { margin-left: 5px; font-size: 80px; color: green; font-weight: bold; font-variant: small-caps;}
.date { margin-left: 5px; font-size: 50px; color: orange; font-weight: bold; font-variant: small-caps;}