<?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 modification]]></title><description><![CDATA[<p dir="auto">Sorry if I shouldn’t put this here, but I wanted to show a quick tutorial to link up a google calendar to your mirror. So, here it is…</p>
<p dir="auto">How to link up a google calendar account</p>
<ol>
<li>
<p dir="auto">Access google calendars and go to settings</p>
</li>
<li>
<p dir="auto">At the top go to the Calendars tab</p>
</li>
<li>
<p dir="auto">Select the calendar with your google name on it</p>
</li>
<li>
<p dir="auto">On the new page find the  Calendar Address tab</p>
</li>
<li>
<p dir="auto">Click on ICAL to the right</p>
</li>
<li>
<p dir="auto">Copy the link<br />
7.Find your Config.js file under /MagicMirror/config</p>
</li>
<li>
<p dir="auto">Scroll down to your calendar module or make a new calendar module by copying and pasting the old module or making changes to the current calendar module</p>
</li>
<li>
<p dir="auto">Side note: the modules will display in the order you put them in so whatever module you want displayed first will have to go before the other calendar modules</p>
</li>
<li>
<p dir="auto">Input the link and make your new module look like this<br />
{<br />
module: ‘calendar’,<br />
header: ‘Personal Calender’,<br />
position: ‘top_left’,<br />
config: {<br />
calendars: [<br />
{<br />
symbol: 'calendar-check-o ',<br />
url: ‘insert link here’<br />
}<br />
]<br />
}<br />
},</p>
</li>
<li>
<p dir="auto">Then save and exit and now you have a google calendar linked to your mirror</p>
</li>
</ol>
<p dir="auto">Again a small side not make sure that the spacing is correct else you might make an irreparable error. But, as always make a copy of the config before you change it. Hope you guys have fun with this.</p>
]]></description><link>https://forum.magicmirror.builders/topic/49/calendar-modification</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 11:08:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/49.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 May 2016 11:38:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar modification on Sat, 16 Sep 2017 15:36:10 GMT]]></title><description><![CDATA[<p dir="auto">Your instructions are clear and consice and I was easily able to modify the module even though I am a beginner.  However, I’m only displaying “all day” events for some reason. Any ideas?</p>
]]></description><link>https://forum.magicmirror.builders/post/28150</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28150</guid><dc:creator><![CDATA[patrickmcdiver]]></dc:creator><pubDate>Sat, 16 Sep 2017 15:36:10 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Sat, 16 Sep 2017 15:32:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/garnett" aria-label="Profile: garnett">@<bdi>garnett</bdi></a> There is a public iCal and a private iCal. Use the private and you will not have to make calendar public.</p>
]]></description><link>https://forum.magicmirror.builders/post/28149</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28149</guid><dc:creator><![CDATA[patrickmcdiver]]></dc:creator><pubDate>Sat, 16 Sep 2017 15:32:30 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 29 Aug 2017 20:58:25 GMT]]></title><description><![CDATA[<p dir="auto">For anyone wondering the same question as me, that would be how you do it. I tried it when I got home and my private calendar was also showing along with Holidays</p>
]]></description><link>https://forum.magicmirror.builders/post/27240</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27240</guid><dc:creator><![CDATA[MdMan]]></dc:creator><pubDate>Tue, 29 Aug 2017 20:58:25 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 29 Aug 2017 17:49:21 GMT]]></title><description><![CDATA[<p dir="auto">Would this be the proper way to have it setup with both the Holiday cal and my personal shared one?</p>
<pre><code>{
			module: "calendar",
			header: "US Holidays",
			position: "top_left",
			config: {
				calendars: [
					{
						symbol: "calendar-check-o ",
						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
					}
				]
			}
		},
{
			module: 'calendar',
			header: 'Shared',
			position: 'top_left',
			maximumNumberOfDays: 7,
			config: {
				calendars: [
					{
						symbol: 'calendar-check-o ',
						url: 'https://calendar.google.com/calendar/ical/your-info'
					}
				]
			}
		},
