<?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 not loading and how not to translate them]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I can’t get to work the news feed modules. I am using the MM2 in spanish and the news feed page is in catalan. I used RSS but still not working, says it is loading. Could this problem be due to the translations? How can I make that the news feed don’t get translated?<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/1176/news-feed-not-loading-and-how-not-to-translate-them</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 05:29:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1176.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Dec 2016 19:37:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to News feed not loading and how not to translate them on Tue, 13 Dec 2016 16:57:39 GMT]]></title><description><![CDATA[<p dir="auto">Perfect! It works. Thank you very much <a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisfoerg" aria-label="Profile: chrisfoerg">@<bdi>chrisfoerg</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/9303</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9303</guid><dc:creator><![CDATA[albaace]]></dc:creator><pubDate>Tue, 13 Dec 2016 16:57:39 GMT</pubDate></item><item><title><![CDATA[Reply to News feed not loading and how not to translate them on Tue, 13 Dec 2016 16:42:25 GMT]]></title><description><![CDATA[<p dir="auto">use <code>url: 'http://www.ara.cat/rss'</code> instead<br />
You linked to <a href="http://www.ara.cat/rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.ara.cat/rss.html</a> which is a landing page, the real rss feed (xml based) is <a href="http://www.ara.cat/rss" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.ara.cat/rss</a></p>
]]></description><link>https://forum.magicmirror.builders/post/9300</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9300</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Tue, 13 Dec 2016 16:42:25 GMT</pubDate></item><item><title><![CDATA[Reply to News feed not loading and how not to translate them on Tue, 13 Dec 2016 16:22:47 GMT]]></title><description><![CDATA[<p dir="auto">It is the original config but i changed the language to spanish (lang:es) and the news feed to “<a href="http://www.ara.cat/rss.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.ara.cat/rss.html</a>”. <a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisfoerg" aria-label="Profile: chrisfoerg">@<bdi>chrisfoerg</bdi></a><br />
Here is the config:<br />
<strong>The config file</strong></p>
<p dir="auto">var config = {</p>
<pre><code>port: 8080,



language: 'es',

timeFormat: 24,

units: 'metric',
</code></pre>
<p dir="auto">modules: [<br />
{</p>
<pre><code>		module: 'newsfeed',

		position: 'bottom_bar',

		config: {

			feeds: [

				{

					title: "Diari Ara",

					url: "http://www.ara.cat/rss.html"

				}

			],

			showSourceTitle: true,

			showPublishDate: true

		}

	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/9298</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9298</guid><dc:creator><![CDATA[albaace]]></dc:creator><pubDate>Tue, 13 Dec 2016 16:22:47 GMT</pubDate></item><item><title><![CDATA[Reply to News feed not loading and how not to translate them on Mon, 12 Dec 2016 21:37:53 GMT]]></title><description><![CDATA[<p dir="auto">Can you post your config?</p>
]]></description><link>https://forum.magicmirror.builders/post/9258</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9258</guid><dc:creator><![CDATA[chrisfoerg]]></dc:creator><pubDate>Mon, 12 Dec 2016 21:37:53 GMT</pubDate></item></channel></rss>