Search found 82 matches

by Jimster
Friday 11 February 2022 15:44
Forum: Dashticz
Topic: Dashticz 3.9 - master
Replies: 33
Views: 4253

Re: Dashticz 3.9 - master

The amount of work you put in Dashticz is incredible. Thanks Lokonli!
by Jimster
Tuesday 25 January 2022 13:42
Forum: Dashticz
Topic: Dashticz - v3.8.10 beta
Replies: 32
Views: 3737

Re: Dashticz - v3.8.10 beta

Is it possible to hide the stops in between? I've set show_via to false, but that didn't work. And multiple destinations doesn't seem to work. There was a bug in show_via. I've fixed that in latest update. I've to check multiple destinations. Thanks, show_via works now. And multiple destinations ...
by Jimster
Monday 24 January 2022 12:23
Forum: Dashticz
Topic: Dashticz - v3.8.10 beta
Replies: 32
Views: 3737

Re: Dashticz - v3.8.10 beta

Is it possible to hide the stops in between?
I've set show_via to false, but that didn't work.

And multiple destinations doesn't seem to work.
by Jimster
Monday 24 January 2022 10:46
Forum: Dashticz
Topic: Dashticz - v3.8.10 beta
Replies: 32
Views: 3737

Re: Dashticz - v3.8.10 beta

You're great! I'll try it out.
by Jimster
Friday 07 January 2022 16:21
Forum: Dashticz
Topic: Dashticz - Module - Public Transport
Replies: 86
Views: 27362

Re: Dashticz - Module - Public Transport

