<?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-CalendarExt - After reboot it takes up to 30min to show]]></title><description><![CDATA[<p dir="auto">New user her with first setup.<br />
I have set up MMM-CalendarExt on a Pi3+, it works, but when MagicMirror has started it is not shown at all, but after some time, like 30 minutes after it just starts working.</p>
<p dir="auto">So each time I make a change I have to like wait this time to check the results. How do I fix this?</p>
<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: "en",
	timeFormat: 24,
	units: "metric",

	modules:
	[
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		{
			module: 'MMM-CalendarExt',
			position: "top_left", //anywhere. It is not related to real position of view
			config:
			{ // Read below
				system:
				{
					show: ['daily'],
					redrawInterval: 60000,
				},
			//  	views:
			//	{
			//		weekly:
			//		{
			//			showWeeks: 4
			//		},
			//	},
				// defaultCalendar: { ... },
				calendars:
				[
					{
						name: "flemming_privat",
						url: "webcal://www.google.com/calendar/ical/flemmingxx%40gmail.com/private-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics",
					},
					{
						name: "flemming_jobb",
						url: "webcal://www.google.com/calendar/ical/ical/flemmingxx%40gmail.com/private-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/basic.ics",
					},
					{
						name: "flemming_facebook",
						url: "webcal://www.facebook.com/ical/u.php?uid=000000000&amp;key=xxxxxxxxxxxxx_xx",
					},
			  	],
			},
		},
	]

};

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

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/11053/mmm-calendarext-after-reboot-it-takes-up-to-30min-to-show</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 00:13:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11053.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Aug 2019 20:40:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt - After reboot it takes up to 30min to show on Tue, 27 Aug 2019 21:14:33 GMT]]></title><description><![CDATA[<p dir="auto">looks like this worked:<br />
<a href="https://github.com/eouia/MMM-CalendarExt/issues/54" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/eouia/MMM-CalendarExt/issues/54</a></p>
]]></description><link>https://forum.magicmirror.builders/post/60446</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60446</guid><dc:creator><![CDATA[flemmingss]]></dc:creator><pubDate>Tue, 27 Aug 2019 21:14:33 GMT</pubDate></item></channel></rss>