Lokonli wrote: ↑Friday 30 April 2021 16:34
And if you like colored weather icons, try latest beta.
Nice adition, just tried it and is works fine.
Maybe also get an option to add the wind in the forecast overview as well, below the rain?
Like SW 3 or NO 15m/s etc.
Something like this?
weather4.jpg
I updated to the latest beta, the wind direction add-on is great!
Is this new wind feature also implemented in the weather layout type 3? Or are there new extra options/parameters there as well?
Hi all,
I got it working on three devices, my laptop, my phone, an small 10" tablet but on my 13" tablet I can only see an small icon where the weather should show up. Anybody has some toughts about this?
I did nothing with screen settings in the config, I tried it but did not had any results. Except my laptop all my other devices are Android devices.
Attachments
Naamloos.jpg (58.77 KiB) Viewed 1345 times
Last edited by jacobsentertainment on Friday 14 May 2021 16:46, edited 1 time in total.
jacobsentertainment wrote: ↑Friday 14 May 2021 16:32
Hi all,
I got it working on three devices, my laptop, my phone, an small 10" tablet but on my 13" tablet I can only see an small icon where the weather should show up. Anybody has some toughts about this?
I did nothing with screen settings in the config, I tried it but did not had any results. Except my laptop all my other devices are Android devices.
Try to clear the cache and reload.
I’ve the same sometime and this works for me
-= HP server GEN11 =- OZW -=- Toon2 (rooted) -=- Domoticz v2024.7 -=- Dashticz v3.14b on Tab8" =-
jake wrote: ↑Saturday 08 May 2021 14:36
The 'wind' option in the weather block takes quite a bit of real estate in the screen. Therefore a feature request:
Parameter 0, 1, 2 for: icon, text, both or something similar.
The showWind block parameter can be set to true/false to show/hide the wind info.
Lokonli wrote: ↑Friday 14 May 2021 22:55
Double check that you are running Dashticz 3.8.2 or higher (it's reported if you click on the Dashticz settings icon, upper right)
var config = {}
config['domoticz_ip'] = '192.168.1.4;
config['app_title'] = 'Dashticz V3';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['login_timeout'] = '60';
config['user_name'] = 'user';
config['pass_word'] = 'pasword';
config['use_favorites'] = 0; //Request all Domoticz Devices, not only favorites
config['auto_positioning'] = 0; // Use 0 this if you have defined your own columns
config['owm_api'] = ''1234567890';
config['owm_city'] = 'Antwerpen';
config['owm_name'] = 'Antwerpen';
config['owm_country'] = 'be';
config['owm_cnt'] = '4';
config['owm_days'] = 1; // Enter 1 for showing forecast in days, 0 for the OWM default 3 hour forecast
config['owm_lang'] = 'fr'; // Set language for de description of the forecast (rain, cloudy, etc.). For available languages, see https://openweathermap.org/forecast5/#multi
config['owm_min'] = 1; // Enter 1 to show min temperature on 2nd row
config['static_weathericons'] = 0; // Static or 'moving' weather icons
//Definition of blocks
blocks = {}
blocks['weather_0'] = {
type: 'weather',
layout: 0, //Daily forecast
width: 12,
refresh: 1800,
static_weathericons: false,
decimals: 2,
showRain: true,
showDescription: true
}
//Definition of columns
columns[1] = {};
columns[1]['blocks'] = ['weather_0'];
columns[1]['width'] = 8;
var screens = {}
screens[1] = {}
screens[1]['columns'] = [1];
@HansieNL:I tested the code, and did get the same result as you posted.
That's why i think he have to update Dashticz, course the weather module had a revision.
Dickey wrote: ↑Wednesday 26 May 2021 16:45
What is you're Dasticz version?
See my signature : 3.8.0.2
Dickey wrote: ↑Wednesday 26 May 2021 16:45
Go with terminal into the Dasticz folder and enter the git pull command. You will automatic get the latest version.