Wunderground
Posted: Wednesday 27 June 2018 8:42
A did a new install of Domoticz (v4.9700) and Dashticz (beta brand)
I try to show the weather in my dashboard.
It doesn't show up, while tvgids does show up.
Somebody any clue?
Here is a part of my config:
config['wu_api'] = 'xxxxxxxxxx';
config['wu_city'] = 'Arnhem';
config['wu_name'] = '';
config['wu_country'] = 'NL';
columns[2] = {}
columns[2]['blocks'] = ['weather', buttons.tvgids]
columns[2]['width'] = 5;
screens['default'] = {}
screens['default']['maxwidth'] = 1920;
screens['default']['maxheight'] = 1080;
/*Hoofdscherm*/
screens['default'][1] = {}
screens['default'][1]['columns'] = [1,2]
I try to show the weather in my dashboard.
It doesn't show up, while tvgids does show up.
Somebody any clue?
Here is a part of my config:
config['wu_api'] = 'xxxxxxxxxx';
config['wu_city'] = 'Arnhem';
config['wu_name'] = '';
config['wu_country'] = 'NL';
columns[2] = {}
columns[2]['blocks'] = ['weather', buttons.tvgids]
columns[2]['width'] = 5;
screens['default'] = {}
screens['default']['maxwidth'] = 1920;
screens['default']['maxheight'] = 1080;
/*Hoofdscherm*/
screens['default'][1] = {}
screens['default'][1]['columns'] = [1,2]