<?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[Newfeet only show the last rss feed]]></title><description><![CDATA[<p dir="auto">Hello,<br />
in my newsfeed module I have three rss feeds. The module only shows the last one on the mirror.<br />
Is this correct?<br />
Sebastian</p>
]]></description><link>https://forum.magicmirror.builders/topic/762/newfeet-only-show-the-last-rss-feed</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 13:13:20 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/762.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Oct 2016 16:43:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newfeet only show the last rss feed on Wed, 05 Oct 2016 19:34:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a><br />
Thank you. It woks fine!</p>
<p dir="auto">Sebastian</p>
]]></description><link>https://forum.magicmirror.builders/post/5853</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/5853</guid><dc:creator><![CDATA[shgmongohh]]></dc:creator><pubDate>Wed, 05 Oct 2016 19:34:47 GMT</pubDate></item><item><title><![CDATA[Reply to Newfeet only show the last rss feed on Wed, 05 Oct 2016 19:25:24 GMT]]></title><description><![CDATA[<p dir="auto">Break them up:</p>
<pre><code>				feeds: [
					{
						title: "Spiegel",
						url: "http://www.spiegel.de/schlagzeilen/tops/index.rss",
					},
					{
						title: "Sueddeutsche",
						url: "http://rss.sueddeutsche.de/rss/Topthemen",
					},
					{
						title: "Tagesschau",
						url: "http://www.tagesschau.de/xml/rss2"
					}
				],
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/5850</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/5850</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Wed, 05 Oct 2016 19:25:24 GMT</pubDate></item><item><title><![CDATA[Reply to Newfeet only show the last rss feed on Wed, 05 Oct 2016 19:20:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michmich" aria-label="Profile: MichMich">@<bdi>MichMich</bdi></a><br />
Here is my newsfeed config</p>
<pre><code class="language-{">			module: 'newsfeed',
			position: 'bottom_bar',
			config: {
				feeds: [
					{
						title: "Spiegel",
						url: "http://www.spiegel.de/schlagzeilen/tops/index.rss",						
						title: "Sueddeutsche",
						url: "http://rss.sueddeutsche.de/rss/Topthemen",
						title: "Tagesschau",
						url: "http://www.tagesschau.de/xml/rss2"
					}
				],
				showSourceTitle: true,
				showPublishDate: true
			}
		}
</code></pre>
<p dir="auto">Sebastian</p>
]]></description><link>https://forum.magicmirror.builders/post/5849</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/5849</guid><dc:creator><![CDATA[shgmongohh]]></dc:creator><pubDate>Wed, 05 Oct 2016 19:20:49 GMT</pubDate></item><item><title><![CDATA[Reply to Newfeet only show the last rss feed on Wed, 05 Oct 2016 18:35:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shgmongohh" aria-label="Profile: shgmongohh">@<bdi>shgmongohh</bdi></a> Could you post the newsfeed part of your config?</p>
]]></description><link>https://forum.magicmirror.builders/post/5846</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/5846</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Wed, 05 Oct 2016 18:35:11 GMT</pubDate></item></channel></rss>