<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Newsfeed only loads once, then stops udating...]]></title><description><![CDATA[<p dir="auto">Hey there!</p>
<p dir="auto">I just dont get it… My newsfeed is loading only each time, when i reload it from “outside” (as im using VNC at my local PC to alter data on my mirror software one room beside me). After one or two day, the newsfeed data only shows entries from several days ago. No update…<br />
The same when i refresh the site when im logged in to the Pi (one update, after that…nothing)</p>
<p dir="auto">I replaced the complete code with the github ones. But no effekt. It seems, like it just wont load (like no internet connection). But the Pi is connected to the internet via WLAN as other modules (like weather) have up-to-date data…</p>
<p dir="auto">Heres my newsfeed code from the config.js - maybe i have overseen something:</p>
<p dir="auto">{<br />
module: ‘newsfeed’,<br />
position: ‘bottom_bar’, // This can be any of the regions. Best results in center regions.<br />
config: {<br />
// The config property is optional.<br />
// If no config is set, an example calendar is shown.<br />
// See ‘Configuration options’ for more information.<br />
feeds: [<br />
{<br />
title: “Der Spiegel”,<br />
url: “<a href="http://www.spiegel.de/schlagzeilen/tops/index.rss" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.spiegel.de/schlagzeilen/tops/index.rss</a>”,<br />
},<br />
{<br />
title: “Gala News”,<br />
url: “<a href="http://www.gala.de/rss/gala_rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.gala.de/rss/gala_rss.html</a>”,<br />
}</p>
<pre><code>                            ],
                            showDescription: true
                    }
            },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/944/newsfeed-only-loads-once-then-stops-udating</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 00:10:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/944.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Nov 2016 20:56:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Sun, 02 Apr 2017 16:21:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/poutr" aria-label="Profile: poutr">@<bdi>poutr</bdi></a><br />
Guess what: You were right!</p>
<p dir="auto">I changed from two rss-feed to only one and also took a site, which provides an URL which ends with .xml<br />
And see: No error since 7 days… The newsfeed is updating frequently and no errors ocurring…<br />
It seems, like there are sites which are not that available as i thought and they drop calls from time to time. But the mirror does not like those…</p>
<p dir="auto">Perfect! You gave me the right hint! Thanks a lot <a class="plugin-mentions-user plugin-mentions-a" href="/user/poutr" aria-label="Profile: poutr">@<bdi>poutr</bdi></a>!</p>
]]></description><link>https://forum.magicmirror.builders/post/18688</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/18688</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Sun, 02 Apr 2017 16:21:40 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Mon, 27 Mar 2017 14:52:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/medo" aria-label="Profile: Medo">@<bdi>Medo</bdi></a> In my experience the source itself can be an issue. See my post here, I ditched these two RSS feed and no more trouble : <a href="https://forum.magicmirror.builders/topic/2116/newsfeed-default-module-get-stuck-after-first-rss-download-and-does-not-refresh-reliably">https://forum.magicmirror.builders/topic/2116/newsfeed-default-module-get-stuck-after-first-rss-download-and-does-not-refresh-reliably</a></p>
<p dir="auto">So it’s not constant behaviour.</p>
]]></description><link>https://forum.magicmirror.builders/post/18292</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/18292</guid><dc:creator><![CDATA[poutr]]></dc:creator><pubDate>Mon, 27 Mar 2017 14:52:50 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Mon, 27 Mar 2017 14:53:33 GMT]]></title><description><![CDATA[<p dir="auto">Sad to say, but my problem keeps coming back.<br />
I installed a fresh version of the MagicMirror software - but still the newsfeed stops updating some times later (hours, days)</p>
<p dir="auto">Dont know, how to interprete this error log (even dont know, if its the source of my problem) - but i think i got some sort of a connection timeout. But where and why?</p>
<p dir="auto">See:</p>
<pre><code>pi@raspberrypi:~ $ pm2 logs mm --lines 100
[TAILING] Tailing last 100 lines for [mm] process (change the value with --lines option)
/home/pi/.pm2/logs/mm-error-0.log last 100 lines:
0|mm       | npm ERR! There is likely additional logging output above.
0|mm       | 
0|mm       | npm ERR! Please include the following file with any support request:
0|mm       | npm ERR!     /home/pi/MagicMirror/npm-debug.log
0|mm       | { Error: connect ETIMEDOUT 95.100.183.154:443
0|mm       |     at Object.exports._errnoException (util.js:1026:11)
0|mm       |     at exports._exceptionWithHostPort (util.js:1049:20)
0|mm       |     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)
0|mm       |   code: 'ETIMEDOUT',
0|mm       |   errno: 'ETIMEDOUT',
0|mm       |   syscall: 'connect',
0|mm       |   address: '95.100.183.154',
0|mm       |   port: 443 }
0|mm       | { Error: socket hang up
0|mm       |     at createHangUpError (_http_client.js:252:15)
0|mm       |     at TLSSocket.socketCloseListener (_http_client.js:284:23)
0|mm       |     at emitOne (events.js:101:20)
0|mm       |     at TLSSocket.emit (events.js:188:7)
0|mm       |     at TCP._handle.close [as _onclose] (net.js:493:12) code: 'ECONNRESET' }
0|mm       | { Error: getaddrinfo ENOTFOUND www.gala.de www.gala.de:80
0|mm       |     at errnoException (dns.js:28:10)
0|mm       |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
0|mm       |   code: 'ENOTFOUND',
0|mm       |   errno: 'ENOTFOUND',
0|mm       |   syscall: 'getaddrinfo',
0|mm       |   hostname: 'www.gala.de',
0|mm       |   host: 'www.gala.de',
0|mm       |   port: 80 }
0|mm       | TypeError: Cannot read property 'statusCode' of undefined
0|mm       |     at Request.request [as _callback] (/home/pi/MagicMirror/modules/MMM-Fuel/node_helper.js:40:25)
0|mm       |     at self.callback (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/request/request.js:186:22)
0|mm       |     at emitOne (events.js:96:13)
0|mm       |     at Request.emit (events.js:188:7)
0|mm       |     at Request.onRequestError (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/request/request.js:845:8)
0|mm       |     at emitOne (events.js:96:13)
0|mm       |     at ClientRequest.emit (events.js:188:7)
0|mm       |     at TLSSocket.socketErrorListener (_http_client.js:308:9)
0|mm       |     at emitOne (events.js:96:13)
0|mm       |     at TLSSocket.emit (events.js:188:7)
0|mm       | TypeError: Cannot read property 'statusCode' of undefined
0|mm       |     at Request.request [as _callback] (/home/pi/MagicMirror/modules/MMM-Fuel/node_helper.js:40:25)
0|mm       |     at self.callback (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/request/request.js:186:22)
0|mm       |     at emitOne (events.js:96:13)
0|mm       |     at Request.emit (events.js:188:7)
0|mm       |     at Request.onRequestError (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/request/request.js:845:8)
0|mm       |     at emitOne (events.js:96:13)
0|mm       |     at ClientRequest.emit (events.js:188:7)
0|mm       |     at TLSSocket.socketErrorListener (_http_client.js:308:9)
0|mm       |     at emitOne (events.js:96:13)
0|mm       |     at TLSSocket.emit (events.js:188:7)
0|mm       | { Error: connect ETIMEDOUT 95.100.183.154:443
0|mm       |     at Object.exports._errnoException (util.js:1026:11)
0|mm       |     at exports._exceptionWithHostPort (util.js:1049:20)
0|mm       |     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)
0|mm       |   code: 'ETIMEDOUT',
0|mm       |   errno: 'ETIMEDOUT',
0|mm       |   syscall: 'connect',
0|mm       |   address: '95.100.183.154',
0|mm       |   port: 443 }
0|mm       | { Error: socket hang up
0|mm       |     at createHangUpError (_http_client.js:252:15)
0|mm       |     at TLSSocket.socketCloseListener (_http_client.js:284:23)
0|mm       |     at emitOne (events.js:101:20)
0|mm       |     at TLSSocket.emit (events.js:188:7)
0|mm       |     at TCP._handle.close [as _onclose] (net.js:493:12) code: 'ECONNRESET' }
0|mm       | { Error: connect ETIMEDOUT 95.101.30.23:80
0|mm       |     at Object.exports._errnoException (util.js:1026:11)
0|mm       |     at exports._exceptionWithHostPort (util.js:1049:20)
0|mm       |     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)
0|mm       |   code: 'ETIMEDOUT',
0|mm       |   errno: 'ETIMEDOUT',
0|mm       |   syscall: 'connect',
0|mm       |   address: '95.101.30.23',
0|mm       |   port: 80 }
0|mm       | { Error: socket hang up
0|mm       |     at createHangUpError (_http_client.js:252:15)
0|mm       |     at Socket.socketCloseListener (_http_client.js:284:23)
0|mm       |     at emitOne (events.js:101:20)
0|mm       |     at Socket.emit (events.js:188:7)
0|mm       |     at TCP._handle.close [as _onclose] (net.js:493:12) code: 'ECONNRESET' }
0|mm       | { Error: getaddrinfo EAI_AGAIN www.welt.de:443
0|mm       |     at Object.exports._errnoException (util.js:1026:11)
0|mm       |     at errnoException (dns.js:33:15)
0|mm       |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
0|mm       |   code: 'EAI_AGAIN',
0|mm       |   errno: 'EAI_AGAIN',
0|mm       |   syscall: 'getaddrinfo',
0|mm       |   hostname: 'www.welt.de',
0|mm       |   host: 'www.welt.de',
0|mm       |   port: 443 }
0|mm       | { Error: getaddrinfo EAI_AGAIN www.gala.de:80
0|mm       |     at Object.exports._errnoException (util.js:1026:11)
0|mm       |     at errnoException (dns.js:33:15)
0|mm       |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
0|mm       |   code: 'EAI_AGAIN',
0|mm       |   errno: 'EAI_AGAIN',
0|mm       |   syscall: 'getaddrinfo',
0|mm       |   hostname: 'www.gala.de',
0|mm       |   host: 'www.gala.de',
0|mm       |   port: 80 }
</code></pre>
<p dir="auto">Any ideas on this?</p>
<p dir="auto">Thanks in advance…</p>
]]></description><link>https://forum.magicmirror.builders/post/18232</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/18232</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Mon, 27 Mar 2017 14:53:33 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Sun, 20 Nov 2016 10:20:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/medo" aria-label="Profile: Medo">@<bdi>Medo</bdi></a><br />
oh, yes👍 .<br />
Now I see my fault!</p>
<p dir="auto">Thank you.<br />
I just try it when I’m back home.</p>
<p dir="auto">Have a nice day</p>
]]></description><link>https://forum.magicmirror.builders/post/8255</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8255</guid><dc:creator><![CDATA[lolobyte]]></dc:creator><pubDate>Sun, 20 Nov 2016 10:20:02 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Sun, 20 Nov 2016 10:14:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lolobyte" aria-label="Profile: lolobyte">@<bdi>lolobyte</bdi></a></p>
<p dir="auto">Try to look at the original files which came in the downloaded package. I also had problems and realized later, that i had forgotten some  characters…</p>
<p dir="auto">In your case, i think you have to put each title and url in parentheses. Look at my example from above and also dont miss commas…</p>
<p dir="auto">Something like this:</p>
<pre><code>                               {
                                title: "Süddeutsche Zeitung",
                                url: "http://rss.sueddeutsche.de/rss/Topthemen",
                                },
                                title: "Tagesschau",
                                url: "http://www.tagesschau.de/xml/rss2",
                                "http://www.stimme.de/storage/rss/rss/regioticker/regioticker.xml",
                                 }
