Read the statement by Michael Teeuw here.
Issues with Newsfeed module since 3 days
-
Hi, I have some issues with the Newsfeed module. I always get the messsage “error in module newsfeed - please check logfile”
Where can I check the logfile?
My config: ```
{module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "Radio Mülheim", url: "http://www.radiomuelheim.de/lokalnachrichten.xml", }, { title: "Tagesschau", url: "http://www.tagesschau.de/xml/rss2" }, ], showSourceTitle: true, showPublishDate: true, reloadInterval: 600000, updateInterval: 15000, } },{
-
@chris1971 I often get this message when internet connection isn‘t available…
- are you online in the moment the module will come up?
Your reload interval is at 60.000 - so you may have to wait these 10 minutes and you will see data if internet connection appears in the meantime.
Config looks OK to me…
Good luck!
Ralf - are you online in the moment the module will come up?
-
Yes - the mirror is online. Seems that the news are displayed if I open der config.js via remotedesktop… After disconnecting the error occurs again.
All other modules are running fine. -
@chris1971 This is quite strange!
Opening of config.js is (AFAIK) non-blocking and doesn’t cause any interaction with the displayed modules.
If you are using Sam’s installation saving config.js should cause a mirror-restart. This is the only interaction between config.js and “Display” I’m aware of.
Is the “correct” displayed newsfeed on the remote desktop, too?
Then this sounds like a browser problem.
In the past I’ve learned that every browser instantiates it’s own session.
(I HAD the meaning that this ist kind of “mirrored” but this was wrong).
I’ve especially seen this on my mirror within the newsfeed module: If you start two browsers the displayed information is NOT synchrone!
So may only your normal browser got a hickup…
-> no idea, why, sorry.Warmest regards,
Ralf -
Thanks for response,
Do you know where I can check the logfile?
