Page 1 of 2
version dashticz
Posted: Sunday 18 August 2019 20:44
by pvklink
Hi,
My dashticz gives 2.5.11 in the info tab, and a remark that this is the latest version.
On the internet i see a more recent version, beta 3.05,
https://github.com/Dashticz/dashticz.
Is the 3 version another fork, and if so, are both versions supported and updated?
Can i do a fresh install of the 3.05 , and copy my current custom.js, custom.css and config.js ?
Re: version dashticz
Posted: Sunday 18 August 2019 21:23
by HansieNL
pvklink wrote: Sunday 18 August 2019 20:44
Hi,
My dashticz gives 2.5.11 in the info tab, and a remark that this is the latest version.
On the internet i see a more recent version, beta 3.05,
https://github.com/Dashticz/dashticz.
Is the 3 version another fork, and if so, are both versions supported and updated?
Can i do a fresh install of the 3.05 , and copy my current custom.js, custom.css and config.js ?
Version 3 is the new version. The fork was at an other address, but is now at the old address.
For fresh install:
1st make a backup of your custom folder. Remove that folder if named dashticz. You then can do the install in a new folder dashticz:
Code: Select all
git clone https://github.com/Dashticz/dashticz dashticz --branch beta
The latest beta is then gonna be installed in the folder dashticz. After that copy your own custom folder to the new dashticz folder.
To update just do the following in the dashticz folder to update:
Re: version dashticz
Posted: Sunday 18 August 2019 21:35
by pvklink
ok thanks HansiNL, i will update with the latest beta...
Re: version dashticz
Posted: Monday 19 August 2019 19:36
by pvklink
Ok, installed latest beta and removed old dashticz_v2 folder.
I get an error when i want to remove the old symbolic link that the folder does not exist... (it does exist!)
sudo unlink /var/www/html/dashticz_v2 or
sudo rm /var/www/html/dashticz_v2
Re: version dashticz
Posted: Monday 19 August 2019 19:55
by Lokonli
pvklink wrote: Monday 19 August 2019 19:36
Ok, installed latest beta and removed old dashticz_v2 folder.
I get an error when i start dashticz, so i renamed the dashticz folder to dashticz_v2 and working!
I think it is easier to have no version in the folder name so is this the way to do it?:
1) rename the folder back to dashticz
2) sudo ln -s /home/pi/dashticz/ /var/www/html
3) how do i remove the old sudo ln -s /home/pi/dashticz_v2/ /var/www/html symbolic link ?
Yes, that will work.
For 3:
Re: version dashticz
Posted: Monday 19 August 2019 19:56
by pvklink
everything works! thanks!
Re: version dashticz
Posted: Wednesday 21 August 2019 16:57
by pvklink
have two small errors with the latest version
1. my buienradar does not work anymore... i had a live screen at my dashboard (without a click)
buttons.buienradar = {width:9, isimage:true, refreshimage:60000, image: '
http://api.buienradar.nl/image/1.0/Rada ... =338&h=297', url: '
http://www.weer.nl/verwachting/nederland/son/189656/'}
2. in the old version i had a blinds_closed.png changed in yellow in the /img folder. I changed it again but dashticz keeps on showing the old png also after a f5
Re: version dashticz
Posted: Wednesday 21 August 2019 17:27
by Lokonli
For 1:
Which buienradar link do you use? In a button or in a frame? buienradar changed something which blocks showing their site in a frame.
for 2:
I recommend to save the new image with a new name, and use the recently added imageOff (or imageOn) parameter to select your new image.
Re: version dashticz
Posted: Wednesday 21 August 2019 17:40
by pvklink
1. Hi lokonli, i use the link in a button but any other solution or better solution is welcome...
i sometimes see nice koloms with days with a forecats
2. ok clear, will try that!
can dis be a png file and do i put this in the img folder?
Re: version dashticz
Posted: Wednesday 21 August 2019 17:50
by pvklink
I tried, but my block stays empty
added:
//Configuring the OWM parameters
config['owm_api'] = 'my new api key';
config['owm_city'] = 'Rijswijk';
config['owm_name'] = '';
config['owm_country'] = 'nl';
config['owm_lang'] = 'nl';
config['owm_cnt'] = '3';
config['owm_min'] = true;
config['owm_days'] = true;
changed my column
var columns = {}
columns[1] = {}
columns[1]['blocks'] = [3,1248,1423,1303,1049,1018,1025,'currentweather_big_owm','weather_owm','455_1','982_1','457_1',1163,1285,1305,1250,calendars.fam]
columns[1]['width'] = 3;
etc.
Re: version dashticz
Posted: Wednesday 21 August 2019 18:34
by HansieNL
pvklink wrote: Wednesday 21 August 2019 17:40
2. ok clear, will try that!
can dis be a png file and do i put this in the img folder?
If you wanna keep your own images in the custom folder you can make a sub folder named
img if you like. In the block section you then can use
../custom/img/image.png.
Yes, best is to use a png.
Re: version dashticz
Posted: Wednesday 21 August 2019 18:44
by pvklink
ok, both problems solved as you advised!
thanks lokonli!
it took some time before the api was operational...
Re: version dashticz
Posted: Wednesday 21 August 2019 18:53
by pvklink
Last one little problem, there are 2 Rijswijk in Holland.
The config setting only offers city name.
I think city ID is in my case a better option, because i get the wrong Rijswijk and cant adjust it...
see the city list on the website of own
Re: version dashticz
Posted: Wednesday 21 August 2019 19:27
by EdwinK
There are even three Rijswijk's (South Holland, Brabant, Gelre)

Re: version dashticz
Posted: Wednesday 21 August 2019 19:36
by pvklink
Yes, indeed!
Re: version dashticz
Posted: Wednesday 21 August 2019 19:41
by HansieNL
pvklink wrote: Wednesday 21 August 2019 18:53
Last one little problem, there are 2 Rijswijk in Holland.
The config setting only offers city name.
I think city ID is in my case a better option, because i get the wrong Rijswijk and cant adjust it...
see the city list on the website of own
I see
Open Weather Map Station (City or Code) in the config menu. Did you already try to fill in your city code?
Re: version dashticz
Posted: Wednesday 21 August 2019 20:33
by pvklink
config['owm_city'] = 'Rijswijk'; works
config['owm_city'] = '2748075'; not
config['owm_city'] = 2748075; not
Re: version dashticz
Posted: Thursday 22 August 2019 13:03
by HansieNL
pvklink wrote: Wednesday 21 August 2019 20:33
config['owm_city'] = 'Rijswijk'; works
config['owm_city'] = '2748075'; not
config['owm_city'] = 2748075; not
Bug reported:
https://github.com/Dashticz/dashticz/issues/35
Re: version dashticz
Posted: Sunday 25 August 2019 11:43
by pvklink
I saw that the bug was solved in a new beta
so i did a git pull....
do i use the location id as following:
instead off
config['owm_city'] = 'Rijswijk';
i use:
config['owm_city'] = 2748075;
config['owm_name'] = 'Rijswijk (zh)';
Re: version dashticz
Posted: Sunday 25 August 2019 13:39
by Lokonli
Yes, that should work
Sent from my SM-A320FL using Tapatalk