<?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[Calendar module won&#x27;t show all events]]></title><description><![CDATA[<p dir="auto">The default calendar module connects to my iCloud calendars fine, but won’t show all events. I switched to <code>MMM-CalendarExt</code> and it shows perfectly.<br />
After the recent update of MagicMirror, <code>MMM-CalendarExt</code> won’t display on screen at all. I just need one of them to work properly. Any ideas?</p>
]]></description><link>https://forum.magicmirror.builders/topic/6047/calendar-module-won-t-show-all-events</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 03:29:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6047.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Jan 2018 18:39:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar module won&#x27;t show all events on Sun, 14 Jan 2018 16:12:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ninjabreadman" aria-label="Profile: ninjabreadman">@<bdi>ninjabreadman</bdi></a> said in <a href="/post/33232">Calendar module won’t show all events</a>:</p>
<blockquote>
<p dir="auto">I just edited <a href="http://run-start.sh:4" target="_blank" rel="noopener noreferrer nofollow ugc">run-start.sh:4</a> to the following, and just got MMM-CalendarExt working again:<br />
electron --js-flags=“–harmony-async-await” js/electron.js $1</p>
</blockquote>
<p dir="auto">It’s a great fix for this issue. Anyway, I’m almost finishing my vacation and my current business a few days. I should have to join the summit for business in mid of January in Seoul and Paris. After that, I will release fix of this issue.</p>
]]></description><link>https://forum.magicmirror.builders/post/33922</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33922</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 14 Jan 2018 16:12:59 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar module won&#x27;t show all events on Tue, 09 Jan 2018 14:17:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ninjabreadman" aria-label="Profile: ninjabreadman">@<bdi>ninjabreadman</bdi></a><br />
Slick fix, Well done. Think this should get pushed to the master branch? Does not seem it will get in the way of other functionality/stability since we can still use the lower electron version but obviously the workaround means updates involve stashing changes and such.</p>
]]></description><link>https://forum.magicmirror.builders/post/33665</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33665</guid><dc:creator><![CDATA[Daveladd]]></dc:creator><pubDate>Tue, 09 Jan 2018 14:17:22 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar module won&#x27;t show all events on Wed, 03 Jan 2018 21:25:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ninjabreadman" aria-label="Profile: ninjabreadman">@<bdi>ninjabreadman</bdi></a></p>
<p dir="auto">Nice. Thanks for the workaround! It’s working now.</p>
]]></description><link>https://forum.magicmirror.builders/post/33287</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33287</guid><dc:creator><![CDATA[gama]]></dc:creator><pubDate>Wed, 03 Jan 2018 21:25:59 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar module won&#x27;t show all events on Wed, 03 Jan 2018 03:43:00 GMT]]></title><description><![CDATA[<p dir="auto">I’ve had the same problem since upgrading to MagicMirror 2.2.0.</p>
<p dir="auto">It seems that Node.js is upset that MMM-CalendarExt uses an <code>async</code> function at <code>MMM-CalendarExt.js:182</code>. From what I can tell, Node.js didn’t support <code>async</code> until 7.4, and I’m (apparently) running 6.12.2 (via <code>node -v</code>). However, until I upgraded MagicMirror this weekend, <code>MMM-CalendarExt</code> was working fine.</p>
<p dir="auto">I just edited <code>run-start.sh:4</code> to the following, and just got <code>MMM-CalendarExt</code> working again:</p>
<pre><code>electron --js-flags="--harmony-async-await" js/electron.js $1
</code></pre>
<p dir="auto">Can someone explain why upgrading to MagicMirror 2.2.0 would’ve rolled back the Node.js support for <code>async</code>?</p>
]]></description><link>https://forum.magicmirror.builders/post/33232</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33232</guid><dc:creator><![CDATA[ninjabreadman]]></dc:creator><pubDate>Wed, 03 Jan 2018 03:43:00 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar module won&#x27;t show all events on Wed, 03 Jan 2018 00:43:04 GMT]]></title><description><![CDATA[<p dir="auto">This is what I found out.</p>
<p dir="auto"><img src="/assets/uploads/files/1514939982114-error.png" alt="0_1514939982015_Error.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Here’s the code at that location:</p>
<pre><code>addCalendars: async function() {
    var self = this
    for (var c in this.CurrentConfigs.calendars) {
      self.addCalendar(self.CurrentConfigs.getCalConfig(c))
      await sleep(1000)
    }
  },
</code></pre>
<p dir="auto">Could it be that the error is within the core programming of the module?</p>
]]></description><link>https://forum.magicmirror.builders/post/33230</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33230</guid><dc:creator><![CDATA[gama]]></dc:creator><pubDate>Wed, 03 Jan 2018 00:43:04 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar module won&#x27;t show all events on Tue, 02 Jan 2018 18:26:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gama" aria-label="Profile: gama">@<bdi>gama</bdi></a></p>
<p dir="auto">Look into issue:</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/5071/mmm-calendarext-cant-get-the-calendar-to-show">https://forum.magicmirror.builders/topic/5071/mmm-calendarext-cant-get-the-calendar-to-show</a></p>
<p dir="auto">It is a problem of Electron that has been downgraded.</p>
<p dir="auto">The default calendar module has had some issues removed in the update, maybe it is now okay for you.</p>
]]></description><link>https://forum.magicmirror.builders/post/33187</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33187</guid><dc:creator><![CDATA[Hein-Jan]]></dc:creator><pubDate>Tue, 02 Jan 2018 18:26:51 GMT</pubDate></item></channel></rss>