<?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[Translate errors in &quot;NEWS&quot;]]></title><description><![CDATA[<p dir="auto">Hi guys. I just updated my RPI2 from MM1 to the new MM2. Works like a charm!<br />
But I got one problem. I uses a RSS feed from a swedish newsfeed called “Expressen” and they uses swedish letters like “ÅÄÖ”. This aint a problem overall on the MM2 (Like calenders, weather and so on. There it works) But on the newsfeed i only get “?” symbols.</p>
<p dir="auto">I’ve checked and UTC-8 shall work, but I have tried change it anyway to ISO-8859 but no success.<br />
Anyone that could help me with this problem? Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/topic/472/translate-errors-in-news</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 17:18:49 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/472.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Aug 2016 16:51:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Translate errors in &quot;NEWS&quot; on Tue, 09 Aug 2016 15:19:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snoevit" aria-label="Profile: Snoevit">@<bdi>Snoevit</bdi></a> I did try it, but I probly made something wrong cause now it’s working. Thanks alot! :)</p>
]]></description><link>https://forum.magicmirror.builders/post/3536</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3536</guid><dc:creator><![CDATA[gshimself]]></dc:creator><pubDate>Tue, 09 Aug 2016 15:19:00 GMT</pubDate></item><item><title><![CDATA[Reply to Translate errors in &quot;NEWS&quot; on Tue, 09 Aug 2016 11:33:11 GMT]]></title><description><![CDATA[<p dir="auto">Like <a class="plugin-mentions-user plugin-mentions-a" href="/user/snoevit" aria-label="Profile: Snoevit">@<bdi>Snoevit</bdi></a> says: check out the <code>encoding</code> field.</p>
]]></description><link>https://forum.magicmirror.builders/post/3531</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3531</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Tue, 09 Aug 2016 11:33:11 GMT</pubDate></item><item><title><![CDATA[Reply to Translate errors in &quot;NEWS&quot; on Tue, 09 Aug 2016 08:49:42 GMT]]></title><description><![CDATA[<p dir="auto">Hey! I got the same issue, i solved it by using this:</p>
<pre><code>{
	module: 'newsfeed',
	position: 'bottom_center',
	config: {
		feeds: [
			   {
			   title: "Expressen",
			   url: "http://expressen.se/rss/nyheter",
			   encoding: "ISO-8859-1",
			   },
		        ],
			showSourceTitle: true,
			showPublishDate: true,
			showDescription: true,
			reloadInterval: 200000,
			updateInterval: 15000,
			animationSpeed: 3500
                  }
}, 
</code></pre>
<p dir="auto">When i was trying with Aftonbladet, DN and my local paper, they all worked without encoding, so there must be something in Expressens feed.</p>
]]></description><link>https://forum.magicmirror.builders/post/3530</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3530</guid><dc:creator><![CDATA[Snoevit]]></dc:creator><pubDate>Tue, 09 Aug 2016 08:49:42 GMT</pubDate></item></channel></rss>