<?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[MagicMirror Newsfeed continually &quot;loading&quot;...]]></title><description><![CDATA[<p dir="auto">Apologies for creating another topic about this. I have done loads of research and have read all of the old topics, but cannot get past this.</p>
<p dir="auto">I’m totally new to this sort of this and thought that this looked nice and easy having viewed a few guides and watched a few videos. I was wrong.</p>
<p dir="auto">Long story short, I have a fairly fresh install of MM and cannot get the newsfeed to work at all. I’ve left it default and it doesnt populate; I’ve tried to change it to the BBC UK feed (my preferred feed btw) but again it just says “Loading…” along the bottom bar.<br />
I’ve tried so many different variations of the code in the config (but end up breaking it everytime and having to revert it to a saved config file), as well as changing (and reverting to default) all of the other .js files within the newsfeed folder.</p>
<p dir="auto">I have pasted my current config.js below, any help would be greatly appreciated. Also, please note, I’m a massive noob and very simple.</p>
<p dir="auto">Once I crack this it’ll be onto the next big problem regarding the assistant… but that a fight for another day. The most important thing right now is a functional MM with a newsfeed!</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var config = {
	address: "localhost", // Address to listen on, can be:
	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
	                      // - another specific IPv4/6 to listen on a specific interface
	                      // - "", "0.0.0.0", "::" to listen on any interface
	                      // Default, when address config is left out, is "localhost"
	port: 8080,
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
	                                                       // or add a specific IPv4 of 192.168.1.5 :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
	                                                       // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	language: "en",
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},		
		{
			module: "compliments",
			position: "lower_third"
		},
		{
			module: "currentweather",
			position: "top_right",
			config: {
				location: "Chessington",
				locationID: "2653229",  //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city
				appid: "DELIBERATELY BLANK"
			}
		},
		{
			module: "weatherforecast",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				location: "Chessington",
				locationID: "2653229",  //ID from http://www.openweathermap.org/help/city_list.txt
				appid: "DELIBERATELY BLANK"
			}
		},
		{
			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "New York Times",
						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"

					}
				],
				showSourceTitle: true,
				showPublishDate: true,
			}
		},
		{
			module: "MMM-Hotword",
			config: {
				record: {
					recordProgram : "arecord",  
					device        : "plughw:1"
				},
				autostart:true,
				onDetected: {
					notification: (payload) =&gt; {
					return "ASSISTANT_ACTIVATE"
					},
					payload: (payload) =&gt; {
						return {
						  profile: payload.hotword
						}
					}
				},
			},
		},
		{
			module: "MMM-AssistantMk2",
			position: "top_right",
			config: {
				deviceLocation: {
					coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com)
					latitude: 37.5650168, // -90.0 - +90.0
					longitude: 126.8491231, // -180.0 - +180.0
					},
				},
				record: {
					recordProgram : "arecord",  
					device        : "plughw:1",
				},
				notifications: {
					ASSISTANT_ACTIVATED: "HOTWORD_PAUSE",
					ASSISTANT_DEACTIVATED: "HOTWORD_RESUME",
				},
				useWelcomeMessage: "brief today",
				profiles: {
					"default" : {
						lang: "en-US"
					}
				},
			}
		},
	]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
</code></pre>
<p dir="auto">Thanks in advance!</p>
<p dir="auto">Brew</p>
]]></description><link>https://forum.magicmirror.builders/topic/11587/magicmirror-newsfeed-continually-loading</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 00:28:35 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11587.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Nov 2019 21:53:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Sat, 03 Oct 2020 16:13:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/parvez" aria-label="Profile: Parvez">@<bdi>Parvez</bdi></a> hotword has been removed, and is no longer available.</p>
<p dir="auto">to use GoogleAssistant you have to install MMM-GoogleAssistant<br />
.also bugsounet has removed some of his modules</p>
]]></description><link>https://forum.magicmirror.builders/post/82741</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82741</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 03 Oct 2020 16:13:40 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Sat, 03 Oct 2020 16:00:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  can you help me … install problem MMM Hotword</p>
<pre><code>Welcome to Hotword v2.4.0

Checking OS...
OS Detected: linux-gnueabihf (raspbian 10 armv7l)

