Page 1 of 1

Dashticz - Latest news

Posted: Sunday 31 December 2017 14:32
by JacEngels
There is a newsfeed for the news in my region: http://feeds.feedburner.com/l1/nieuws but I can't get it working with some of the provided solutions.
Any idea / solution is appreciated.

Re: Dashticz - Latest news

Posted: Wednesday 03 January 2018 21:49
by robgeerts
Do you get any errors in your console (f12) ?

Re: Dashticz - Latest news

Posted: Thursday 04 January 2018 15:12
by rldn
I asked in the general topic for a solution a long time ago now, no reactions. My feeds dont work. Nothing shows up. Neither with the proxy.

Re: Dashticz - Latest news

Posted: Thursday 04 January 2018 17:04
by JacEngels
robgeerts wrote: Wednesday 03 January 2018 21:49 Do you get any errors in your console (f12) ?
I get this message in the console:
Failed to load http://feeds.feedburner.com/l1/nieuws: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://192.168.1.3:8080' is therefore not allowed access.

Re: Dashticz - Latest news

Posted: Monday 08 January 2018 21:25
by robgeerts
@rldn, just tested the following and it worked:

Code: Select all

blocks['news_10'] = {}
blocks['news_10']['feed'] = 'https://cors-anywhere.herokuapp.com/http://www.nu.nl/rss/algemeen';
@JacEngels, try using this as the url: https://cors-anywhere.herokuapp.com/htt ... /l1/nieuws
So, for example:

Code: Select all

blocks['news_10'] = {}
blocks['news_10']['feed'] = 'https://cors-anywhere.herokuapp.com/http://feeds.feedburner.com/l1/nieuws';

Re: Dashticz - Latest news

Posted: Monday 08 January 2018 23:07
by JacEngels
Rob, i've already tried this and it isn't working.
The nu.nl news is working but the L1 news not.