<?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]]></title><description><![CDATA[<p dir="auto">I am trying to run newsfeed.<br />
my config file looks like this.</p>
<pre><code>                {
                        module: "newsfeed",
                        position: "bottom_bar",
                        animateIn: "slideInLeft",
                        animateOut: "slideOutRight",
                        config: {
                          feeds: [
                            {
                              title: "New York Times",
                        //       url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                              url: "https://feeds.bbci.co.uk/news/world/rss.xml",
                            },
                          ],
                          showSourceTitle: true,
                          showPublishDate: true,
                          broadcastNewsFeeds: true,
                          broadcastNewsUpdates: true
                        }
                      },


]
};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
<p dir="auto">However I just get no news at the moment. Can someone look to see if I have made an error?</p>
<p dir="auto">Best wishes.</p>
]]></description><link>https://forum.magicmirror.builders/topic/18927/newsfeed</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 03:29:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18927.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Aug 2024 08:30:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to newsfeed on Mon, 26 Aug 2024 12:47:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foggy" aria-label="Profile: foggy">@<bdi>foggy</bdi></a> you close. click the 3 dots to the right, and select mark this post…</p>
<p dir="auto"><img src="/assets/uploads/files/1724676411792-img_0147.png" alt="IMG_0147.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/119325</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119325</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 26 Aug 2024 12:47:09 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Mon, 26 Aug 2024 11:43:33 GMT]]></title><description><![CDATA[<p dir="auto">Thank you all for your comments. Not sure what I did but the BBC is now working. Please close.</p>
<p dir="auto">Best wishes.</p>
]]></description><link>https://forum.magicmirror.builders/post/119324</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119324</guid><dc:creator><![CDATA[foggy]]></dc:creator><pubDate>Mon, 26 Aug 2024 11:43:33 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Sun, 25 Aug 2024 21:46:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johngalt" aria-label="Profile: JohnGalt">@<bdi>JohnGalt</bdi></a> I think he might be editing the sample</p>
]]></description><link>https://forum.magicmirror.builders/post/119312</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119312</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 25 Aug 2024 21:46:16 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Sun, 25 Aug 2024 21:43: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> - Thanks for both the update on the pm2 restart and on the reminder that the OP’s system structure is different.</p>
<p dir="auto">OK, back to newsfeed behavior…</p>
]]></description><link>https://forum.magicmirror.builders/post/119310</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119310</guid><dc:creator><![CDATA[JohnGalt]]></dc:creator><pubDate>Sun, 25 Aug 2024 21:43:22 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Sun, 25 Aug 2024 21:24:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johngalt" aria-label="Profile: JohnGalt">@<bdi>JohnGalt</bdi></a> remember he is running under lxc container<br />
Proxmox/#magicmirror-server-lxc</p>
<p dir="auto">so the files are NOT in exactly the same place…  (they are linked into the container is the same logical place)</p>
<pre><code>Proxmox/#magicmirror-server-lxc
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/119309</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119309</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 25 Aug 2024 21:24:29 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Sun, 25 Aug 2024 21:22:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johngalt" aria-label="Profile: JohnGalt">@<bdi>JohnGalt</bdi></a> said in <a href="/post/119307">newsfeed</a>:</p>
<blockquote>
<p dir="auto">related question: In the[recent] past my system has always restarted Magic Mirror when i commit a change to config.js using control-O, but lately it doesn’t and I have to manually restart MM. Is this expected behavior?</p>
</blockquote>
<p dir="auto">this is provided by PM2 file change detection…   it is inconsistent, and I haven’t found any reason…  for me it has NEVER worked on pi, or linux… but used to ALWAYS work on mac… (but now doesn’t as well) …</p>
<p dir="auto">in my config to setup the MagicMirror app I use a json file that provides that configuration.</p>
<p dir="auto">I don’t see any change in the pm2 doc for this</p>
<pre><code class="language-json">{
  "apps" : [{
    "name"        : "MagicMirror",
    "script"      : "/home/pi/MagicMirror/installers/mm.sh",
    "watch"       : ["/home/pi/MagicMirror/config/config.js"]  &lt;-----  I adjust this for user and path 
  }]
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/119308</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119308</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 25 Aug 2024 21:22:44 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Sun, 25 Aug 2024 20:33:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foggy" aria-label="Profile: foggy">@<bdi>foggy</bdi></a> - <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> may be onto something. I jsut added your url to my config.js file and I now get the BBC just fine.</p>
<p dir="auto">I also wonder whether the "{ " and “}” brackets are required but missing in your feeds array? I have each feed url in its own brackets and it works for me. See my config below, modified to add your BBC url.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> - related question: In the[recent]  past my system has always restarted Magic Mirror when i commit a change to config.js using control-O, but lately it doesn’t and I have to manually restart MM. Is this expected behavior?</p>
<p dir="auto">Here is the file MagicMirror/config/config.js now correctly displaying BBC news.</p>
<pre><code>{module: "newsfeed",
     disabled: false,
     tableClass: "small",
     position: "bottom_center",    // bottom_center bottom_bar
     config: {
     feeds: [
        { title: "New York Times", url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml" },
        { title: "BBC", url: "https://feeds.bbci.co.uk/news/world/rss.xml"},
        { title: "Las Vegas Review Journal", url: "https://www.reviewjournal.com/feed/" },
        { title: "Detroit Metro Times", url: "https://www.metrotimes.com/detroit/Rss.xml" },
           ],
           reloadInterval: 600000, // Content fetch interval - 600000 = 10 minutes
           updateInterval: 15000, //Display new headline interval - default = 10000 milliseconds / 10 seconds
           showSourceTitle: true,
           showPublishDate: true,
           broadcastNewsFeeds: false,
           broadcastNewsUpdates: false
                } },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/119307</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119307</guid><dc:creator><![CDATA[JohnGalt]]></dc:creator><pubDate>Sun, 25 Aug 2024 20:33:38 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Sat, 24 Aug 2024 16:21:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foggy" aria-label="Profile: foggy">@<bdi>foggy</bdi></a> are you editing the correct file?</p>
<p dir="auto">it looks like your changes are not in the config.js being used</p>
]]></description><link>https://forum.magicmirror.builders/post/119298</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119298</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 24 Aug 2024 16:21:36 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Sat, 24 Aug 2024 09:33:55 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for your response.<br />
When I run the program all I see is the news for NYT and not BBC.<br />
I am not really sure where to look for the files. Just in case it make a difference, I download MagicMirror using <a href="https://tteck.github.io/Proxmox/#magicmirror-server-lxc" target="_blank" rel="noopener noreferrer nofollow ugc">https://tteck.github.io/Proxmox/#magicmirror-server-lxc</a><br />
As I am using Proxmox.</p>
<p dir="auto">Best wishes.</p>
]]></description><link>https://forum.magicmirror.builders/post/119294</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119294</guid><dc:creator><![CDATA[foggy]]></dc:creator><pubDate>Sat, 24 Aug 2024 09:33:55 GMT</pubDate></item><item><title><![CDATA[Reply to newsfeed on Fri, 23 Aug 2024 16:11:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foggy" aria-label="Profile: foggy">@<bdi>foggy</bdi></a> Your config works fine as is for me. Are you seeing any errors in the logs or the developers window?</p>
]]></description><link>https://forum.magicmirror.builders/post/119286</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119286</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Fri, 23 Aug 2024 16:11:33 GMT</pubDate></item></channel></rss>