<?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[&quot;Feiertage&quot; Kalender doesn&#x27;t work]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have 2 calenders in the original calender module. One isn’t working since a few months.<br />
Last 2 days I try to fix it but I am not able to.<br />
Maybe anybody can help.<br />
In the logs is always ‘CERT_HAS_EXPIRED’,<br />
Maybe someone has an idea what I can try.<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/16151/feiertage-kalender-doesn-t-work</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 09:39:46 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16151.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jan 2022 13:07:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Mon, 10 Jan 2022 19:55:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> hey man you are great - I think it works thank you very much</p>
]]></description><link>https://forum.magicmirror.builders/post/98361</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98361</guid><dc:creator><![CDATA[Jagsi]]></dc:creator><pubDate>Mon, 10 Jan 2022 19:55:48 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Mon, 10 Jan 2022 19:16:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/98293">"Feiertage" Kalender doesn't work</a>:</p>
<blockquote>
<p dir="auto">who is the calendar provider? Google, Hotmail?</p>
</blockquote>
<p dir="auto"><a href="https://www.ferienwiki.at/exports/feiertage/2022/at" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.ferienwiki.at/exports/feiertage/2022/at</a></p>
<p dir="auto">this is the link - it should work right?</p>
]]></description><link>https://forum.magicmirror.builders/post/98359</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98359</guid><dc:creator><![CDATA[Jagsi]]></dc:creator><pubDate>Mon, 10 Jan 2022 19:16:50 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Mon, 10 Jan 2022 19:09:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jagsi" aria-label="Profile: jagsi">@<bdi>jagsi</bdi></a></p>
<p dir="auto">may this is an impact of another problem (<a href="https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/</a>)</p>
<p dir="auto">please edit the file <code>package.json</code> and change the line <code>"colors": "^1.4.0",</code> to <code>"colors": "1.4.0",</code> so remove only the <code>^</code> in this line.</p>
<p dir="auto">Then repeat the commands from my previous post.</p>
]]></description><link>https://forum.magicmirror.builders/post/98358</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98358</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Mon, 10 Jan 2022 19:09:04 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Mon, 10 Jan 2022 19:00:54 GMT]]></title><description><![CDATA[<p dir="auto">any idea what I can do?</p>
<p dir="auto"><img src="/assets/uploads/files/1641841230260-10b6abbe-f596-4346-989c-eee9284876e7-grafik.png" alt="10b6abbe-f596-4346-989c-eee9284876e7-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/98357</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98357</guid><dc:creator><![CDATA[Jagsi]]></dc:creator><pubDate>Mon, 10 Jan 2022 19:00:54 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Mon, 10 Jan 2022 18:58:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> puh I tried this now - since I tried this the mirror won’t start up :-(</p>
]]></description><link>https://forum.magicmirror.builders/post/98356</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98356</guid><dc:creator><![CDATA[Jagsi]]></dc:creator><pubDate>Mon, 10 Jan 2022 18:58:44 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Sun, 09 Jan 2022 21:45:14 GMT]]></title><description><![CDATA[<p dir="auto">may something went wrong when updating?</p>
<p dir="auto">You could do in the mm folder</p>
<pre><code class="language-bash">rm -f package-lock.json
rm -rf node_modules
npm install
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/98318</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98318</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Sun, 09 Jan 2022 21:45:14 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Sun, 09 Jan 2022 13:10:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jagsi" aria-label="Profile: jagsi">@<bdi>jagsi</bdi></a> can u take the url from the calendar config and use it in a browser?  this should download the ics file…</p>
<p dir="auto">who is the calendar provider? Google, Hotmail?</p>
<p dir="auto">we saw a problem w u handled expired certificates back in oct (2.17) and released 2.17.1 w the updated electron that fixed the problem</p>
]]></description><link>https://forum.magicmirror.builders/post/98293</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98293</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 09 Jan 2022 13:10:36 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Sun, 09 Jan 2022 06:07:09 GMT]]></title><description><![CDATA[<p dir="auto">Anyone here who can help me please….</p>
]]></description><link>https://forum.magicmirror.builders/post/98284</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98284</guid><dc:creator><![CDATA[Jagsi]]></dc:creator><pubDate>Sun, 09 Jan 2022 06:07:09 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Thu, 06 Jan 2022 20:33:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> 2.18.0<br />
just updated - but the problem is already since about 2 months…</p>
]]></description><link>https://forum.magicmirror.builders/post/98215</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98215</guid><dc:creator><![CDATA[Jagsi]]></dc:creator><pubDate>Thu, 06 Jan 2022 20:33:03 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Feiertage&quot; Kalender doesn&#x27;t work on Thu, 06 Jan 2022 13:08:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jagsi" aria-label="Profile: jagsi">@<bdi>jagsi</bdi></a> what MagicMirror version are you on?</p>
<p dir="auto">do</p>
<pre><code class="language-bash">grep version ~/MagicMirror/package.json
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/98151</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98151</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 06 Jan 2022 13:08:51 GMT</pubDate></item></channel></rss>