<?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[Problems with calendar]]></title><description><![CDATA[<p dir="auto">All calendars that I have tested show “loading”, but no calendar entry is shown.</p>
<p dir="auto">my config.js</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw https://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information on how you can configure 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 or empty, is "localhost"
	port: 8080,
	basePath: "/home/pi/MagicMirror/", 	// The URL path where MagicMirror is hosted. If you are using a Reverse proxy
					// you must set the sub path here. basePath must end with a /
/*	ipWhitelist: ["192.168.1.5", "::ffff:192.168.1.5", "::1"], 	// Set [] to allow all IP addresses */
	ipWhitelist: [],
															// 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"],

	useHttps: false, 		// Support HTTPS or not, default "false" will use HTTP
	httpsPrivateKey: "", 	// HTTPS private key path, only require when useHttps is true
	httpsCertificate: "", 	// HTTPS Certificate path, only require when useHttps is true

	language: "de",
	logLevel: ["INFO", "LOG", "WARN", "ERROR"],
	timeFormat: 24,
	units: "metric",
	// serverOnly:  true/false/"local" ,
	// local for armv6l processors, default
	//   starts serveronly and then starts chrome browser
	// false, default for all NON-armv6l devices
	// true, force serveronly mode, because you want to.. no UI on this device

	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left",
            config: {
                // See 'Configuration options' for more information.
            }
		},
        {
            module: "calendar",
            position: "top_left",   // This can be any of the regions. Best results in left or right regions.
            config: {
                maximumNumberOfDays: 28,
                maximumEntries: 10,
                calendars: [
                    {
						symbol: "calendar-check",
						url: "http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
                    }
                ]
            }
        },
	]
};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
<p dir="auto">.pm2 log:</p>
<pre><code>&gt; magicmirror@2.13.0 start /home/pi/MagicMirror
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[2020-11-16 16:48:10.759] [LOG]    Starting MagicMirror: v2.13.0
[2020-11-16 16:48:10.807] [LOG]    Loading config ...
[2020-11-16 16:48:10.819] [LOG]    Loading module helpers ...
[2020-11-16 16:48:10.824] [LOG]    No helper found for module: alert.
[2020-11-16 16:48:10.951] [LOG]    Initializing new module helper ...
[2020-11-16 16:48:10.952] [LOG]    Module helper loaded: updatenotification
[2020-11-16 16:48:10.955] [LOG]    No helper found for module: clock.
[2020-11-16 16:48:12.121] [LOG]    Initializing new module helper ...
[2020-11-16 16:48:12.122] [LOG]    Module helper loaded: calendar
[2020-11-16 16:48:12.123] [LOG]    All module helpers loaded.
[2020-11-16 16:48:12.445] [LOG]    Starting server on port 8080 ... 
[2020-11-16 16:48:12.481] [INFO]   [33mYou're using a full whitelist configuration to allow for all IPs[39m
[2020-11-16 16:48:12.496] [LOG]    Server started ...
[2020-11-16 16:48:12.497] [LOG]    Connecting socket for: updatenotification
[2020-11-16 16:48:12.498] [LOG]    Connecting socket for: calendar
[2020-11-16 16:48:12.499] [LOG]    Starting node helper for: calendar
[2020-11-16 16:48:12.500] [LOG]    Sockets connected &amp; modules started ...
[2020-11-16 16:48:13.056] [LOG]    Launching application.
</code></pre>
<p dir="auto">I can’t see any create fetcher message at all.<br />
Thanks a lot for any support.</p>
]]></description><link>https://forum.magicmirror.builders/topic/14045/problems-with-calendar</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 22:54:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14045.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Nov 2020 18:22:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems with calendar on Mon, 16 Nov 2020 20:05:43 GMT]]></title><description><![CDATA[<p dir="auto">Thats it!!!<br />
Thanks a lot for your great support.</p>
]]></description><link>https://forum.magicmirror.builders/post/84758</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84758</guid><dc:creator><![CDATA[jwaschit]]></dc:creator><pubDate>Mon, 16 Nov 2020 20:05:43 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with calendar on Mon, 16 Nov 2020 19:31:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jwaschit" aria-label="Profile: jwaschit">@<bdi>jwaschit</bdi></a> thats what u are supposed to do, copy the sample to config.js and then modify from there</p>
<p dir="auto">I just did that and got</p>
<pre><code>[2020-11-16 13:28:39.666] [LOG]    No helper found for module: clock.
[2020-11-16 13:28:39.786] [LOG]    Initializing new module helper ...
[2020-11-16 13:28:39.786] [LOG]    Module helper loaded: calendar
[2020-11-16 13:28:39.786] [LOG]    No helper found for module: compliments.
[2020-11-16 13:28:39.787] [LOG]    No helper found for module: currentweather.
[2020-11-16 13:28:39.787] [LOG]    No helper found for module: weatherforecast.
[2020-11-16 13:28:39.793] [LOG]    Initializing new module helper ...
[2020-11-16 13:28:39.794] [LOG]    Module helper loaded: newsfeed
[2020-11-16 13:28:39.794] [LOG]    All module helpers loaded.
[2020-11-16 13:28:39.825] [LOG]    Starting server on port 8090 ... 
[2020-11-16 13:28:39.827] [INFO]   You're using a full whitelist configuration to allow for all IPs
[2020-11-16 13:28:39.829] [LOG]    Server started ...
[2020-11-16 13:28:39.829] [LOG]    Connecting socket for: updatenotification
[2020-11-16 13:28:39.829] [LOG]    Connecting socket for: calendar
[2020-11-16 13:28:39.829] [LOG]    Starting node helper for: calendar
[2020-11-16 13:28:39.829] [LOG]    Connecting socket for: newsfeed
[2020-11-16 13:28:39.830] [LOG]    Starting node helper for: newsfeed
[2020-11-16 13:28:39.830] [LOG]    Sockets connected &amp; modules started ...
[2020-11-16 13:28:39.896] [LOG]    Launching application.
[2020-11-16 13:28:40.521] [LOG]    Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
[2020-11-16 13:28:40.530] [LOG]    Create new news fetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
[2020-11-16 13:28:40.793] [INFO]   Newsfeed-Fetcher: Broadcasting 60 items.
[2020-11-16 13:28:40.908] [INFO]   Calendar-Fetcher: Broadcasting 2 events
</code></pre>
<p dir="auto">change your basePath back to “/”,<br />
basePath: “/home/pi/MagicMirror/”,</p>
]]></description><link>https://forum.magicmirror.builders/post/84755</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84755</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 16 Nov 2020 19:31:39 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with calendar on Mon, 16 Nov 2020 19:25:12 GMT]]></title><description><![CDATA[<p dir="auto">Launching application is the last message in my log, there is no <strong>Create new xxx fetcher</strong> message at all.</p>
<p dir="auto">just a test with config.js.sample:</p>
<pre><code>&gt; magicmirror@2.13.0 start /home/pi/MagicMirror
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[2020-11-16 20:21:35.961] [LOG]    Starting MagicMirror: v2.13.0
[2020-11-16 20:21:35.973] [LOG]    Loading config ...
[2020-11-16 20:21:35.982] [LOG]    Loading module helpers ...
[2020-11-16 20:21:35.985] [LOG]    No helper found for module: alert.
[2020-11-16 20:21:36.071] [LOG]    Initializing new module helper ...
[2020-11-16 20:21:36.072] [LOG]    Module helper loaded: updatenotification
[2020-11-16 20:21:36.073] [LOG]    No helper found for module: clock.
[2020-11-16 20:21:36.758] [LOG]    Initializing new module helper ...
[2020-11-16 20:21:36.759] [LOG]    Module helper loaded: calendar
[2020-11-16 20:21:36.761] [LOG]    No helper found for module: compliments.
[2020-11-16 20:21:36.763] [LOG]    No helper found for module: currentweather.
[2020-11-16 20:21:36.764] [LOG]    No helper found for module: weatherforecast.
[2020-11-16 20:21:36.831] [LOG]    Initializing new module helper ...
[2020-11-16 20:21:36.831] [LOG]    Module helper loaded: newsfeed
[2020-11-16 20:21:36.832] [LOG]    All module helpers loaded.
[2020-11-16 20:21:37.020] [LOG]    Starting server on port 8080 ... 
[2020-11-16 20:21:37.046] [LOG]    Server started ...
[2020-11-16 20:21:37.048] [LOG]    Connecting socket for: updatenotification
[2020-11-16 20:21:37.050] [LOG]    Connecting socket for: calendar
[2020-11-16 20:21:37.052] [LOG]    Starting node helper for: calendar
[2020-11-16 20:21:37.054] [LOG]    Connecting socket for: newsfeed
[2020-11-16 20:21:37.057] [LOG]    Starting node helper for: newsfeed
[2020-11-16 20:21:37.058] [LOG]    Sockets connected &amp; modules started ...
[2020-11-16 20:21:37.193] [LOG]    Launching application.
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/84754</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84754</guid><dc:creator><![CDATA[jwaschit]]></dc:creator><pubDate>Mon, 16 Nov 2020 19:25:12 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with calendar on Mon, 16 Nov 2020 19:00:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jwaschit" aria-label="Profile: jwaschit">@<bdi>jwaschit</bdi></a> should be after launching application, from a test I did this morning</p>
<pre><code>
[2020-11-16 10:04:21.032] [LOG]    Starting MagicMirror: v2.14.0-develop
[2020-11-16 10:04:21.034] [LOG]    Loading config ...
[2020-11-16 10:04:21.036] [LOG]    Loading module helpers ...
[2020-11-16 10:04:21.036] [LOG]    No helper found for module: alert.
[2020-11-16 10:04:21.049] [LOG]    Initializing new module helper ...
[2020-11-16 10:04:21.049] [LOG]    Module helper loaded: updatenotification
[2020-11-16 10:04:21.050] [LOG]    No helper found for module: clock.
[2020-11-16 10:04:21.170] [LOG]    Initializing new module helper ...
[2020-11-16 10:04:21.170] [LOG]    Module helper loaded: calendar
[2020-11-16 10:04:21.170] [LOG]    No helper found for module: compliments.
[2020-11-16 10:04:21.170] [LOG]    No helper found for module: currentweather.
[2020-11-16 10:04:21.170] [LOG]    No helper found for module: weatherforecast.
[2020-11-16 10:04:21.177] [LOG]    Initializing new module helper ...
[2020-11-16 10:04:21.177] [LOG]    Module helper loaded: newsfeed
[2020-11-16 10:04:21.177] [LOG]    All module helpers loaded.
[2020-11-16 10:04:21.209] [LOG]    Starting server on port 8090 ... 
[2020-11-16 10:04:21.213] [LOG]    Server started ...
[2020-11-16 10:04:21.213] [LOG]    Connecting socket for: updatenotification
[2020-11-16 10:04:21.213] [LOG]    Connecting socket for: calendar
[2020-11-16 10:04:21.214] [LOG]    Starting node helper for: calendar
[2020-11-16 10:04:21.214] [LOG]    Connecting socket for: newsfeed
[2020-11-16 10:04:21.214] [LOG]    Starting node helper for: newsfeed
[2020-11-16 10:04:21.214] [LOG]    Sockets connected &amp; modules started ...
[2020-11-16 10:04:21.272] [LOG]    Launching application.
[2020-11-16 10:04:21.800] [LOG]    Create new calendar fetcher for url: http://localhost:8090/modules/default/calendar/calendar.ics - Interval: 300000
[2020-11-16 10:04:21.809] [LOG]    Create new news fetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/84753</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84753</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 16 Nov 2020 19:00:54 GMT</pubDate></item></channel></rss>