Page 1 of 1

www.weer.nl issue

Posted: Saturday 24 February 2018 12:25
by Eddiever
Dear all,

I've searched but couldn't find an answer (perhaps I didn't search well enough).

On my wall mounted tablet I get messages from www.weer.nl asking me if I want to use their mobile version. No matter what I choose, this message keeps returning.

What could I do to stop these messages?

From CONFIG.js:

Code: Select all

buttons.buienradar = {width:12, isimage:true, refreshimage:60000, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.weer.nl/verwachting/nederland/hoogeveen/1813744/'}
And this is how I call buienradar:

Code: Select all

columns[3]['blocks'] = ['clock','sunrise',buttons.buienradar,buttons.moon,'trafficmap'];

Re: www.weer.nl issue

Posted: Saturday 24 February 2018 17:39
by clubeddie
In your config.js you defined
http://www.weer.nl/verwachting/nederlan ... n/1813744/
This page is shown after you click thix box.

If you dont want the message go on your tablet to this link, the same question is asked and you get a new link especially for tablets/mobile devices.
I personally decided to not use weer.nl, because it slows down my dashboard extremely because of data refresh at the background

Re: www.weer.nl issue

Posted: Saturday 24 February 2018 18:50
by Eddiever
Thanks clubeddie (lots of Eddie's around here isn't it?). I will give it a try.