<?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[Add 3rd page to MMM-Pages]]></title><description><![CDATA[<p dir="auto">Hi All<br />
Need some help<br />
My Mirror use 2 pages at present<br />
I tried added a 3rd Page , but then the Mirror dont load<br />
This is my code, will appreciate advise</p>
<pre><code>{
				module: 'MMM-pages',
					config: {
						rotationTime: 30000,
						rotationDelay: 30000,
						modules:
							&lsqb;&lsqb; "MMM-HomeAssistant","calendar","newsfeed","MMM-Weather","Alerts","MMM-UpdateNotification","MMM-connection-status","MMM-NetworkConnection","MMM-GoogleTasks" ],
							[ "MMM-RTSPStream","MMM-NowPlayingOnSpotify","MMM-Tools","MMM-iFrame","MMM-WebView","MMM-TomTomTraffic"&rsqb;&rsqb;,
							fixed: ["MMM-TelegramBot","MMM-PIR-Sensor","clock","MMM-Weather","MMM-page-indicator","MMM-Alexa","MMM-GoogleAssistant","MMM-Detector"],
							hiddenPages: {
								"screenSaver": ["clock"],
								"admin": [ , "MMM-Config",  "MMM-pages" ],
							},
					}
				},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/15708/add-3rd-page-to-mmm-pages</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 13:03:57 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15708.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Oct 2021 15:11:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Sat, 09 Oct 2021 08:06:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/assassins" aria-label="Profile: assassins">@<bdi>assassins</bdi></a> Thanks Sorted</p>
]]></description><link>https://forum.magicmirror.builders/post/95399</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95399</guid><dc:creator><![CDATA[Johanba]]></dc:creator><pubDate>Sat, 09 Oct 2021 08:06:18 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Sat, 09 Oct 2021 06:52:36 GMT]]></title><description><![CDATA[<p dir="auto">This is my code to 3rd page.<br />
Try to copy you modules to this, and remember the last line not gave a ,</p>
<pre><code>
    {
      module: 'MMM-pages',
      config: {
        rotationTime: 1800000,
        modules: [
          [
            'MMM-NewsFeedBT',
            'updatenotification',
            'weather',
            'MMM-DynamicWeather',
            'MMM-WeatherOrNot'
          ],
          [
            'MMM-NewsFeedEB',
	    'MMM-Formula1',
            'calendar'
          ],
          [
            'MMM-NewsFeedTV2',
            'MMM-DailyPower'
          ],
        fixed: [
          'clock',
          'compliments',
          'MMM-page-indicator',
          'MMM-GroveGestures',
          'MMM-Remote-Control'
        ]
      }
    }
  ],

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/95397</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95397</guid><dc:creator><![CDATA[Assassins]]></dc:creator><pubDate>Sat, 09 Oct 2021 06:52:36 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Fri, 08 Oct 2021 17:32:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johanba" aria-label="Profile: johanba">@<bdi>johanba</bdi></a> said in <a href="/post/95391">Add 3rd page to MMM-Pages</a>:</p>
<blockquote>
<pre><code>  					[ "MMM-RTSPStream","MMM-NowPlayingOnSpotify","MMM-Tools","MMM-iFrame","MMM-WebView","MMM-TomTomTraffic"]  // &lt;&lt;------  missing comma
  					//Page 3
  					["MMM-HomeAssistant"]
