Logic coming back to this issue, I looked at the beta, and i see a weather_owm.js, maybe i can copy it to my js folder, i will just go try it out

Moderators: leecollings, htilburgs, robgeerts
or Textwrangler (on mac)
Code: Select all
config['wu_api'] = 'key';
config['wu_city'] = 'Veldhoven';
config['wu_name'] = '';
config['wu_country'] = 'NL';
columns[3] = {}
columns[3]['blocks'] = ['sunrise','currentweather_big','weather',buttons.buienradar]
columns[3]['width'] = 3;
Code: Select all
config['owm_api'] = 'key';
config['owm_city'] = 'Veldhoven';
config['owm_name'] = '';
config['owm_country'] = 'nl';
config['static_weathericons'] = 1;
columns[3] = {}
columns[3]['blocks'] = ['sunrise','currentweather_big_owm','weather_owm',buttons.buienradar]
columns[3]['width'] = 3;
Remove all the "wu_" config. The other stuff looks to be ok.
Post your complete config.js plz.dk78 wrote: ↑Thursday 11 October 2018 16:34 Strange. WU works, but OWM not. I tried everything, including deleting the 'wu'-config stuff, but it isn't displaying any information. OWM in Domoticz itself works, but I can't see it in Dashticz. Is there some logging available? I'm pretty new to Dashticz.
Your OWM config works fine here; I've copied your config.js and used that in my Domoticz setup. Is your api-key correct? Check that in your https://openweathermap.org profile.dk78 wrote: ↑Thursday 11 October 2018 18:54 Dashticz V2.4.0
Domoticz version 4.10059
DzVents version: 2.4.7
Python version: None
The popup on buienradar (weer.nl) is also empty when I click on the picture. Also if I use any other url. I tried to see if my firewall is blocking something, but can't see anything there that's causing this. It's strange that buienradar and Weatherunderground works, but somethings don't
Hey i have the same problem - just change to -> &text-color=#ffffffheggink wrote: ↑Wednesday 03 October 2018 20:15First time the font is white but on refresh, it turns grey.Code: Select all
frames.weather = {...&text-color=#fff",...}
Any idea why that is and how to resolve?
H
Code: Select all
config['owm_api'] = 'xxxxxxx'; // Your OWM API key
config['owm_city'] = 'Amsterdam'; // Your city or nearby city to use in OWM
config['owm_name'] = ''; // If your city is not available with OWM, you have to use a nearby city. You can type the name of your own city here to show it in Dashticz
config['owm_country'] = 'nl'; // Your country to use in OWM
config['owm_cnt'] = 4; // Number of columns to show. If showing days, max is 5
config['owm_days'] = 1; // Enter 1 for showing forecast in days, 0 for the OWM default 3 hour forecast
config['owm_lang'] = 'nl'; // Set language for de description of the forecast (rain, cloudy, etc.). For available languages, see https://openweathermap.org/forecast5/#multi
config['static_weathericons'] = 0; // Enter 1 for animated weather icons, 0 for static icons
You'r welcome. It's probably because there actualy is light rain for the next days.
Users browsing this forum: No registered users and 1 guest