</code></pre>
<p dir="auto">Holiday Cal is good for me hahaha reminds me of days off lol</p>
]]></description><link>https://forum.magicmirror.builders/post/27225</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27225</guid><dc:creator><![CDATA[MdMan]]></dc:creator><pubDate>Tue, 29 Aug 2017 17:49:21 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Thu, 26 Jan 2017 22:48:40 GMT]]></title><description><![CDATA[<p dir="auto">is there a full month layout module?</p>
]]></description><link>https://forum.magicmirror.builders/post/12622</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12622</guid><dc:creator><![CDATA[l8kerjuan]]></dc:creator><pubDate>Thu, 26 Jan 2017 22:48:40 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Wed, 28 Dec 2016 15:13:22 GMT]]></title><description><![CDATA[<p dir="auto">I went to the web calendar on my computer (not on a smartphone or tablet!), went to settings (gear symbol top right) and clicked on options. The you see Publish Calendar and you are able to create the ics link.</p>
]]></description><link>https://forum.magicmirror.builders/post/9972</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9972</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Wed, 28 Dec 2016 15:13:22 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Wed, 28 Dec 2016 14:56:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> said in <a href="/post/9968">Calendar modification</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ccoates" aria-label="Profile: CCoates">@<bdi>CCoates</bdi></a> said in <a href="/post/9957">Calendar modification</a>:</p>
<blockquote>
<p dir="auto">Anyone had any luck with Outlook 365 or Iphone calendars?</p>
</blockquote>
<p dir="auto">I use my <a href="http://outlook.com" target="_blank" rel="noopener noreferrer nofollow ugc">outlook.com</a> calendar without any problems</p>
</blockquote>
<p dir="auto">How do you find out the ical or link???</p>
<p dir="auto">In outlook?</p>
]]></description><link>https://forum.magicmirror.builders/post/9969</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9969</guid><dc:creator><![CDATA[CCoates]]></dc:creator><pubDate>Wed, 28 Dec 2016 14:56:49 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Wed, 28 Dec 2016 14:54:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ccoates" aria-label="Profile: CCoates">@<bdi>CCoates</bdi></a> said in <a href="/post/9957">Calendar modification</a>:</p>
<blockquote>
<p dir="auto">Anyone had any luck with Outlook 365 or Iphone calendars?</p>
</blockquote>
<p dir="auto">I use my <a href="http://outlook.com" target="_blank" rel="noopener noreferrer nofollow ugc">outlook.com</a> calendar without any problems</p>
]]></description><link>https://forum.magicmirror.builders/post/9968</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9968</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Wed, 28 Dec 2016 14:54:53 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Wed, 28 Dec 2016 13:29:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ccoates" aria-label="Profile: CCoates">@<bdi>CCoates</bdi></a></p>
<p dir="auto">iphone calendar is not a big problem.</p>
<p dir="auto">U must go to iCloud Calendar and make the calendar of your choice usable for public access.<br />
After that copy the link of your public calendar and insert this link into the config.js in your calendar module.</p>
<p dir="auto">restart your magicmirror</p>
]]></description><link>https://forum.magicmirror.builders/post/9959</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9959</guid><dc:creator><![CDATA[lolobyte]]></dc:creator><pubDate>Wed, 28 Dec 2016 13:29:42 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Wed, 28 Dec 2016 12:42:27 GMT]]></title><description><![CDATA[<p dir="auto">Anyone had any luck with Outlook 365 or Iphone calendars?</p>
]]></description><link>https://forum.magicmirror.builders/post/9957</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9957</guid><dc:creator><![CDATA[CCoates]]></dc:creator><pubDate>Wed, 28 Dec 2016 12:42:27 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Fri, 09 Sep 2016 20:29:26 GMT]]></title><description><![CDATA[<p dir="auto">How to get ICAL for a Facebook calendar:</p>
<p dir="auto"><a href="https://www.facebook.com/help/152652248136178/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.facebook.com/help/152652248136178/</a></p>
<p dir="auto">2 different ICAL for birthdays and upcoming events :)</p>
<p dir="auto">Useful config part: “maximumEntries: X”</p>
<p dir="auto">And holidays calendars for many countries: <a href="https://www.mozilla.org/en-US/projects/calendar/holidays/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.mozilla.org/en-US/projects/calendar/holidays/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/4600</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4600</guid><dc:creator><![CDATA[Plati]]></dc:creator><pubDate>Fri, 09 Sep 2016 20:29:26 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 18:35:48 GMT]]></title><description><![CDATA[<p dir="auto">Wow, Thanks Guys.</p>
<p dir="auto">I took a couple days of from the project and hit the lake, so sorry for the slow replies.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michmich" aria-label="Profile: MichMIch">@<bdi>MichMIch</bdi></a> - That cured it, I had the maximunNumberOfDays Line to far down.</p>
<p dir="auto">I have a couple other questions but I won’t clutter up the calendar Module board with them.</p>
]]></description><link>https://forum.magicmirror.builders/post/1464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1464</guid><dc:creator><![CDATA[aarinsingh]]></dc:creator><pubDate>Tue, 07 Jun 2016 18:35:48 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 17:17:28 GMT]]></title><description><![CDATA[<p dir="auto">That’s something that is outside of the scope of MM itself. They don’t have anything to do with the MM calendar module itself. When you said to keep the calendar in monthly mode, my first reaction was, ‘Uh, the calendar doesn’t have a monthly view’, hence my request for clarification.</p>
<p dir="auto">It’s helpful to others who are using that specific service to host a calendar, and trying to incorporate it into MM, but you needed to specify what you were referring to.</p>
<p dir="auto">Thanks for the clarification.</p>
]]></description><link>https://forum.magicmirror.builders/post/1457</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1457</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Tue, 07 Jun 2016 17:17:28 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 17:13:49 GMT]]></title><description><![CDATA[<p dir="auto">To anyone wondering how to switch the calendar to month mode here is a few images.</p>
<p dir="auto">Main calendar:<br />
<a href="https://gyazo.com/52f994a4b33968c8a0ebe2effe349179" target="_blank" rel="noopener noreferrer nofollow ugc">https://gyazo.com/52f994a4b33968c8a0ebe2effe349179</a></p>
<p dir="auto">And where you switch it:<br />
<a href="https://gyazo.com/81e42213091d63b75e4bb9798e01d4ac" target="_blank" rel="noopener noreferrer nofollow ugc">https://gyazo.com/81e42213091d63b75e4bb9798e01d4ac</a></p>
<p dir="auto">Please note that it might not work the first time in that case either try again and reload the page or try again and go to settings and save the calendar.</p>
]]></description><link>https://forum.magicmirror.builders/post/1456</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1456</guid><dc:creator><![CDATA[00conman]]></dc:creator><pubDate>Tue, 07 Jun 2016 17:13:49 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 17:10:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a> I keep my calendar in month mode because it makes sure that events don’t delete halfway through a day and when in month mode it prevents a glitch from occurring. In that glitch on the mirror itself events will be assigned random times, in my case the newest event would be assigned 4:00 am and then each event after that would increase by the hour to 5:00 and so on. There is also an occurrence that events will randomly delete themselves from the actual mirror, not the online calendar, so putting this in month mode will cause them to remove themselves, or stop displaying, on the mirror at 12:00 o’clock midnight the day that they were assigned. It is certainly not necessary but I would do it because it take just a few seconds.</p>
]]></description><link>https://forum.magicmirror.builders/post/1455</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1455</guid><dc:creator><![CDATA[00conman]]></dc:creator><pubDate>Tue, 07 Jun 2016 17:10:23 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 16:06:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/00conman" aria-label="Profile: 00conman">@<bdi>00conman</bdi></a>, care to explain what you mean?</p>
]]></description><link>https://forum.magicmirror.builders/post/1452</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1452</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Tue, 07 Jun 2016 16:06:14 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 13:56:53 GMT]]></title><description><![CDATA[<p dir="auto">Hey guys sorry I’ve been away so I haven’t seen all these posts but I would recommend putting the calendar in monthly mode so events to disappear prematurely.</p>
]]></description><link>https://forum.magicmirror.builders/post/1447</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1447</guid><dc:creator><![CDATA[00conman]]></dc:creator><pubDate>Tue, 07 Jun 2016 13:56:53 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 05:09:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a> Of course that worked. Thanks for the silver bullet</p>
]]></description><link>https://forum.magicmirror.builders/post/1425</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1425</guid><dc:creator><![CDATA[MagicCrumps1]]></dc:creator><pubDate>Tue, 07 Jun 2016 05:09:29 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 05:05:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/magiccrumps1" aria-label="Profile: MagicCrumps1">@<bdi>MagicCrumps1</bdi></a>, perhaps you were using the wrong URL? There’s both a public and a private one. If you use the public URL, then you must also set your calendar to public view. But the private URL has the authentication key in it. No need to make the calendar public.</p>
]]></description><link>https://forum.magicmirror.builders/post/1424</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1424</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Tue, 07 Jun 2016 05:05:11 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Tue, 07 Jun 2016 05:03:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a> Weird. I had to make mine public or else the dashboard wont be able to display saying “No Events”</p>
]]></description><link>https://forum.magicmirror.builders/post/1423</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1423</guid><dc:creator><![CDATA[MagicCrumps1]]></dc:creator><pubDate>Tue, 07 Jun 2016 05:03:13 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Mon, 06 Jun 2016 13:16:06 GMT]]></title><description><![CDATA[<p dir="auto">That makes perfect sense. :) sorry didn’t catch that…</p>
]]></description><link>https://forum.magicmirror.builders/post/1381</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1381</guid><dc:creator><![CDATA[brad]]></dc:creator><pubDate>Mon, 06 Jun 2016 13:16:06 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Mon, 06 Jun 2016 13:01:43 GMT]]></title><description><![CDATA[<p dir="auto"><code>maximumNumberOfDays</code> should be part of the <code>config</code> object:</p>
<pre><code>{
			module: 'calendar',
			header: 'Events',
			position: 'top_left',
			config: {
                                maximumNumberOfDays: 7,
				calendars: [
					{
						symbol: 'calendar-check-o ',
						url: 'https://calendar.google.com/calendar/ical/your-info'
					}
				]
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/1380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1380</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Mon, 06 Jun 2016 13:01:43 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Mon, 06 Jun 2016 13:01:16 GMT]]></title><description><![CDATA[<p dir="auto">Put it after config: { and it will work</p>
]]></description><link>https://forum.magicmirror.builders/post/1379</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1379</guid><dc:creator><![CDATA[Wilco89]]></dc:creator><pubDate>Mon, 06 Jun 2016 13:01:16 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar modification on Mon, 06 Jun 2016 13:00:59 GMT]]></title><description><![CDATA[<p dir="auto">Here is my info <a class="plugin-mentions-user plugin-mentions-a" href="/user/aarinsingh" aria-label="Profile: aarinsingh">@<bdi>aarinsingh</bdi></a> , it doesn’t crash but it is also not limiting the number of days. From what I can see at a quick glance is that this was using a method that may have been replaced in the load process for this module, because it seems to only be using the default for this setting. I may follow to code later and see how this is loading and why my setting is being ignored.</p>
<pre><code>{
			module: 'calendar',
			header: 'Events',
			position: 'top_left',
			maximumNumberOfDays: 7,
			config: {
				calendars: [
					{
						symbol: 'calendar-check-o ',
						url: 'https://calendar.google.com/calendar/ical/your-info'
					}
				]
			}
		},
</code></pre>
<hr />
<p dir="auto"><strong>Note from admin:</strong> Please use Markdown on code snippets!</p>
]]></description><link>https://forum.magicmirror.builders/post/1378</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1378</guid><dc:creator><![CDATA[brad]]></dc:creator><pubDate>Mon, 06 Jun 2016 13:00:59 GMT</pubDate></item></channel></rss>