</code></pre>
<p dir="auto">As i mentioned above - take the original files as reference, go throug it character by character and you will get it some trys later…</p>
]]></description><link>https://forum.magicmirror.builders/post/8254</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8254</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Sun, 20 Nov 2016 10:14:39 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Sun, 20 Nov 2016 09:46:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/medo" aria-label="Profile: Medo">@<bdi>Medo</bdi></a><br />
I tried to inplement multiplr Feeds but my confic will display only the last one.</p>
<p dir="auto">What is wrong in my config?</p>
<pre><code>            {
                    module: 'newsfeed',
                    position: 'bottom_bar',
                    config: {
                            feeds: [
                                    {
                                    title: "Süddeutsche Zeitung",
                                    url: "http://rss.sueddeutsche.de/rss/Topthemen",
                                    title: "Tagesschau",
                                    url: "http://www.tagesschau.de/xml/rss2",
                   "http://www.stimme.de/storage/rss/rss/regioticker/regioticker.xml"
                                    }
                                    ],
                            showSourceTitle: true,
                            showPublishDate: true
                            }
            },{
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/8253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8253</guid><dc:creator><![CDATA[lolobyte]]></dc:creator><pubDate>Sun, 20 Nov 2016 09:46:50 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Wed, 09 Nov 2016 07:03:53 GMT]]></title><description><![CDATA[<p dir="auto">Managed to get it working again. Cant say, what went wrong before. Thread can be closed…</p>
]]></description><link>https://forum.magicmirror.builders/post/7698</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7698</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Wed, 09 Nov 2016 07:03:53 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Mon, 07 Nov 2016 18:18:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/strawberry-3.141" aria-label="Profile: strawberry-3.141">@<bdi>strawberry-3.141</bdi></a></p>
<p dir="auto">Okay, the logs. I forgot… :-D</p>
<p dir="auto">First i tried with “pm logs -lines 1000”</p>
<p dir="auto">And really, there were errors!</p>
<p dir="auto">The logs with the error…<br />
------------------------------------------------------------------------------------------------------------&lt;<br />
0|mm       | &gt; magicmirror@2.0.0 start /home/pi/MagicMirror<br />
0|mm       | &gt; electron js/electron.js<br />
0|mm       |<br />
0|mm       | Loading config …<br />
0|mm       | Loading module helpers …<br />
0|mm       | Initializing new module helper …<br />
0|mm       | No helper found for module: alert.<br />
0|mm       | No helper found for module: clock.<br />
0|mm       | Initializing new module helper …<br />
0|mm       | No helper found for module: compliments.<br />
0|mm       | No helper found for module: currentweather.<br />
0|mm       | No helper found for module: weatherforecast.<br />
0|mm       | Initializing new module helper …<br />
0|mm       | Initializing new module helper …<br />
0|mm       | No helper found for module: calendar_monthly.<br />
0|mm       | All module helpers loaded.<br />
0|mm       | Starting server op port 8080 …<br />
0|mm       | Server started …<br />
0|mm       | Connecting socket for: MMM-PIR-Sensor<br />
0|mm       | Connecting socket for: calendar<br />
0|mm       | Starting node helper for: calendar<br />
0|mm       | Connecting socket for: newsfeed<br />
0|mm       | Starting module: newsfeed<br />
0|mm       | Connecting socket for: MMM-Fuel<br />
0|mm       | Starting module: MMM-Fuel<br />
0|mm       | Sockets connected &amp; modules started …<br />
0|mm       | Launching application.<br />
0|mm       | Create new calendar fetcher for url: <a href="http://localhost:8080/modules/default/calendar/calendardata.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/modules/default/calendar/calendardata.ics</a> - Interval: 300000<br />
0|mm       | Create new news fetcher for url: <a href="http://www.br.de/franken/franken100~rss.xml" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.br.de/franken/franken100~rss.xml</a> - Interval: 300000<br />
0|mm       | Create new news fetcher for url: <a href="https://www.kuketz-blog.de/feed/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.kuketz-blog.de/feed/</a> - Interval: 300000<br />
0|mm       | Whoops! There was an uncaught exception…<br />
0|mm       | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|mm       | If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a><br />
0|mm       | Whoops! There was an uncaught exception…<br />
0|mm       | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|mm       | If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a><br />
0|mm       | Whoops! There was an uncaught exception…<br />
0|mm       | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|mm       | If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a><br />
0|mm       | Whoops! There was an uncaught exception…<br />
0|mm       | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|mm       | If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a><br />
0|mm       | Whoops! There was an uncaught exception…<br />
0|mm       | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|mm       | If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a></p>
<p dir="auto">…but i noticed, that the feeds were some, i used some tries before. So with my actual used feeds - no errors anymore.<br />
But they’re  still not updated…<br />
------------------------------------------------------------------------------------------------------------&lt;</p>
<p dir="auto">|mm       | &gt; magicmirror@2.0.0 start /home/pi/MagicMirror<br />
0|mm       | &gt; electron js/electron.js<br />
0|mm       |<br />
0|mm       | Loading config …<br />
0|mm       | Loading module helpers …<br />
0|mm       | No helper found for module: helloworld.<br />
0|mm       | All module helpers loaded.<br />
0|mm       | Starting server op port 8080 …<br />
0|mm       | Server started …<br />
0|mm       | Sockets connected &amp; modules started …<br />
0|mm       | Launching application.<br />
0|mm       |<br />
0|mm       | &gt; magicmirror@2.0.0 start /home/pi/MagicMirror<br />
0|mm       | &gt; electron js/electron.js<br />
0|mm       |<br />
0|mm       | Loading config …<br />
0|mm       | Loading module helpers …<br />
0|mm       | Initializing new module helper …<br />
0|mm       | No helper found for module: alert.<br />
0|mm       | No helper found for module: clock.<br />
0|mm       | Initializing new module helper …<br />
0|mm       | No helper found for module: compliments.<br />
0|mm       | No helper found for module: currentweather.<br />
0|mm       | No helper found for module: weatherforecast.<br />
0|mm       | Initializing new module helper …<br />
0|mm       | Initializing new module helper …<br />
0|mm       | No helper found for module: calendar_monthly.<br />
0|mm       | All module helpers loaded.<br />
0|mm       | Starting server op port 8080 …<br />
0|mm       | Server started …<br />
0|mm       | Connecting socket for: MMM-PIR-Sensor<br />
0|mm       | Connecting socket for: calendar<br />
0|mm       | Starting node helper for: calendar<br />
0|mm       | Connecting socket for: newsfeed<br />
0|mm       | Starting module: newsfeed<br />
0|mm       | Connecting socket for: MMM-Fuel<br />
0|mm       | Starting module: MMM-Fuel<br />
0|mm       | Sockets connected &amp; modules started …<br />
0|mm       | Launching application.<br />
0|mm       | Create new calendar fetcher for url: <a href="http://localhost:8080/modules/default/calendar/calendardata.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/modules/default/calendar/calendardata.ics</a> - Interval: 300000<br />
0|mm       | Create new news fetcher for url: <a href="http://www.spiegel.de/schlagzeilen/tops/index.rss" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.spiegel.de/schlagzeilen/tops/index.rss</a> - Interval: 300000<br />
0|mm       | Create new news fetcher for url: <a href="http://www.gala.de/rss/gala_rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.gala.de/rss/gala_rss.html</a> - Interval: 300000<br />
0|mm       | Create new news fetcher for url: <a href="http://www.metalnews.de/rss/" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.metalnews.de/rss/</a> - Interval: 300000<br />
0|mm       | Create new news fetcher for url: <a href="http://www.infranken.de/storage/rss/rss/2.0/startseite.xml" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.infranken.de/storage/rss/rss/2.0/startseite.xml</a> - Interval: 300000</p>
<p dir="auto">I also tried to open the MM in Chromium and then hit F12. But i didnt see anything suscpicious there…<br />
------------------------------------------------------------------------------------------------------------&lt;</p>
<p dir="auto">???</p>
<p dir="auto">Last i tried “pm2 log mm”. And it gave me some errors:<br />
------------------------------------------------------------------------------------------------------------&lt;</p>
<p dir="auto">[TAILING] Tailing last 10 lines for [mm] process (change the value with --lines option)<br />
/home/pi/.pm2/logs/mm-error-0.log last 10 lines:<br />
0|mm       |     at emitOne (events.js:96:13)<br />
0|mm       |     at SAXStream.emit (events.js:188:7)<br />
0|mm       |     at <a href="http://Object.me" target="_blank" rel="noopener noreferrer nofollow ugc">Object.me</a>._parser.(anonymous function) [as onopentag] (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:258:17)<br />
0|mm       |     at emit (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:640:35)<br />
0|mm       |     at emitNode (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:645:5)<br />
0|mm       |     at openTag (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:841:5)<br />
0|mm       |     at Object.write (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:1404:13)<br />
0|mm       |     at SAXStream.write (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:239:18)<br />
0|mm       |     at yoshi.write (/home/pi/MagicMirror/node_modules/feedme/lib/feedme.js:41:14)<br />
0|mm       | WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration.</p>
<p dir="auto">/home/pi/.pm2/logs/mm-out-0.log last 10 lines:<br />
0|mm       | Use existing news fetcher for url: <a href="http://www.spiegel.de/schlagzeilen/tops/index.rss" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.spiegel.de/schlagzeilen/tops/index.rss</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.gala.de/rss/gala_rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.gala.de/rss/gala_rss.html</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.spiegel.de/schlagzeilen/tops/index.rss" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.spiegel.de/schlagzeilen/tops/index.rss</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.gala.de/rss/gala_rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.gala.de/rss/gala_rss.html</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.spiegel.de/schlagzeilen/tops/index.rss" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.spiegel.de/schlagzeilen/tops/index.rss</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.gala.de/rss/gala_rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.gala.de/rss/gala_rss.html</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.spiegel.de/schlagzeilen/tops/index.rss" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.spiegel.de/schlagzeilen/tops/index.rss</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.gala.de/rss/gala_rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.gala.de/rss/gala_rss.html</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.spiegel.de/schlagzeilen/tops/index.rss" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.spiegel.de/schlagzeilen/tops/index.rss</a><br />
0|mm       | Use existing news fetcher for url: <a href="http://www.gala.de/rss/gala_rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.gala.de/rss/gala_rss.html</a></p>
<p dir="auto">Espacially the last log confuses me. Do i have a syntax problem?</p>
<p dir="auto">Any suggestions how to do further analysis on this or a good hint what to do now?</p>
]]></description><link>https://forum.magicmirror.builders/post/7642</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7642</guid><dc:creator><![CDATA[Medo]]></dc:creator><pubDate>Mon, 07 Nov 2016 18:18:23 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed only loads once, then stops udating... on Sun, 06 Nov 2016 22:14:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/medo" aria-label="Profile: Medo">@<bdi>Medo</bdi></a> any errors in the logs?</p>
]]></description><link>https://forum.magicmirror.builders/post/7613</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7613</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Sun, 06 Nov 2016 22:14:28 GMT</pubDate></item></channel></rss>