<?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: No QR code displayed]]></title><description><![CDATA[<p dir="auto">Hi - relatively new to building magic mirrors here. I am having trouble running this module. I copied the repo into the modules folder, added the configuration to my config file, but when loading it just doesn’t show up. It’s as if the module doesn’t exist. I’m not sure if there’s some installation process needed or not, it seems like some modules need it and some don’t. The repo is here:</p>
<p dir="auto"><a href="https://github.com/nischi/MMM-News-QR" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/nischi/MMM-News-QR</a></p>
<p dir="auto">My code for my newsfeed and the QR module are here:</p>
<pre><code>{
			module: "newsfeed",
			position: "top_bar",
			config: {
				feeds: [
					{
						title: "New York Times",
						url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
					}
				],
				showSourceTitle: true,
				showPublishDate: true,
				broadcastNewsFeeds: true,
				updateInterval:20000,
				broadcastNewsUpdates: true
			}
		},
		{
			module: 'MMM-News-QR',
			config: {
			// possible values (polling, push)
			// push only works with MagicMirror 2.8+ and broadcastNewsFeeds activated
			updateType : 'push',
			// Interval to check the news
			// only needed if updateType is polling
			interval: 2000,
			// Animation between change
			animationSpeed: 2500,
			// Color of the Code
			colorDark: '#fff',
			// Background Color
			colorLight: '#000',
			position:'top_left',
			// Size of the Code
			imageSize: 150
			}
		},
</code></pre>
<p dir="auto">Any help would be greatly appreciated!</p>
]]></description><link>https://forum.magicmirror.builders/topic/14714/mmm-news-qr-no-qr-code-displayed</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 19:27:15 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14714.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 Feb 2021 21:28:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-News-QR: No QR code displayed on Sun, 28 Feb 2021 16:39:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">I didn’t realize the position line came right after the module. This solved my issue. Thanks so much!</p>
]]></description><link>https://forum.magicmirror.builders/post/89005</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89005</guid><dc:creator><![CDATA[MagicMirrorN00b]]></dc:creator><pubDate>Sun, 28 Feb 2021 16:39:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-News-QR: No QR code displayed on Sat, 27 Feb 2021 22:07:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/magicmirrorn00b" aria-label="Profile: magicmirrorn00b">@<bdi>magicmirrorn00b</bdi></a> need a position after module: line</p>
<p dir="auto">where do.u want qr to appear</p>
]]></description><link>https://forum.magicmirror.builders/post/88968</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88968</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 27 Feb 2021 22:07:55 GMT</pubDate></item></channel></rss>