</code></pre>
</blockquote>
<p dir="auto">u missed my little note at the end of  page 1  (that tricky trailing comma meaning ‘more to follow’</p>
]]></description><link>https://forum.magicmirror.builders/post/95395</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95395</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 08 Oct 2021 17:32:12 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Fri, 08 Oct 2021 17:30:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johanba" aria-label="Profile: johanba">@<bdi>johanba</bdi></a> said in <a href="/post/95391">Add 3rd page to MMM-Pages</a>:</p>
<blockquote>
<p dir="auto">Did I get the code past right this time</p>
</blockquote>
<p dir="auto">no the begin code wrapper  markers MUST be in column 1… they were after some spaces…</p>
]]></description><link>https://forum.magicmirror.builders/post/95394</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95394</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 08 Oct 2021 17:30:29 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Fri, 08 Oct 2021 17:29:57 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> I suspect I still have some issue<br />
Below is my code<br />
It does not add the 3rd Page, even the Page indicator only show 2 dots<br />
What am I missing<br />
Did I get the code past right this time :beaming_face_with_smiling_eyes:</p>
<pre><code>{
				module: 'MMM-pages',
					config: {
						rotationTime: 30000,
						rotationDelay: 30000,
						modules:
							[
							//Page 1
							[ "calendar","newsfeed","MMM-Weather","Alerts","MMM-UpdateNotification","MMM-connection-status","MMM-NetworkConnection","MMM-GoogleTasks" ],
							//Page 2
							[ "MMM-RTSPStream","MMM-NowPlayingOnSpotify","MMM-Tools","MMM-iFrame","MMM-WebView","MMM-TomTomTraffic"]
							//Page 3
							["MMM-HomeAssistant"]
							],
							//Fixed Pages
							fixed: ["MMM-BackgroundSlideshow","MMM-TelegramBot","MMM-PIR-Sensor","clock","MMM-Weather","MMM-page-indicator","MMM-Alexa","MMM-GoogleAssistant","MMM-Detector"],
							//Hidden Pages
							hiddenPages: {
								"screenSaver": ["clock"],
								"admin": ["MMM-Config", "MMM-pages"],
							},
					}
				},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/95391</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95391</guid><dc:creator><![CDATA[Johanba]]></dc:creator><pubDate>Fri, 08 Oct 2021 17:29:57 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Fri, 08 Oct 2021 15:31:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johanba" aria-label="Profile: johanba">@<bdi>johanba</bdi></a> no explanation necessary… we were all newbies and feel your pain!</p>
]]></description><link>https://forum.magicmirror.builders/post/95389</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95389</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 08 Oct 2021 15:31:15 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Fri, 08 Oct 2021 15:07:04 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> Noted, Thanks for the support<br />
I am new to this an learning faster than expected</p>
]]></description><link>https://forum.magicmirror.builders/post/95386</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95386</guid><dc:creator><![CDATA[Johanba]]></dc:creator><pubDate>Fri, 08 Oct 2021 15:07:04 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Thu, 07 Oct 2021 15:42:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a> he was having trouble adding the 3rd page</p>
<p dir="auto">its the brackets around the page list  that are not obvious, separating the data  into page per line<br />
with the enclosing brackets makes it much clearer (I hope)</p>
]]></description><link>https://forum.magicmirror.builders/post/95350</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95350</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 07 Oct 2021 15:42:14 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Thu, 07 Oct 2021 15:25:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johanba" aria-label="Profile: johanba">@<bdi>johanba</bdi></a> As Sam mentioned, you only have 2 pages, fixed is not a page, it just fixes those selected modules to all the pages.</p>
]]></description><link>https://forum.magicmirror.builders/post/95349</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95349</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Thu, 07 Oct 2021 15:25:21 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Thu, 07 Oct 2021 15:23:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johanba" aria-label="Profile: johanba">@<bdi>johanba</bdi></a> said in <a href="/post/95346">Add 3rd page to MMM-Pages</a>:</p>
<pre><code>&gt; modules:
&gt; 							&lsqb;&lsqb; "MMM-HomeAssistant","calendar","newsfeed","MMM-Weather","Alerts","MMM-UpdateNotification","MMM-connection-status","MMM-NetworkConnection","MMM-GoogleTasks" ],
&gt; 							[ "MMM-RTSPStream","MMM-NowPlayingOnSpotify","MMM-Tools","MMM-iFrame","MMM-WebView","MMM-TomTomTraffic"&rsqb;&rsqb;,
</code></pre>
<p dir="auto">its best to separate things</p>
<pre><code class="language-javascript">    modules:
	[
                // page 1
                [ "MMM-HomeAssistant","calendar","newsfeed","MMM-Weather","Alerts","MMM-UpdateNotification","MMM-connection-status","MMM-NetworkConnection","MMM-GoogleTasks" ],   // note the comma, &lt;- more to come
                // page 2
                [ "MMM-RTSPStream","MMM-NowPlayingOnSpotify","MMM-Tools","MMM-iFrame","MMM-WebView","MMM-TomTomTraffic"]    
                //   page 3 ???              
        ],
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/95348</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95348</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 07 Oct 2021 15:23:27 GMT</pubDate></item><item><title><![CDATA[Reply to Add 3rd page to MMM-Pages on Thu, 07 Oct 2021 15:17:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johanba" aria-label="Profile: johanba">@<bdi>johanba</bdi></a> please use the code wrapper for contents of config in posts</p>
<p dir="auto">after pasting the text,   mark it, and then push the button above the editor  that looks like</p>
<p dir="auto">&lt;/&gt;</p>
<p dir="auto">i will fix this time</p>
]]></description><link>https://forum.magicmirror.builders/post/95347</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95347</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 07 Oct 2021 15:17:26 GMT</pubDate></item></channel></rss>