Search found 9 matches

by Brinkie
Thursday 30 July 2020 10:58
Forum: Dashticz
Topic: Dashticz 3.5.2 Beta
Replies: 29
Views: 2969

Re: Dashticz 3.5.2 Beta

After a complete reboot of the NAS, the dials are back to normal. :shock:
by Brinkie
Wednesday 29 July 2020 9:25
Forum: Dashticz
Topic: Dashticz 3.5.2 Beta
Replies: 29
Views: 2969

Re: Dashticz 3.5.2 Beta

Thanks for your reply madpatrick!

It didn't work for the dials (switches), but works only for the buttons in the graphs.
by Brinkie
Tuesday 28 July 2020 10:25
Forum: Dashticz
Topic: Dashticz 3.5.2 Beta
Replies: 29
Views: 2969

Re: Dashticz 3.5.2 Beta

I have an issue with the dials. Since the latest update the font is a lot bigger.
Any suggestions to solve that?
by Brinkie
Wednesday 17 June 2020 11:55
Forum: Feature requests
Topic: Calendar new view
Replies: 2
Views: 1707

Re: Calendar new view

Thanks for your reply! I'm using the latest beta version of Dashticz, but miss some functionality. It's more UX design related.
See attachment for more details.
by Brinkie
Friday 05 June 2020 11:05
Forum: Feature requests
Topic: Calendar new view
Replies: 2
Views: 1707

Calendar new view

A new suggestion for the calendar component. Where the list of calendar items are represented (see also the example calendar) grouped by day start and endtime each calendar item has a color bar (corresponding the imported calandar) Subscription of the calendar item This list of the calendar is more ...
by Brinkie
Saturday 02 May 2020 15:02
Forum: Dashticz
Topic: Dashticz - ANWB traffic info
Replies: 28
Views: 3175

Re: Dashticz - ANWB traffic info

The anwb traffic info works fine, but the predefined block 'traffic' doesn't show any information either. Has this the same cause? What do you mean with predefined block traffic. I use this in my config.js file var trafficinfo = {} trafficinfo.anwba1 = { key:'anwba28', provider: 'anwb', road:'A1 ...
by Brinkie
Friday 01 May 2020 15:24
Forum: Dashticz
Topic: Dashticz - ANWB traffic info
Replies: 28
Views: 3175

Re: Dashticz - ANWB traffic info

Try to use the Dashticz internal CORS proxy. I do use the internal CORS proxy. config['default_cors_url'] = 'http://cors-anywhere.herokuapp.com/'; or should it be different? That is the external CORS proxy. You can remove the default_cors_url setting from CONFIG.js. The default CORS url will then ...
by Brinkie
Thursday 30 April 2020 14:08
Forum: Dashticz
Topic: Dashticz - ANWB traffic info
Replies: 28
Views: 3175

Re: Dashticz - ANWB traffic info

Lokonli wrote: Wednesday 29 April 2020 18:46 Try to use the Dashticz internal CORS proxy.
I do use the internal CORS proxy.
config['default_cors_url'] = 'http://cors-anywhere.herokuapp.com/';

or should it be different?
by Brinkie
Wednesday 29 April 2020 17:15
Forum: Dashticz
Topic: Dashticz - ANWB traffic info
Replies: 28
Views: 3175

Re: Dashticz - ANWB traffic info

I still have an issue with ANWB traffic. Even on the latest beta version V3.4.5. cors-anywhere.herokuapp.com/https://api.anwb.nl/v1/incidents?apikey=xxxx Failed to load resource: the server responded with a status of 400 (Bad Request) When i run it on the demo site of cors-anywhere i get the ...