<?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[Trying to display a month view with MMM-CalendarExt]]></title><description><![CDATA[<p dir="auto">It feels like I’ve tried everything. What I’d like to do is display a month view showing events on the day, to replicate what a paper calendar looks like. I have been trying things for days, and I can’t get a month view to show up.</p>
]]></description><link>https://forum.magicmirror.builders/topic/10964/trying-to-display-a-month-view-with-mmm-calendarext</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 09:16:50 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10964.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Aug 2019 04:04:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Thu, 15 Aug 2019 22:27:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cliffordw" aria-label="Profile: CliffordW">@<bdi>CliffordW</bdi></a> were you able to get your google calendar to show up?</p>
]]></description><link>https://forum.magicmirror.builders/post/60131</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60131</guid><dc:creator><![CDATA[Fr8Trayne]]></dc:creator><pubDate>Thu, 15 Aug 2019 22:27:08 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Thu, 15 Aug 2019 16:46:56 GMT]]></title><description><![CDATA[<p dir="auto">@Sean  Great! I got it to show up, but the moment I change the calendar to my public (yes I made it public) and the private calendar it disappears. It is in the .ics format. Almost there. Once I get this up I’ll work on the configurations. Thanks for your help sean.</p>
]]></description><link>https://forum.magicmirror.builders/post/60121</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60121</guid><dc:creator><![CDATA[Fr8Trayne]]></dc:creator><pubDate>Thu, 15 Aug 2019 16:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Thu, 15 Aug 2019 15:57:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fr8trayne" aria-label="Profile: Fr8Trayne">@<bdi>Fr8Trayne</bdi></a><br />
<a href="http://mlb.am/tix/mariners_schedule_full" target="_blank" rel="noopener noreferrer nofollow ugc">http://mlb.am/tix/mariners_schedule_full</a> is expired so there is no event at all in that URL. If you want to test, try this url webcal://ics.fixtur.es/v2/tottenham-hotspur.ics</p>
<pre><code class="language-js">{
  module: 'MMM-CalendarExt',
  config: {
    system: {
      show: ["daily"],
    },
    calendars :[
      {
        url: "webcal://ics.fixtur.es/v2/tottenham-hotspur.ics"
      },
    ],
  }
},
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1565884675561-a.png" alt="0_1565884675109_a.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/60114</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60114</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 15 Aug 2019 15:57:59 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Thu, 15 Aug 2019 15:48:43 GMT]]></title><description><![CDATA[<p dir="auto">@Sean</p>
<p dir="auto">Thanks I have added both the system and show with no results. To be completely transparent, in my testings I have gone from the simple example to fully writing out all configurations found on the Module’s configuration page without seeing anything. I’m just trying to see the module show up at all.</p>
]]></description><link>https://forum.magicmirror.builders/post/60112</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60112</guid><dc:creator><![CDATA[Fr8Trayne]]></dc:creator><pubDate>Thu, 15 Aug 2019 15:48:43 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Thu, 15 Aug 2019 06:46:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fr8trayne" aria-label="Profile: Fr8Trayne">@<bdi>Fr8Trayne</bdi></a><br />
You need <code>system.show</code> filed to set which views to show.</p>
<pre><code class="language-js">config: {
  system: {
    show: ["daily", "upcoming"], // or any views you need.
    ...
  },
  ...
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/60093</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60093</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 15 Aug 2019 06:46:43 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Thu, 15 Aug 2019 00:47:13 GMT]]></title><description><![CDATA[<p dir="auto">@Sean I have been working on trying to get MMM-CalendarExt to show up on a page using MMM-Pages. I have tried all the suggestions I’ve seen, but no luck. Would you mind seeing what I’m doing wrong?</p>
<p dir="auto">I’m using the following 3rd party modules: (Just in case there is a known interference with these other modules.</p>
<ul>
<li>MMM-NowPlayingOnSpotify</li>
<li>MMM-page-Indicator</li>
<li>MMM- pages</li>
<li>MMM-Page-Selector</li>
<li>MMM - PushBulletNotifications</li>
</ul>
<p dir="auto">I’m using this code from the configuration page.<br />
{<br />
module: ‘MMM-CalendarExt’,<br />
position: “fullscreen_bottom”,<br />
config: {<br />
calendars: [<br />
{<br />
url: “<a href="http://mlb.am/tix/mariners_schedule_full" target="_blank" rel="noopener noreferrer nofollow ugc">http://mlb.am/tix/mariners_schedule_full</a>”<br />
}<br />
]<br />
}<br />
},</p>
<p dir="auto">I know I’m missing something  simple. This looks like an amazing module and can’t wait to use it. I’ve tried almost everything I know. Thanks in advance for any support your have on this.</p>
]]></description><link>https://forum.magicmirror.builders/post/60090</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60090</guid><dc:creator><![CDATA[Fr8Trayne]]></dc:creator><pubDate>Thu, 15 Aug 2019 00:47:13 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Wed, 14 Aug 2019 17:05:41 GMT]]></title><description><![CDATA[<p dir="auto">I figured I was doing something dumb, thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/60082</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60082</guid><dc:creator><![CDATA[CliffordW]]></dc:creator><pubDate>Wed, 14 Aug 2019 17:05:41 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Wed, 14 Aug 2019 16:10:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cliffordw" aria-label="Profile: CliffordW">@<bdi>CliffordW</bdi></a><br />
There is no position like “center” on magicmirror.<br />
If you want to show “month” view, I recommend to set the position <code>"fullscreen_below"</code> or <code>"bottom_bar"</code>.(<strong>fullscreen</strong> or <strong>bar</strong>) Other position is too or somewhat small to display <code>month</code> view.</p>
<p dir="auto"><img src="/assets/uploads/files/1565799017545-t1.png" alt="0_1565799017104_t1.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/60081</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60081</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 14 Aug 2019 16:10:20 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Wed, 14 Aug 2019 16:03:45 GMT]]></title><description><![CDATA[<p dir="auto">@Sean  Thanks for trying to help. Now, when I start MM, I just get a blank screen.</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var config = {
	address: "localhost", // 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, is "localhost"
	port: 8080,
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // 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"],

	language: "en",
	timeFormat: 12,
	units: "metric",
	 
	modules: [
		{
			module: 'MMM-CalendarExt',
			position: "center", //anywhere. It is not related to real position of view
			config: { // Read below
				system:{
					show: ['month'],
					redrawInterval: 30*60*1000
				},
				defaultView: {
						position: 'center',
				},
				calendars: [
					{
						url: "https://calendar.google.com/calendar/ical/en.canadian%23holiday%40group.v.calendar.google.com/public/basic.ics"
					}
				
				],
			
			}
		}
	]
 };

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/60080</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60080</guid><dc:creator><![CDATA[CliffordW]]></dc:creator><pubDate>Wed, 14 Aug 2019 16:03:45 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to display a month view with MMM-CalendarExt on Wed, 14 Aug 2019 06:51:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cliffordw" aria-label="Profile: CliffordW">@<bdi>CliffordW</bdi></a><br />
Have you added this into your configuration?</p>
<pre><code class="language-js">system: {
  show: ["month"],
},
</code></pre>
<p dir="auto">Show me your configuration of that module.</p>
]]></description><link>https://forum.magicmirror.builders/post/60071</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60071</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 14 Aug 2019 06:51:47 GMT</pubDate></item></channel></rss>