Do you want to execute automatic intallation ? [Y/n] 
Your choice: N
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@bugsounet%2flpcm16 - Not found
npm ERR! 404 
npm ERR! 404  '@bugsounet/lpcm16@^1.0.1' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'MMM-Hotword'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pi/.npm/_logs/2020-10-03T05_32_52_379Z-debug.log

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/82740</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82740</guid><dc:creator><![CDATA[Parvez]]></dc:creator><pubDate>Sat, 03 Oct 2020 16:00:37 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Sat, 03 Oct 2020 15:53:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/parvez" aria-label="Profile: Parvez">@<bdi>Parvez</bdi></a> no. no package.json there</p>
<p dir="auto">that is part of the base mm</p>
]]></description><link>https://forum.magicmirror.builders/post/82739</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82739</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 03 Oct 2020 15:53:04 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Sat, 03 Oct 2020 15:24:55 GMT]]></title><description><![CDATA[<p dir="auto">Just reinstall this modules<br />
i things solved this problem</p>
<pre><code>cd ~/MagicMirror/modules/default/newsfeed/
npm install 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/82738</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82738</guid><dc:creator><![CDATA[Parvez]]></dc:creator><pubDate>Sat, 03 Oct 2020 15:24:55 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Fri, 02 Oct 2020 16:33:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/spblat" aria-label="Profile: spblat">@<bdi>spblat</bdi></a> if the module has a node_helper.js,  you need to restart MM for any changes to take place</p>
]]></description><link>https://forum.magicmirror.builders/post/82690</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82690</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 02 Oct 2020 16:33:57 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Fri, 02 Oct 2020 16:07:41 GMT]]></title><description><![CDATA[<p dir="auto">For those googling this problem, consider whether you added the module to your config file but didn’t stop and restart the software. Many config changes can take effect just by saving the config file and reloading the browser window, but adding and removing modules…not so much :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/82688</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82688</guid><dc:creator><![CDATA[spblat]]></dc:creator><pubDate>Fri, 02 Oct 2020 16:07:41 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 18:42:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Will do, thanks for your help :)</p>
]]></description><link>https://forum.magicmirror.builders/post/64365</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64365</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Wed, 13 Nov 2019 18:42:11 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 18:41:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a> use the updated installer… see <a href="https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer">https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer</a><br />
you should rename the current MM folder out of the way… then u can copy files over if need be</p>
]]></description><link>https://forum.magicmirror.builders/post/64364</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64364</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 13 Nov 2019 18:41:29 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 18:40:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Well I guess installing a fresh copy wont be too much hassle! Its not like I cant work out how to get the google assistant to work anyway, so I’ll probably just keep it completely vanilla. Even I cant balls that up too much…</p>
]]></description><link>https://forum.magicmirror.builders/post/64363</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64363</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Wed, 13 Nov 2019 18:40:06 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 18:25:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a> said in <a href="/post/64361">MagicMirror Newsfeed continually "loading"...</a>:</p>
<blockquote>
<p dir="auto">Thank you so much for your time with this btw</p>
</blockquote>
<p dir="auto">no problem… like to help…</p>
<p dir="auto">but the output doesn’t match the config at all… there should be more info about the other modules and errors if they were not found…</p>
]]></description><link>https://forum.magicmirror.builders/post/64362</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64362</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 13 Nov 2019 18:25:03 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 18:18:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/64360">MagicMirror Newsfeed continually "loading"...</a>:</p>
<blockquote>
<p dir="auto">ls ~/MagicMirror/config -laF<br />
ls ~/MagicMirror/modules/default -laF</p>
</blockquote>
<pre><code>pi@raspberrypi:~/MagicMirror $ ls ~/MagicMirror/config -laF
total 20
drwxr-xr-x  2 pi pi 4096 Nov 13 18:17 ./
drwxr-xr-x 17 pi pi 4096 Nov 12 20:25 ../
-rw-r--r--  1 pi pi 3437 Nov 13 17:35 config.js
-rw-r--r--  1 pi pi 2769 Nov 10 14:36 config.js.sample
-rw-r--r--  1 pi pi   20 Nov 10 14:36 .gitignore
pi@raspberrypi:~/MagicMirror $ ls ~/MagicMirror/modules/default -laF
total 52
drwxr-xr-x 12 pi pi 4096 Nov 12 21:29 ./
drwxr-xr-x  6 pi pi 4096 Nov 10 18:20 ../
drwxr-xr-x  3 pi pi 4096 Nov 10 14:36 alert/
drwxr-xr-x  3 pi pi 4096 Nov 10 14:36 calendar/
drwxr-xr-x  3 pi pi 4096 Nov 10 14:36 clock/
drwxr-xr-x  2 pi pi 4096 Nov 10 16:35 compliments/
drwxr-xr-x  2 pi pi 4096 Nov 10 14:36 currentweather/
-rw-r--r--  1 pi pi  520 Nov 10 14:36 defaultmodules.js
drwxr-xr-x  2 pi pi 4096 Nov 10 14:36 helloworld/
drwxr-xr-x  2 pi pi 4096 Nov 12 21:32 newsfeed/
drwxr-xr-x  2 pi pi 4096 Nov 10 14:36 updatenotification/
drwxr-xr-x  3 pi pi 4096 Nov 10 14:36 weather/
drwxr-xr-x  2 pi pi 4096 Nov 10 14:36 weatherforecast/
</code></pre>
<p dir="auto">Thank you so much for your time with this btw :)</p>
]]></description><link>https://forum.magicmirror.builders/post/64361</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64361</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Wed, 13 Nov 2019 18:18:35 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 18:13:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a> ok, can u do</p>
<pre><code>ls ~/MagicMirror/config -laF
ls ~/MagicMirror/modules/default -laF
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/64360</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64360</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 13 Nov 2019 18:13:03 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 18:08:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Nope, I’m missing the last two lines:</p>
<pre><code>pi@raspberrypi:~/MagicMirror $ pm2 stop 0
npm start [PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2

[PM2] PM2 Successfully daemonized
[PM2] Applying action stopProcessId on app [0](ids: 0)
[PM2][ERROR] Process 0 not found
pi@raspberrypi:~/MagicMirror $ npm start 

&gt; magicmirror@2.9.0 start /home/pi/MagicMirror
&gt; sh run-start.sh

Starting MagicMirror: v2.9.0
Loading config ...
Loading module helpers ...
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: helloworld.
All module helpers loaded.
Starting server on port 8080 ... 
Server started ...
Connecting socket for: updatenotification
Sockets connected &amp; modules started ...
Launching application.

</code></pre>
<p dir="auto">Also looks like the helper module doesn’t get loaded…?</p>
]]></description><link>https://forum.magicmirror.builders/post/64359</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64359</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Wed, 13 Nov 2019 18:08:22 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 17:38:59 GMT]]></title><description><![CDATA[<p dir="auto">if you do a</p>
<pre><code>pm2 stop 0
</code></pre>
<p dir="auto">then from a command prompt, even over ssh</p>
<pre><code>npm start 
</code></pre>
<p dir="auto">you will see messages , here is the default set of stuff,<br />
see that last entry</p>
<pre><code>Starting MagicMirror: v2.9.0
Loading config ...
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper ...
Module helper loaded: calendar
No helper found for module: compliments.
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper ...
Module helper loaded: newsfeed
All module helpers loaded.
Starting server on port 8080 ...
You're using a full whitelist configuration to allow for all IPs
Server started ...
Connecting socket for: updatenotification
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected &amp; modules started ...
Launching application.
Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/64358</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64358</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 13 Nov 2019 17:38:59 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 17:36:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a> i am trying to test here for info…</p>
]]></description><link>https://forum.magicmirror.builders/post/64357</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64357</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 13 Nov 2019 17:36:02 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 17:34:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Yeah, I guessed it was irrelevant to the newsfeed shenanigans</p>
]]></description><link>https://forum.magicmirror.builders/post/64356</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64356</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Wed, 13 Nov 2019 17:34:38 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 17:32:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a> said in <a href="/post/64354">MagicMirror Newsfeed continually "loading"...</a>:</p>
<blockquote>
<p dir="auto">Your AppID does not support long term forecasts.</p>
</blockquote>
<p dir="auto">forecast is long term, the api gets picky…</p>
]]></description><link>https://forum.magicmirror.builders/post/64355</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64355</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 13 Nov 2019 17:32:59 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 17:32:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Once I stop filtering for “news” I do see one error, but it relates the the weather module:</p>
<p dir="auto">newsfeed - unknown notification, ignoring: CLOCK_SECOND<br />
api.openweathermap.o…43aac34d08eb3e2f3:1 Failed to load resource: the server responded with a status of 401 (Unauthorized)<br />
weatherforecast.js:266 weatherforecast: Your AppID does not support long term forecasts. Switching to fallback endpoint.<br />
newsfeed.js:370 newsfeed - received notification: CLOCK_SECOND</p>
<p dir="auto">I don’t know if this is relevant in any way?</p>
]]></description><link>https://forum.magicmirror.builders/post/64354</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64354</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Wed, 13 Nov 2019 17:32:08 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 17:29:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a> said in <a href="/post/64352">MagicMirror Newsfeed continually "loading"...</a>:</p>
<blockquote>
<p dir="auto">The fact is I have literally no idea what i’m looking at</p>
</blockquote>
<p dir="auto">its ok… we all learn over time…</p>
<p dir="auto">the system allows modules to talk to each other by sending ‘notification’  messages…</p>
<p dir="auto">most of what you see are the clock noisily telling others that time is ticking…</p>
<p dir="auto">but, I don’t see any messages about the feed setup…</p>
]]></description><link>https://forum.magicmirror.builders/post/64353</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64353</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 13 Nov 2019 17:29:29 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Wed, 13 Nov 2019 17:26:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Hey Sam. I have looked through the dev window and cant find any errors, but it is clearly unhappy about something.</p>
<p dir="auto">Below is a sample of what i get as soon as I start the MM:</p>
<p dir="auto">Load script: modules/default/newsfeed//newsfeed.js<br />
module.js:476 Module registered: newsfeed<br />
loader.js:150 Bootstrapping module: newsfeed<br />
loader.js:155 Scripts loaded for: newsfeed<br />
loader.js:157 Styles loaded for: newsfeed<br />
loader.js:159 Translations loaded for: newsfeed<br />
newsfeed.js:61 Starting module: newsfeed<br />
newsfeed.js:370 newsfeed - received notification: ALL_MODULES_STARTED<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: ALL_MODULES_STARTED<br />
newsfeed.js:370 newsfeed - received notification: MODULE_DOM_CREATED<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: MODULE_DOM_CREATED<br />
newsfeed.js:370 newsfeed - received notification: DOM_OBJECTS_CREATED<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: DOM_OBJECTS_CREATED<br />
newsfeed.js:370 newsfeed - received notification: CLOCK_SECOND<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: CLOCK_SECOND<br />
newsfeed.js:370 newsfeed - received notification: CLOCK_SECOND<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: CLOCK_SECOND<br />
newsfeed.js:370 newsfeed - received notification: CURRENTWEATHER_DATA<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: CURRENTWEATHER_DATA<br />
newsfeed.js:370 newsfeed - received notification: CLOCK_SECOND<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: CLOCK_SECOND<br />
newsfeed.js:370 newsfeed - received notification: CLOCK_SECOND<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: CLOCK_SECOND<br />
newsfeed.js:370 newsfeed - received notification: CLOCK_MINUTE<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: CLOCK_MINUTE<br />
newsfeed.js:370 newsfeed - received notification: CLOCK_SECOND<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: CLOCK_SECOND<br />
newsfeed.js:370 newsfeed - received notification: CLOCK_SECOND<br />
newsfeed.js:429 newsfeed - unknown notification, ignoring: CLOCK_SECOND<br />
newsfeed.js:370</p>
<p dir="auto">etc etc.</p>
<p dir="auto">I have tried to click the link and see where in the code the error is, but I am WAAAAY out of my league. The fact is I have literally no idea what i’m looking at and am 100% relying on everybody else’s knowledge to manage anything vaguely resembling anything clever.</p>
<p dir="auto">Hope this helps?</p>
<p dir="auto">Brew</p>
]]></description><link>https://forum.magicmirror.builders/post/64352</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64352</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Wed, 13 Nov 2019 17:26:08 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Tue, 12 Nov 2019 23:35:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a> ok, "Loading… " is the default message displayed until data comes in… then its replaced by the formatted data…</p>
<p dir="auto">so, open the developers window, ctrl-shift-i on the keyboard, select the tab labeled console, and scroll up to find any errors…</p>
<p dir="auto">many times one can filter the messages by the some part of the module name in this case 'news"</p>
]]></description><link>https://forum.magicmirror.builders/post/64298</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64298</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 12 Nov 2019 23:35:29 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Tue, 12 Nov 2019 22:36:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
I have tried re-editing your paste into my config.js. There were a couple of minor formatting changes, but ultimately the problem persists.</p>
<p dir="auto">Thanks for having a look though!</p>
]]></description><link>https://forum.magicmirror.builders/post/64294</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64294</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Tue, 12 Nov 2019 22:36:43 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror Newsfeed continually &quot;loading&quot;... on Tue, 12 Nov 2019 22:15:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a></p>
<p dir="auto">mine is using the same source… and works…</p>
<pre><code>{
      module: "newsfeed",
      disabled: false,
      position: "bottom_bar",
      config: {
	ignoreOldItems:false,
        feeds: [
          {
            title: "New York Times",
            url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
          },        
        ],
        showSourceTitle: true,
        showPublishDate: true
      }
    },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/64293</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64293</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 12 Nov 2019 22:15:59 GMT</pubDate></item></channel></rss>