<?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-CalDAV]]></title><description><![CDATA[<h1>MMM-CalDAV</h1>
<p dir="auto">CalDav broker for MagicMirror</p>
<h2>Concept &amp; Motivation</h2>
<p dir="auto">Some CalDAV server doesn’t provide ICAL format, so it cannot be used with MM’s calendar modules.</p>
<p dir="auto">This module enables MM to convert your CalDAV calendar data into the popular ICAL(<code>.ics</code>) file. Converted ICAL output is hosted on MM itself.</p>
<blockquote>
<p dir="auto">It has no screenshot</p>
</blockquote>
<h2>Configuration</h2>
<pre><code class="language-js">{
  module: "MMM-CalDAV",
  config: {
    name: "company",
    serverUrl: "http://gw.mycomp.com/principals/users/eouia0819@gmail.com",
    credentials: {
      username: "eouia0819@gmail.com",
      password: "myPassWord!@#$",
    },
    vcalendarHeader: false
  }
},

// If you want additional extra CalDAV connection, just describe it once more. (or multiple times as you need.)
{
  module: "MMM-CalDAV",
  config: {
    name: "homenas",
    serverUrl: "http://mynas.synology.me:5000/caldav/eouia",
    credentials: {
      username: "eouia",
      password: "AnotherPassword!@#$",
    },
    calendarFilter: ["My Calendar", "School Schedule"]
  }
},
</code></pre>
<p dir="auto">Then it will provide the ICAL URL like;</p>
<pre><code>https://localhost:8080/CALDAV/company.ics
https://localhost:8080/CALDAV/homenas.ics 
</code></pre>
<p dir="auto">You can use this URL for your calendar modules.</p>
<p dir="auto">Details : <a href="https://github.com/MMRIZE/MMM-CalDAV" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MMRIZE/MMM-CalDAV</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/15648/mmm-caldav</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 21:12:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15648.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Sep 2021 14:40:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalDAV on Thu, 04 Sep 2025 15:00:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrpringless" aria-label="Profile: MrPringless">@<bdi>MrPringless</bdi></a> I do not know the inner workings of the module.</p>
<p dir="auto">typically<br />
module not found<br />
means npm install for the module was not done or the package.json for the module didn’t list the library dependency. MMRIZE is very good on that point, so I don’t the second is the reason…</p>
<p dir="auto">but thanks for the nudge… my backup/restore scripts will save/restore extra files discovered in a modules folder… but files with leading dot are hidden by convention… so I will have to check that</p>
<p dir="auto">I would not have picked up the .env file… fixed… thx</p>
]]></description><link>https://forum.magicmirror.builders/post/128130</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128130</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 04 Sep 2025 15:00:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Thu, 04 Sep 2025 14:37:31 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> Thanks for your reply.<br />
It’s a bit crazy. I completely reinstalled everything two days ago using copy and paste from the module page.<br />
Then I copied the .env file from the old installation to the new installation.<br />
Could this be because I copied the .env file from a backup into the directory after the reinstallation?<br />
Thanks for the feedback, because I’d like to learn from my mistakes.</p>
]]></description><link>https://forum.magicmirror.builders/post/128129</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128129</guid><dc:creator><![CDATA[MrPringless]]></dc:creator><pubDate>Thu, 04 Sep 2025 14:37:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Thu, 04 Sep 2025 11:33:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrpringless" aria-label="Profile: MrPringless">@<bdi>MrPringless</bdi></a> did you run<br />
npm install<br />
In the module folder after the git clone?</p>
<p dir="auto">git clone …<br />
cd MMM-CalDAV<br />
npm install</p>
]]></description><link>https://forum.magicmirror.builders/post/128123</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128123</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 04 Sep 2025 11:33:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Thu, 04 Sep 2025 10:51:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a></p>
<p dir="auto">Hello,<br />
Please Can you help me and Sorry for my bad English.</p>
<p dir="auto">I have a Problem wit the CalDAV Module in Magic Mirror2.</p>
<p dir="auto">in the pm2 error Log File i have this Message:<br />
<strong>[2025-09-04 11:42:08.001] [ERROR] Error when loading MMM-CalDAV: Cannot find module ‘dotenv’</strong><br />
Require stack:</p>
<ul>
<li>/home/magicmirror/MagicMirror/modules/MMM-CalDAV/node_helper.js</li>
<li>/home/magicmirror/MagicMirror/js/app.js</li>
<li>/home/magicmirror/MagicMirror/js/electron.js<br />
[2025-09-04 11:42:08.379] [WARN]  You’re using a full whitelist configuration to allow for all IPs<br />
[2025-09-04 11:42:17.749] [ERROR] Calendar Error. Could not fetch calendar:  <a href="http://localhost:8080/CALDAV/FAMILY_Familienkalender.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/CALDAV/FAMILY_Familienkalender.ics</a> Error: Not Found<br />
at NodeHelper.checkFetchStatus (/home/magicmirror/MagicMirror/js/node_helper.js:102:9)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)<br />
[2025-09-04 11:42:18.028] [ERROR] Calendar Error. Could not fetch calendar:  <a href="http://localhost:8080/CALDAV/NINA_Arbeit.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/CALDAV/NINA_Arbeit.ics</a> Error: Not Found<br />
at NodeHelper.checkFetchStatus (/home/magicmirror/MagicMirror/js/node_helper.js:102:9)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)<br />
[2025-09-04 11:42:18.226] [ERROR] Calendar Error. Could not fetch calendar:  <a href="http://localhost:8080/CALDAV/DOMINIQUE_Klasse7d.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/CALDAV/DOMINIQUE_Klasse7d.ics</a> Error: Not Found<br />
at NodeHelper.checkFetchStatus (/home/magicmirror/MagicMirror/js/node_helper.js:102:9)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)<br />
[2025-09-04 11:42:18.406] [ERROR] Calendar Error. Could not fetch calendar:  <a href="http://localhost:8080/CALDAV/SAMUEL_Klasse4f.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/CALDAV/SAMUEL_Klasse4f.ics</a> Error: Not Found<br />
at NodeHelper.checkFetchStatus (/home/magicmirror/MagicMirror/js/node_helper.js:102:9)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)<br />
[2025-09-04 11:47:17.764] [ERROR] Calendar Error. Could not fetch calendar:  <a href="http://localhost:8080/CALDAV/FAMILY_Familienkalender.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/CALDAV/FAMILY_Familienkalender.ics</a> Error: Not Found<br />
at NodeHelper.checkFetchStatus (/home/magicmirror/MagicMirror/js/node_helper.js:102:9)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)<br />
[2025-09-04 11:47:18.035] [ERROR] Calendar Error. Could not fetch calendar:  <a href="http://localhost:8080/CALDAV/NINA_Arbeit.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/CALDAV/NINA_Arbeit.ics</a> Error: Not Found<br />
at NodeHelper.checkFetchStatus (/home/magicmirror/MagicMirror/js/node_helper.js:102:9)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)</li>
</ul>
<p dir="auto">The following errors are clear thats the result from the First ERROR.</p>
<p dir="auto">What im doing Wrong or thinking false?</p>
]]></description><link>https://forum.magicmirror.builders/post/128122</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128122</guid><dc:creator><![CDATA[MrPringless]]></dc:creator><pubDate>Thu, 04 Sep 2025 10:51:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Thu, 09 Jan 2025 21:03:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiller" aria-label="Profile: Tiller">@<bdi>Tiller</bdi></a> awesome!!  thanks for the feedback</p>
]]></description><link>https://forum.magicmirror.builders/post/122837</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122837</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 09 Jan 2025 21:03:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Thu, 09 Jan 2025 21:02:25 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></p>
<p dir="auto">Hello,<br />
it’s working now, but without the MMM-CalDAV module.<br />
I checked the url I’m using on my phone and just added it to the standard calendar module and added a “.ics” at the end of the url. Now it’s working. I tried this before and it wasn’t working.<br />
Now it is.<br />
Thanks for your help and support.</p>
<p dir="auto">Best<br />
Tillmann</p>
]]></description><link>https://forum.magicmirror.builders/post/122836</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122836</guid><dc:creator><![CDATA[Tiller]]></dc:creator><pubDate>Thu, 09 Jan 2025 21:02:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 05 Jan 2025 19:48:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiller" aria-label="Profile: Tiller">@<bdi>Tiller</bdi></a> i do not know… sounds like the MMM-CalDav module didn’t mnake the conversion for some reason</p>
]]></description><link>https://forum.magicmirror.builders/post/122679</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122679</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 Jan 2025 19:48:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 05 Jan 2025 19:43:57 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></p>
<p dir="auto">No, it still doesn’t work. I checked the path of the .ics, which should be stored in /MagicMirror/MMM-CalDav/service/<br />
as a hidden file, but I can only find the placeholder.txt</p>
<p dir="auto">Tillmann</p>
]]></description><link>https://forum.magicmirror.builders/post/122678</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122678</guid><dc:creator><![CDATA[Tiller]]></dc:creator><pubDate>Sun, 05 Jan 2025 19:43:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 05 Jan 2025 16:07:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiller" aria-label="Profile: Tiller">@<bdi>Tiller</bdi></a> said in <a href="/post/122667">MMM-CalDAV</a>:</p>
<blockquote>
<p dir="auto"><a href="http://localhost:8080/CALDAV/SYNOLOGY_Calendar.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/CALDAV/SYNOLOGY_Calendar.ics</a></p>
</blockquote>
<p dir="auto">if you open that on browser someplace it works??</p>
]]></description><link>https://forum.magicmirror.builders/post/122669</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122669</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 Jan 2025 16:07:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 05 Jan 2025 16:06:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiller" aria-label="Profile: Tiller">@<bdi>Tiller</bdi></a> thanks… just needed caldav and calendar</p>
]]></description><link>https://forum.magicmirror.builders/post/122668</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122668</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 Jan 2025 16:06:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 05 Jan 2025 15:51:34 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></p>
<p dir="auto">Hi Sam,</p>
<p dir="auto">here is my config.</p>
<p dir="auto">Thx</p>
<pre><code>/* Config Sample
 *
 * For more information on how you can configure this file
 * see https://docs.magicmirror.builders/configuration/introduction.html
 * and https://docs.magicmirror.builders/modules/configuration.html
 *
 * You can use environment variables using a `config.js.template` file instead of `config.js`
 * which will be converted to `config.js` while starting. For more information
 * see https://docs.magicmirror.builders/configuration/introduction.html#enviromnent-variables
 */
