<?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[News Feed - NPR]]></title><description><![CDATA[<p dir="auto">Has anyone found a news feed for NPR?</p>
]]></description><link>https://forum.magicmirror.builders/topic/13299/news-feed-npr</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 03:34:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13299.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Jul 2020 19:12:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to News Feed - NPR on Fri, 17 Jul 2020 21:18:46 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> You’re a freaking genius. Thanks. It’s always something ‘silly’ like that… earlier I had a misplaced “{”</p>
]]></description><link>https://forum.magicmirror.builders/post/78733</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78733</guid><dc:creator><![CDATA[earnestrichards]]></dc:creator><pubDate>Fri, 17 Jul 2020 21:18:46 GMT</pubDate></item><item><title><![CDATA[Reply to News Feed - NPR on Fri, 17 Jul 2020 21:16:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/earnestrichards" aria-label="Profile: earnestrichards">@<bdi>earnestrichards</bdi></a></p>
<p dir="auto">in the commented out section, u are missing a continuation</p>
<pre><code>//					{
//						title: "NPR"        &lt; ----- missing comma ,
//						url: "https://feeds.npr.org/1001/rss.xml"
//					},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/78732</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78732</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Jul 2020 21:16:48 GMT</pubDate></item><item><title><![CDATA[Reply to News Feed - NPR on Fri, 17 Jul 2020 21:15:44 GMT]]></title><description><![CDATA[<p dir="auto">yes… I had it uncommented and then the crash…</p>
]]></description><link>https://forum.magicmirror.builders/post/78731</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78731</guid><dc:creator><![CDATA[earnestrichards]]></dc:creator><pubDate>Fri, 17 Jul 2020 21:15:44 GMT</pubDate></item><item><title><![CDATA[Reply to News Feed - NPR on Fri, 17 Jul 2020 21:14:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/earnestrichards" aria-label="Profile: earnestrichards">@<bdi>earnestrichards</bdi></a> u have it commented out?   // is comment , rest of line ignored</p>
<pre><code>//					{
//						title: "NPR"
//						url: "https://feeds.npr.org/1001/rss.xml"
//					},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/78730</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78730</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Jul 2020 21:14:49 GMT</pubDate></item><item><title><![CDATA[Reply to News Feed - NPR on Fri, 17 Jul 2020 21:13:32 GMT]]></title><description><![CDATA[<p dir="auto">Grrrr… still no luck…</p>
<p dir="auto">Here’s the snippet from my config.js:</p>
<pre><code>			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "New York Times",
						url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
					},
					{
						title: "CNN",
						url: "http://rss.cnn.com/rss/cnn_topstories.rss"
					},
//					{
//						title: "NPR"
//						url: "https://feeds.npr.org/1001/rss.xml"
//					},
//					{
//						title: "Houston Chronicle"
//						url: "https://www.chron.com/rss/feed/Houston-and-Texas-272.php"
//					},
				],
				showSourceTitle: true,
				showPublishDate: true,
				broadcastNewsFeeds: true,
				broadcastNewsUpdates: true
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/78729</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78729</guid><dc:creator><![CDATA[earnestrichards]]></dc:creator><pubDate>Fri, 17 Jul 2020 21:13:32 GMT</pubDate></item><item><title><![CDATA[Reply to News Feed - NPR on Fri, 17 Jul 2020 20:51:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/earnestrichards" aria-label="Profile: earnestrichards">@<bdi>earnestrichards</bdi></a> said in <a href="/post/78727">News Feed - NPR</a>:</p>
<blockquote>
<p dir="auto"><a href="http://www.npr.org/rss/rss.php?id=1001" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.npr.org/rss/rss.php?id=1001</a></p>
</blockquote>
<p dir="auto">put that into a browser, it returns the feed in xml<br />
as for config</p>
<pre><code>		{
			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "NPR feed",
						url: "http://www.npr.org/rss/rss.php?id=1001"
					}
				],
				showSourceTitle: true,
				showPublishDate: true,
				broadcastNewsFeeds: true,
				broadcastNewsUpdates: true
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/78728</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78728</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Jul 2020 20:51:11 GMT</pubDate></item><item><title><![CDATA[Reply to News Feed - NPR on Fri, 17 Jul 2020 20:45:09 GMT]]></title><description><![CDATA[<p dir="auto">I had found this one -  <a href="http://www.npr.org/rss/rss.php?id=1001" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.npr.org/rss/rss.php?id=1001</a> -  but it crashes the config  file.</p>
<p dir="auto">Any feed that ends in .php does the same.</p>
<p dir="auto">It may be that I just don’t understand how these things work and need to learn and read more.</p>
]]></description><link>https://forum.magicmirror.builders/post/78727</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78727</guid><dc:creator><![CDATA[earnestrichards]]></dc:creator><pubDate>Fri, 17 Jul 2020 20:45:09 GMT</pubDate></item><item><title><![CDATA[Reply to News Feed - NPR on Fri, 17 Jul 2020 19:48:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/earnestrichards" aria-label="Profile: earnestrichards">@<bdi>earnestrichards</bdi></a> maybe a Google search?</p>
]]></description><link>https://forum.magicmirror.builders/post/78726</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78726</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Jul 2020 19:48:20 GMT</pubDate></item></channel></rss>