<?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[MMM-News-QR: it works but....]]></title><description><![CDATA[<p dir="auto">this module works fine but the server address is also included in the QR. Is it possible to remove the server address from the QR so that when it is read by the phone it goes directly to the news page?</p>
]]></description><link>https://forum.magicmirror.builders/topic/17906/mmm-news-qr-it-works-but</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 15:26:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17906.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Jul 2023 13:52:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-News-QR: it works but.... on Sun, 15 Sep 2024 20:44:27 GMT]]></title><description><![CDATA[<p dir="auto">If this happens try to set <code>useCorsProxy</code> to <code>false</code> in your feed config. Like this:</p>
<pre><code class="language-js">	modules: [
		{
			module: "newsfeed",
			position: "top_right",
			config: {
				feeds: [
					{
						title: "tagesschau.de",
						url: "https://www.tagesschau.de/xml/rss2/",
						useCorsProxy: false
					}
				]
			}
		},
		{
			module: "MMM-News-QR",
			position: "top_right",
			config: {
				updateType: "push",
				interval: 2000,
				animationSpeed: 2500,
				colorDark: "#fff",
				colorLight: "#000",
				imageSize: 150
			}
		}
	]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/119785</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119785</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sun, 15 Sep 2024 20:44:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-News-QR: it works but.... on Sun, 15 Sep 2024 18:59:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/md" aria-label="Profile: md">@<bdi>md</bdi></a> said in <a href="/post/110234">MMM-News-QR: it works but....</a>:</p>
<blockquote>
<p dir="auto">ule works fine but the server a</p>
</blockquote>
<p dir="auto">Hey, sorry for raising the dead with my reply.<br />
Just curious if you found the fix for this? I have the module setup but it is adding “localhost:8080/cors?url=” before the actual address for the news feed.</p>
]]></description><link>https://forum.magicmirror.builders/post/119784</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119784</guid><dc:creator><![CDATA[8bithooker 0]]></dc:creator><pubDate>Sun, 15 Sep 2024 18:59:52 GMT</pubDate></item></channel></rss>