let config = {
        address: "0.0.0.0",     // 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: "/",  // 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: [],        // 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"],

        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: "en",
        locale: "en-US",
        logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
        timeFormat: 24,
        units: "metric",

        modules: [
                {       module: "MMM-CalDAV",
                        config: {
                                servers: [
                                {
                                 accountType: "caldav",
                                  envPrefix: "SYNOLOGY_",
                                 serverURL: "http://synology-ip/CalDav/",
                                },
                                ],
                                },
                },
                {
                        module: "alert",
                },
                {
                        module: "updatenotification",
                        position: "top_bar"
                },
                {
                        module: "clock",
                        position: "top_left"
                },
                {
                        module: "calendar",
                        header: "US Holidays",
                        position: "top_left",
                        config: {
                                calendars: [
                                        {
                                                url: "http://localhost:8080/CALDAV/SYNOLOGY_Calendar.ics",
                                                name: "Calendar",
                                                auth: {
                                                        user: 'username1',
                                                        pass: 'password1',
                                                        method: 'basic'
                                                },
                                        },
                                        ],
                                },
                },
                {
                        module: "compliments",
                        position: "lower_third"
                },
                {
                        module: "weather",
                        position: "top_right",
                        config: {
                                weatherProvider: "openmeteo",
                                type: "current",
                                lat: 51.31,
                                lon: 7.28
                        }
                },
                {
                        module: "weather",
                        position: "top_right",
                        header: "Weather Forecast",
                        config: {
                                weatherProvider: "openmeteo",
                                type: "forecast",
                                lat: 51.31,
                                lon: 7.28
                        }
                },
                {
                        module: "newsfeed",
                        position: "bottom_bar",
                        config: {
                                feeds: [
                                        {
                                                title: "New York Times",
                                                url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                        }
                                ],
                                showSourceTitle: true,
                                showPublishDate: true,
                                broadcastNewsFeeds: true,
                                broadcastNewsUpdates: true
                        }
                },
        ]
};

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

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/122667</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122667</guid><dc:creator><![CDATA[Tiller]]></dc:creator><pubDate>Sun, 05 Jan 2025 15:51:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 05 Jan 2025 15:02:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiller" aria-label="Profile: Tiller">@<bdi>Tiller</bdi></a> can you post your config… xx out the personal part of your source calendar</p>
<p dir="auto">use the code block wrapper on the config post here</p>
]]></description><link>https://forum.magicmirror.builders/post/122665</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122665</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 Jan 2025 15:02:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 05 Jan 2025 14:56:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello and a happy new year to you all.</p>
<p dir="auto">I checked the URL, tried different versions. Used the tried the same URL I use on my smartphone (the url is working), but always get the same error.</p>
<p dir="auto">I don’t know what to do or try.<br />
I checked the firewall and port settings on my synology, but still the same error.</p>
<p dir="auto">Do you have any other ideas?</p>
<p dir="auto">Best<br />
Tillmann</p>
]]></description><link>https://forum.magicmirror.builders/post/122664</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122664</guid><dc:creator><![CDATA[Tiller]]></dc:creator><pubDate>Sun, 05 Jan 2025 14:56:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 29 Dec 2024 17:08:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiller" aria-label="Profile: Tiller">@<bdi>Tiller</bdi></a> ok…  just checking…</p>
<p dir="auto">just fyi IP addresses  192.168.x.y NEVER cross the internet… they are ‘unroutable’ on purpose<br />
172. and 10. are also like that</p>
<p dir="auto">if you share that I cannot reach it…</p>
<p dir="auto">mine network is 192.168.2.x</p>
]]></description><link>https://forum.magicmirror.builders/post/122301</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122301</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 17:08:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 29 Dec 2024 17:05:58 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><br />
The local IP of my synology.<br />
Something like 192.168.0.x</p>
]]></description><link>https://forum.magicmirror.builders/post/122300</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122300</guid><dc:creator><![CDATA[Tiller]]></dc:creator><pubDate>Sun, 29 Dec 2024 17:05:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 29 Dec 2024 12:26:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiller" aria-label="Profile: Tiller">@<bdi>Tiller</bdi></a> what is localip?</p>
]]></description><link>https://forum.magicmirror.builders/post/122277</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122277</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Dec 2024 12:26:40 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Sun, 29 Dec 2024 09:12:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a><br />
Yes, that’s what I thought too.<br />
But I checked it again, and it’s the same URL my Synology ist showing for the calendar.<br />
“<a href="Http://localip:5000/caldav/" target="_blank" rel="noopener noreferrer nofollow ugc">Http://localip:5000/caldav/</a>”</p>
<p dir="auto">Maybe some settings on my synology are the problem?! I already checked the port, it’s open.</p>
<p dir="auto">Best<br />
Tillmann</p>
]]></description><link>https://forum.magicmirror.builders/post/122274</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122274</guid><dc:creator><![CDATA[Tiller]]></dc:creator><pubDate>Sun, 29 Dec 2024 09:12:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Fri, 27 Dec 2024 15:18:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiller" aria-label="Profile: Tiller">@<bdi>Tiller</bdi></a><br />
<code>invalidcaldavserver.com</code> ???<br />
Usually your error message is showing that URL may be wrong.</p>
]]></description><link>https://forum.magicmirror.builders/post/122220</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122220</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Fri, 27 Dec 2024 15:18:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Fri, 27 Dec 2024 12:18:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a></p>
<p dir="auto">Hello again,<br />
sorry I had a lot of work at my job, but now I’m trying again to get this MM working.<br />
The sync to my Synology-Calendar still isn’t working.</p>
<p dir="auto">Here are my logs:</p>
<pre><code>pi@raspy:~ $ pm2 logs mm
[TAILING] Tailing last 15 lines for [mm] process (change the value with --lines option)
/home/pi/.pm2/logs/mm-error.log last 15 lines:
0|mm       |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
0|mm       |     at async davRequest (/home/pi/MagicMirror/modules/MMM-CalDAV/node_modules/tsdav/dist/tsdav.cjs.js:158:25)
0|mm       |     at async fetchPrincipalUrl (/home/pi/MagicMirror/modules/MMM-CalDAV/node_modules/tsdav/dist/tsdav.cjs.js:1254:24)
0|mm       |     at async createAccount (/home/pi/MagicMirror/modules/MMM-CalDAV/node_modules/tsdav/dist/tsdav.cjs.js:1307:31)
0|mm       |     at async DAVClient.login (/home/pi/MagicMirror/modules/MMM-CalDAV/node_modules/tsdav/dist/tsdav.cjs.js:1659:15)
0|mm       |     at async Fetcher.work (/home/pi/MagicMirror/modules/MMM-CalDAV/node_helper.js:89:7) {
0|mm       |   [cause]: Error: getaddrinfo ENOTFOUND invalidcaldavserver.com
0|mm       |       at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) {
0|mm       |     errno: -3008,
0|mm       |     code: 'ENOTFOUND',
0|mm       |     syscall: 'getaddrinfo',
0|mm       |     hostname: 'invalidcaldavserver.com'
0|mm       |   }
0|mm       | }
</code></pre>
<p dir="auto">Probably some auth. problem?<br />
Maybe you got another idea.<br />
I’m running the MM on an Raspberry Pi Zero.</p>
<p dir="auto">Best<br />
Till</p>
]]></description><link>https://forum.magicmirror.builders/post/122218</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122218</guid><dc:creator><![CDATA[Tiller]]></dc:creator><pubDate>Fri, 27 Dec 2024 12:18:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Fri, 18 Oct 2024 17:40:20 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> thank you for the information. I was curious about the *.ICLOUD file location. Do you see that in your application? Is that folder used?</p>
]]></description><link>https://forum.magicmirror.builders/post/120655</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120655</guid><dc:creator><![CDATA[jal201]]></dc:creator><pubDate>Fri, 18 Oct 2024 17:40:20 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Fri, 18 Oct 2024 16:50:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jal201" aria-label="Profile: jal201">@<bdi>jal201</bdi></a> said in <a href="/post/120645">MMM-CalDAV</a>:</p>
<blockquote>
<p dir="auto">/MagicMirror/modules/MMM-CalDAV/service/.ICLOUD_family.ics</p>
</blockquote>
<p dir="auto">this seems to imply the config for calendar doesn’t match the config for MMM-Caldav</p>
<p dir="auto">caldav reads the real calendar and puts the data in the configured folder<br />
and then the MM calendar loads it from the configured folder…</p>
<p dir="auto">I am not the module author.</p>
]]></description><link>https://forum.magicmirror.builders/post/120653</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120653</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 18 Oct 2024 16:50:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Fri, 18 Oct 2024 15:43:08 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></p>
<p dir="auto">Thank you for your time. I believe am using a pi without a docker.</p>
]]></description><link>https://forum.magicmirror.builders/post/120652</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120652</guid><dc:creator><![CDATA[jal201]]></dc:creator><pubDate>Fri, 18 Oct 2024 15:43:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Fri, 18 Oct 2024 13:51:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jal201" aria-label="Profile: jal201">@<bdi>jal201</bdi></a> can u tell us more about your runtime environment?</p>
<p dir="auto">are you using a NAS device, synology? or is this on a pi, without docker?</p>
]]></description><link>https://forum.magicmirror.builders/post/120650</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120650</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 18 Oct 2024 13:51:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalDAV on Fri, 18 Oct 2024 10:40:39 GMT]]></title><description><![CDATA[<p dir="auto">I apologize but I am very very new to all of this and I was looking for a little guidance on syncing with my Apple Calendar using MMM-CalDAV. The issue I am running into is that in the [LOG] it is showing [CALDAV] /MagicMirror/modules/MMM-CalDAV/service/.ICLOUD_family.ics is not found. This is cascading into a lot of issues which results in the fetch of the family calendar isn’t happening. I am sure I am missing something simple but I can’t for the life of me find it out. Would it be possible to get some help and which direction could I investigate? Thank you all in advance.</p>
]]></description><link>https://forum.magicmirror.builders/post/120645</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120645</guid><dc:creator><![CDATA[jal201]]></dc:creator><pubDate>Fri, 18 Oct 2024 10:40:39 GMT</pubDate></item></channel></rss>