<?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-Pages not working]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I’m trying to use the Pages modules to switch between pages automatically. I followed the installation guide but it doesn’t seem to work… I’m not getting any errors on my code. This is what I have:</p>
<pre><code>{
        	module: 'MMM-pages',
        	config: {
			rotationTime:15000,
                	modules:
                    		[
				[ "calendar"], 
                     		[ "newsfeed"]
				],
                	fixed: ["clock", "MMM-page-indicator"],
                	hiddenPages: {
                    		"admin": ["MMM-Dimmer"],
				},
			}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/15809/mmm-pages-not-working</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 20:10:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15809.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 Oct 2021 21:57:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Pages not working on Sun, 31 Oct 2021 16:55:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gabe21" aria-label="Profile: gabe21">@<bdi>gabe21</bdi></a> u meant dimmer</p>
]]></description><link>https://forum.magicmirror.builders/post/95896</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95896</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 31 Oct 2021 16:55:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Pages not working on Sun, 31 Oct 2021 16:27:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djboob66" aria-label="Profile: DJBOOB66">@<bdi>DJBOOB66</bdi></a>  I figured it out. The MMM-Dinner was interfering with the Pages module</p>
]]></description><link>https://forum.magicmirror.builders/post/95894</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95894</guid><dc:creator><![CDATA[Gabe21]]></dc:creator><pubDate>Sun, 31 Oct 2021 16:27:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Pages not working on Sun, 31 Oct 2021 02:54:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djboob66" aria-label="Profile: djboob66">@<bdi>djboob66</bdi></a> Yep</p>
]]></description><link>https://forum.magicmirror.builders/post/95886</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95886</guid><dc:creator><![CDATA[Gabe21]]></dc:creator><pubDate>Sun, 31 Oct 2021 02:54:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Pages not working on Sat, 30 Oct 2021 23:02:20 GMT]]></title><description><![CDATA[<p dir="auto">Did you do</p>
<pre><code>cd MagicMirror/modules/MMM-pages
</code></pre>
<pre><code>npm install
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/95880</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95880</guid><dc:creator><![CDATA[DJBOOB66]]></dc:creator><pubDate>Sat, 30 Oct 2021 23:02:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Pages not working on Sat, 30 Oct 2021 22:29:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djboob66" aria-label="Profile: djboob66">@<bdi>djboob66</bdi></a> Still not working</p>
]]></description><link>https://forum.magicmirror.builders/post/95878</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95878</guid><dc:creator><![CDATA[Gabe21]]></dc:creator><pubDate>Sat, 30 Oct 2021 22:29:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Pages not working on Sat, 30 Oct 2021 22:22:13 GMT]]></title><description><![CDATA[<p dir="auto">Try</p>
<pre><code>module: ‘MMM-pages’,
   config: {
   homePage: "0",
   rotationTime: 5 * 60 * 1000,
               modules
                    [[ “calendar”],
                    [ “newsfeed”]],
               fixed: [“clock”, “MMM-page-indicator”],
               hiddenPages: {
               “admin”: [“MMM-Dimmer”],
              },
       }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/95877</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95877</guid><dc:creator><![CDATA[DJBOOB66]]></dc:creator><pubDate>Sat, 30 Oct 2021 22:22:13 GMT</pubDate></item></channel></rss>