Publictransport block will not load at the moment. Only the message “Loading” is shown. Are there more people with this error at this moment? Yes, me too, seems like since the beginning of the year. I think 9292 took their API down. The URL gives an 404 :( http://api.9292.nl/0.1/locations?lang=nl-NL ...
by Jimster
Tuesday 29 December 2020 19:54
Forum: Dashticz
Topic: Slow response Dashticz over time on Android 5 and higher
Replies: 5
Views: 549

Re: Slow response Dashticz over time on Android 5 and higher

Try adding the following to the CONFIG.js for OWM:

Code: Select all

config['use_cors'] = 1;
by Jimster
Monday 14 December 2020 13:22
Forum: Dashticz
Topic: Dashticz v3.7 master
Replies: 5
Views: 734

Re: Dashticz v3.7 master

Great work!
by Jimster
Sunday 29 November 2020 15:09
Forum: Dashticz
Topic: Dashticz Graphs - Features, Fixes & Updates
Replies: 188
Views: 20131

Re: Dashticz Graphs - Features, Fixes & Updates

Not sure if this question has been asked before. I couldn't find it.
Is it possible to have a year view, so the totals per year?
by Jimster
Tuesday 17 November 2020 18:58
Forum: Dashticz
Topic: Weather data not shown on old tablet
Replies: 4
Views: 602

Re: Weather data not shown on old tablet

Hi, I've just updated from an old dashticz_v2 dashboard to the new Dashticz V3. Dashticz is displayed on a Samsung Galax Tab 4 7.0 (SM-T230) in Fully Kiosk Browser Everything is working fine on my PC and Phone, but when i open dashtics on the tablet, the weater data is missing: PC: screenshot1 ...
by Jimster
Saturday 03 October 2020 13:15
Forum: LUA
Topic: buienradar lua script
Replies: 97
Views: 19816

Re: buienradar lua script

Thanks to @jvdz it's working again.

Change this line in the script from

Code: Select all

for k,v in tmp:gmatch('(.-)|(.-)\r?\n') do
to

Code: Select all

for k,v in tmp:gmatch('(%d+).-|(.-)\r?\n') do
Thanks Jos!
by Jimster
Friday 02 October 2020 20:14
Forum: LUA
Topic: buienradar lua script
Replies: 97
Views: 19816

Re: buienradar lua script

yep... I changed my version to this to t=get the rain and time variables filled now : while true do line = file:read("*line") if not line then break end rain,linetime = line:match("(%d+).-|(.+)%s?") rain = tonumber(rain) or 0 linetime = linetime or "00:00" linetime = linetime:gsub("[\r\n]","") if ...
by Jimster
Friday 02 October 2020 17:16
Forum: LUA
Topic: buienradar lua script
Replies: 97
Views: 19816

Re: buienradar lua script

Anybody else having issues with the LUA script recently? Seems like the output from buienradar has changed. 077|17:15 077|17:20 86,6329598612474|17:25 86,6329598612474|17:30 077|17:35 077|17:40 86,6329598612474|17:45 86,6329598612474|17:50 92,2678801510292|17:55 99,3670401387526|18:00 112 ...
by Jimster
Wednesday 30 September 2020 22:23
Forum: Dashticz
Topic: Dashticz v3.6 master
Replies: 65
Views: 7415

Re: Dashticz v3.6 master

Lokonli wrote: Wednesday 30 September 2020 20:48
I've created a new beta.
Add the following to CONFIG.js to enable the CORS proxy for OWM:

Code: Select all

config['use_cors'] = 1;
Can you test the latest beta?
Yes with the latest beta and adding this line it works now. Thanks!
by Jimster
Wednesday 30 September 2020 16:34
Forum: Dashticz
Topic: Dashticz v3.6 master
Replies: 65
Views: 7415

Re: Dashticz v3.6 master

Yes, could be. As a small test, can you try the following: In the file ./js/weather_owm.js, line 63, remove the first two slashes. So change: // _CORS_PATH + into _CORS_PATH + Yes, it works now. I've slightly changed the request to OpenWeatherMap, which might solve the CORS issue on Android 4.4.2 ...
by Jimster
Tuesday 29 September 2020 23:25
Forum: Dashticz
Topic: Dashticz v3.6 master
Replies: 65
Views: 7415

Re: Dashticz v3.6 master

I use an older tablet (Samsung Galaxy Tab 3) for Dashticz, since 3.6 the OWM data isn't visible anymore. I tried an incognito tab, cleared browser data and cookies, restarted, but no luck. On every other devices the data is visible. I guess this is because of the older Android version (4.4.2). I'm ...
by Jimster
Tuesday 29 September 2020 21:19
Forum: Dashticz
Topic: Dashticz v3.6 master
Replies: 65
Views: 7415

Re: Dashticz v3.6 master

I use an older tablet (Samsung Galaxy Tab 3) for Dashticz, since 3.6 the OWM data isn't visible anymore. I tried an incognito tab, cleared browser data and cookies, restarted, but no luck. On every other devices the data is visible. I guess this is because of the older Android version (4.4.2). I'm ...
by Jimster
Thursday 24 September 2020 10:38
Forum: Dashticz
Topic: Dashticz v3.6 master
Replies: 65
Views: 7415

Re: Dashticz v3.6 master

Great, thanks!
by Jimster
Saturday 05 September 2020 22:40
Forum: Dashticz
Topic: Dashticz Graphs - Features, Fixes & Updates
Replies: 188
Views: 20131

Re: Dashticz Graphs - Features, Fixes & Updates

@Lokonli, maybe you know how to solve some other things noticed in the graphs I have as well. 1. I have a multigraph which shows the solar power generation (bar graph) and the temperature (line graph), how can I make sure the line graph is on top of the bar graph? as it is now sometimes behind the ...
by Jimster
Wednesday 02 September 2020 22:42
Forum: Dashticz
Topic: public transport destination doesn't work
Replies: 8
Views: 1186

Re: public transport destination doesn't work

The destination name needs to be exact the name as shown in Dashticz. So it should be destination: 'Deventer',
I tried it and it works.
by Jimster
Saturday 25 July 2020 1:01
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319810

Re: Dashticz - Show your dashboard and how-to's!

Last week I installed my water usage sensor, so finally my dashboard is complete. There is still a small gap left, but will be filled when I receive the switch for this. On the first screen I have the weather info from Open Weather. Below that I have my Xiaomi temp sensors which are connected to a ...