<?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[Help getting rid of old news]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I’m wondering if anyone can help me  fix why the news is showing headlines older than 2 days when I have the config statement that states ignore news older than 2 days. Did I implement it wrong? Am I missing something?</p>
<p dir="auto">Thanks in advance.</p>
<pre><code>{
			module: "newsfeed",
			position: "bottom_bar",
			config: {
				feeds: [
					{
						title: "CBC Windsor News",
						url: "https://www.cbc.ca/cmlink/rss-canada-windsor"

					},
					{
						title: "Windsor Star News",
						url: "http://windsorstar.com/category/news/local-news/feed"

					},
					{
						title: "CBC Top Stories News",
						url: "https://www.cbc.ca/cmlink/rss-topstories"
					}
				],
				showSourceTitle: true,
				showPublishDate: true,
				broadcastNewsFeeds: true,
				broadcastNewsUpdates: true,
				ignoreOlderThan: 172800000 //Ignore news older than 2 days (2days-&gt;172800000ms)
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/16255/help-getting-rid-of-old-news</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 03:36:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16255.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Jan 2022 17:44:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help getting rid of old news on Tue, 19 Sep 2023 22:55:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/extra" aria-label="Profile: Extra">@<bdi>Extra</bdi></a> I am having the same issue.  Most of the news I see is new but I have news that is showing from 4 5 and 6 months ago as well.  I have tried multiple different ways to format the config with the same problems everytime.  Did you ever figure this out?</p>
]]></description><link>https://forum.magicmirror.builders/post/110988</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110988</guid><dc:creator><![CDATA[EHelberg88]]></dc:creator><pubDate>Tue, 19 Sep 2023 22:55:29 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting rid of old news on Tue, 25 Jan 2022 18:02:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thad" aria-label="Profile: thad">@<bdi>thad</bdi></a> Edit: I just checked it, and a 4 day old headline was displayed.</p>
]]></description><link>https://forum.magicmirror.builders/post/99023</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99023</guid><dc:creator><![CDATA[Extra]]></dc:creator><pubDate>Tue, 25 Jan 2022 18:02:52 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting rid of old news on Tue, 25 Jan 2022 17:56:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thad" aria-label="Profile: thad">@<bdi>thad</bdi></a> That makes sense.<br />
It works now, thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/99020</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99020</guid><dc:creator><![CDATA[Extra]]></dc:creator><pubDate>Tue, 25 Jan 2022 17:56:14 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting rid of old news on Tue, 25 Jan 2022 17:48:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/extra" aria-label="Profile: extra">@<bdi>extra</bdi></a><br />
I was just playing with this.  I think you need to add:<br />
ignoreOldItems: true</p>
<p dir="auto">Thad</p>
]]></description><link>https://forum.magicmirror.builders/post/99018</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99018</guid><dc:creator><![CDATA[thad]]></dc:creator><pubDate>Tue, 25 Jan 2022 17:48:47 GMT</pubDate></item></channel></rss>