<?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[[SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported]]></title><description><![CDATA[<p dir="auto">Hi.</p>
<p dir="auto">I’m trying to add a birthday calendar from my NexClound server, but it fails with the error “Error: dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported”. The other calendars I’ve added works fine.</p>
<p dir="auto">The dates added to this calendar reflects when the person is born, thus i have dates previous to 1970.</p>
<p dir="auto">The complete error log i get is;</p>
<pre><code>Error: dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported
    at Object.toOrdinal (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:105:15)
    at Iterinfo.rebuild (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:1409:35)
    at RRule._iter (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:978:10)
    at RRule.between (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:794:21)
    at /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:135:24
    at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:5)
    at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:188:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:191:7)
    at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1171:10)

</code></pre>
<p dir="auto">Any idea how to fix this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/5295/solved-dates-lower-than-thu-jan-01-1970-00-00-00-gmt-0100-cet-are-not-supported</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 02:23:26 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5295.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Oct 2017 09:57:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported on Tue, 17 Oct 2017 20:31:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jasondreher" aria-label="Profile: jasondreher">@<bdi>jasondreher</bdi></a> said in <a href="/post/29689">[SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported</a>:</p>
<blockquote>
<p dir="auto">You need to edit the /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js file. See the post below.</p>
</blockquote>
<p dir="auto">Excellent!</p>
]]></description><link>https://forum.magicmirror.builders/post/29717</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29717</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 17 Oct 2017 20:31:08 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported on Tue, 17 Oct 2017 13:36:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jasondreher" aria-label="Profile: jasondreher">@<bdi>jasondreher</bdi></a> That worked like a charm! Thanks for the help :)</p>
]]></description><link>https://forum.magicmirror.builders/post/29691</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29691</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 17 Oct 2017 13:36:30 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported on Tue, 17 Oct 2017 12:43:08 GMT]]></title><description><![CDATA[<p dir="auto">You need to edit the /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js file. See the post below.</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/2208/calendar-shows-no-entries-after-mm-update/29?page=3">https://forum.magicmirror.builders/topic/2208/calendar-shows-no-entries-after-mm-update/29?page=3</a></p>
<p dir="auto">From the post…<br />
Edit this file</p>
<p dir="auto">/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js<br />
Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:</p>
<p dir="auto">ORDINAL_BASE: new Date(1970, 0, 1),<br />
set it to a lower year like 1900.<br />
Then restart your magic mirror (pm2 restart mm)</p>
]]></description><link>https://forum.magicmirror.builders/post/29689</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29689</guid><dc:creator><![CDATA[jasondreher]]></dc:creator><pubDate>Tue, 17 Oct 2017 12:43:08 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported on Tue, 17 Oct 2017 11:08:16 GMT]]></title><description><![CDATA[<p dir="auto">@zynex said in <a href="/post/29685">Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported</a>:</p>
<blockquote>
<p dir="auto">Any idea how to fix this?</p>
</blockquote>
<p dir="auto">This issue came up a couple of months ago. You can try a forum search to see if they came up with a fix. Temporarily, you could change the date in your calendar so it’s usable. Good luck</p>
]]></description><link>https://forum.magicmirror.builders/post/29687</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29687</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 17 Oct 2017 11:08:16 GMT</pubDate></item></channel></rss>