<?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[Default Calendar dont show the private Google Calendar]]></title><description><![CDATA[<p dir="auto">253/5000<br />
Hi<br />
in my config are 5 Google Calender inserted.</p>
<p dir="auto">But my private calendar always shows “No entries available”.</p>
<p dir="auto">I have already tried the public and private ical address. Nothing works!</p>
<pre><code>		{
			module: 'calendar',
			header: 'Basti',
			position: 'top_left',
			config: {
				calendars: [
					{	symbol:'calendar-check-o',
						url: 'https://calendar.google.com/calendar/ical/eljgnpfjijfv4mt7jn5gsv8sq0%40group.calendar.google.com/public/basic.ics'
					}
				],
				maximumNumberOfDays: "14"
			}
		},
</code></pre>
<p dir="auto">Does anyone have a solution?</p>
]]></description><link>https://forum.magicmirror.builders/topic/8808/default-calendar-dont-show-the-private-google-calendar</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 11:15:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8808.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Sep 2018 18:46:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Default Calendar dont show the private Google Calendar on Thu, 27 Sep 2018 00:17:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dicous" aria-label="Profile: dicous">@<bdi>dicous</bdi></a></p>
<pre><code>{
            disabled: false,
            module: "calendar",
            header: "Basti",
            position: "bottom_center",
            config: {
                calendars: [{
                      symbol:'calendar-check-o',
                      url:'PUT YOUR URL FROM YOUR POST IN HERE AND IT WILL WORK'
                }]
            }
        },
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1538007383407-screenshot-from-2018-09-26-20-13-04.png" alt="0_1538007382870_Screenshot from 2018-09-26 20-13-04.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">You should edit your post to take out your private information</p>
]]></description><link>https://forum.magicmirror.builders/post/44790</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44790</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 27 Sep 2018 00:17:43 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar dont show the private Google Calendar on Thu, 27 Sep 2018 06:31:27 GMT]]></title><description><![CDATA[<p dir="auto">Oh so entschuldigung .</p>
<p dir="auto">ich habe den falschen Kalender gepostet.</p>
<p dir="auto">Hier ist der korrekte, welcher nicht funktioniert</p>
<pre><code>		{
			module: 'calendar',
			header: 'Basti',
			position: 'top_left',
			config: {
				calendars: [
					{	symbol:'calendar-check-o',
						url: 'xxx.ics'
					}
				],
				maximumNumberOfDays: "14"
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/44769</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44769</guid><dc:creator><![CDATA[Dicous]]></dc:creator><pubDate>Thu, 27 Sep 2018 06:31:27 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar dont show the private Google Calendar on Tue, 25 Sep 2018 23:25:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dicous" aria-label="Profile: dicous">@<bdi>dicous</bdi></a></p>
<p dir="auto">That url seems to work but it only shows one event.</p>
<p dir="auto"><strong>Urlaub - In a month</strong></p>
<p dir="auto"><img src="/assets/uploads/files/1537917858119-capture.png" alt="0_1537917857056_Capture.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/44758</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44758</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 25 Sep 2018 23:25:01 GMT</pubDate></item></channel></rss>