<?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-CalendarExt2: Module not showing]]></title><description><![CDATA[<p dir="auto">I have used MMM-CalendarExt before and now I try to change to MMM-CalendarExt2, but I don’t manage to get it showing.<br />
This is my module config:</p>
<pre><code>	modules:
	[
		{
			module: "alert",
		},
		{
			module: "updatenotification",
		},
		{
			module: 'MMM-CalendarExt2',
			position: 'middle_center',
			config: {
			  calendars : [
				{
					name: "flemming_privat",
					url: "webcal://www.google.com/calendar/ical/flemmingss%40gmail.com/private-XXX/basic.ics",
				},
				{
					name: "flemming_jobb",
					url: "https://calendar.google.com/calendar/ical/XXX%40group.calendar.google.com/private-XXX/basic.ics",
				},
				{
					name: "flemming_facebook",
					url: "webcal://www.facebook.com/ical/u.php?uid=XXX&amp;key=XXX",
				},
			  ],
			  views: [
				{
					mode: "month",
				},
			  ],
			  scenes: [
				{
					name: "DEFAULT",
				},
			  ],
			},
		},
	]
</code></pre>
<p dir="auto">And this is what I see:<br />
<img src="https://i.imgur.com/rgNTLmx.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">Anyone spot a mistake? The url’s are the same as in the old module, and the config is exact as the readme describes as basic config</p>
]]></description><link>https://forum.magicmirror.builders/topic/11579/mmm-calendarext2-module-not-showing</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 22:26:44 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11579.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Nov 2019 12:51:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt2: Module not showing on Thu, 21 Nov 2019 23:34:41 GMT]]></title><description><![CDATA[<p dir="auto">problem detected :D<br />
turns out MMM-CalendarExt2 did not support webcal:// like MMM-CalendarExt. Så I replaced all webcall;// with https:// and now it works.</p>
]]></description><link>https://forum.magicmirror.builders/post/64894</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64894</guid><dc:creator><![CDATA[flemmingss]]></dc:creator><pubDate>Thu, 21 Nov 2019 23:34:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt2: Module not showing on Thu, 21 Nov 2019 23:12:21 GMT]]></title><description><![CDATA[<p dir="auto">@Sean said in <a href="/post/64254">MMM-CalendarExt2: Module not showing</a>:<br />
Jus t a black screen</p>
<blockquote>
<p dir="auto">views: [<br />
{<br />
mode: “month”,<br />
calendars: [],<br />
},<br />
],<br />
scenes: [<br />
{<br />
views: [],<br />
},<br />
],</p>
</blockquote>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var config = {
	address: "localhost", // Address to listen on, can be:
	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
	                      // - another specific IPv4/6 to listen on a specific interface
	                      // - "", "0.0.0.0", "::" to listen on any interface
	                      // Default, when address config is left out, is "localhost"
	port: 8080,
	ipWhitelist: [],                                       // Set [] to allow all IP addresses
	                                                       // or add a specific IPv4 of 192.168.1.5 :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
	                                                       // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	language: "nb",
	timeFormat: 24,
	units: "metric",

	modules:
	[
		{
			module: "alert",
		},
		{
			module: "updatenotification",
		},
		
		{
			module: 'MMM-CalendarExt2',
			config: {
				views: [
					{
					  mode: "month",
					  calendars: [
				{
						
											name: "flemming_privat",
						
											url: "webcal://www.google.com/calendar/ical/flemmingss%40gmail.com/private-XXX/basic.ics",
						
										},
						
										{
						
											name: "flemming_jobb",
						
											url: "https://calendar.google.com/calendar/ical/XXX%40group.calendar.google.com/private-XXX/basic.ics",
						
										},
						
										{
						
											name: "flemming_facebook",
						
											url: "webcal://www.facebook.com/ical/u.php?uid=XXX&amp;key=XXX",
						
										},					},
				  ],
				  scenes: [
					{
					  views: [],
					},
				  ],
			},
		},
	]
};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/64893</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64893</guid><dc:creator><![CDATA[flemmingss]]></dc:creator><pubDate>Thu, 21 Nov 2019 23:12:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt2: Module not showing on Thu, 14 Nov 2019 08:48:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svensson_jesper" aria-label="Profile: Svensson_Jesper">@<bdi>Svensson_Jesper</bdi></a></p>
<ol>
<li>Remove module position. This module doesn’t need position of module itself. Instead, set the position of each view in view configuration.</li>
<li>Your ical is not valid. It seems out-of-date. There is no valid events to load on this period.<br />
Use other url like <code>http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics</code> instead of yours.</li>
</ol>
<p dir="auto">Then, it will show like this;<br />
<img src="/assets/uploads/files/1573721276600-55221295-72f6-48dd-bee5-822a1e146762-image.png" alt="0_1573721276083_55221295-72f6-48dd-bee5-822a1e146762-image.png" class=" img-fluid img-markdown" /><br />
(I assigned <code>bottom_bar</code> as the position of the view)</p>
]]></description><link>https://forum.magicmirror.builders/post/64415</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64415</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 14 Nov 2019 08:48:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt2: Module not showing on Wed, 13 Nov 2019 20:52:44 GMT]]></title><description><![CDATA[<p dir="auto">I have the same problem as above post.</p>
<p dir="auto">This is my module config:</p>
<pre><code>{
		  module: 'MMM-CalendarExt2',
		position: 'top_left',
		  config: {
		    calendars : [
			{
			    name: "US holiday",
			    icon: "noto-beach-with-umbrella",
			    className: "holiday",
			    url: "http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
			  },
		    ],
		    views: [
		      {
			mode: "month",
			calendars: [],
		      },
		    ],
		    scenes: [
		      {
			views: [],
		      },
		    ],
		  },
		},
</code></pre>
<p dir="auto">WIth this code I get the same picture as above.</p>
<p dir="auto">I have no problem with the standard calendar.</p>
]]></description><link>https://forum.magicmirror.builders/post/64376</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64376</guid><dc:creator><![CDATA[Svensson_Jesper]]></dc:creator><pubDate>Wed, 13 Nov 2019 20:52:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt2: Module not showing on Tue, 12 Nov 2019 14:22:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flemmingss" aria-label="Profile: flemmingss">@<bdi>flemmingss</bdi></a></p>
<pre><code class="language-js">views: [
  {
    mode: "month",
    calendars: [],
  },
],
scenes: [
  {
    views: [],
  },
],
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/64254</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64254</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 12 Nov 2019 14:22:40 GMT</pubDate></item></channel></rss>