<?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[Google calendar loading, but not updating]]></title><description><![CDATA[<p dir="auto">I spent the last couple weeks setting up my MM and everything is going well, but I noticed recently that my google calendar has stopped updating.</p>
<p dir="auto">When I restart MM or change the config.js file, it seems to fetch the calendar and everything loads properly.  But as I make changes on the google calendar itself, the changes never seem to get pushed to the MM.</p>
<p dir="auto">Again, if I restart the MM or change the config.js, it seems to force a manual refresh of the calendar and everything looks up to date.  But, when I leave it run, an automatic refresh never seems to happen.</p>
<p dir="auto">The section of my config.js is below.  I made the fetch interval 30 seconds for testing purposes, but usually have it at the default of 5 min.</p>
<p dir="auto">Any thoughts?</p>
<pre><code>		{
			module: "calendar",
			position: "top_left",
			config: {
				calendars: [

					{
						symbol: "calendar-check",
						fetchInterval: 30000,
						url: "https://calendar.google.com/calendar/ical/&lt;xxxxxx&gt;/basic.ics",
						name: "joint_calendar"
					},
					
				{
						symbol: "calendar-check",
						fetchInterval: 30000,
						url: "https://calendar.google.com/calendar/ical/&lt;xxxxxx&gt;/basic.ics",
						name: "jimmy_calendar"
					},
	
					
				]
			}
		},

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/17987/google-calendar-loading-but-not-updating</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 09:54:59 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17987.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Sep 2023 03:36:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Google calendar loading, but not updating on Tue, 05 Sep 2023 16:09:52 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 - that seemed to have worked and makes sense!</p>
]]></description><link>https://forum.magicmirror.builders/post/110827</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110827</guid><dc:creator><![CDATA[jimmy_382837]]></dc:creator><pubDate>Tue, 05 Sep 2023 16:09:52 GMT</pubDate></item><item><title><![CDATA[Reply to Google calendar loading, but not updating on Tue, 05 Sep 2023 09:50:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimmy_382837" aria-label="Profile: jimmy_382837">@<bdi>jimmy_382837</bdi></a> the  fetchInterval  setting is for all calendars, not each.  so the default is 7 days now cause we were pounding on calendarlabs annual calendar every 30 minutes.</p>
<p dir="auto">so move the fetchInterval setting to right after the config:{ line in the module settings</p>
]]></description><link>https://forum.magicmirror.builders/post/110822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110822</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 05 Sep 2023 09:50:15 GMT</pubDate></item></channel></rss>