<?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-Multimonth]]></title><description><![CDATA[<h1>MagicMirror Module to display a calendar with multiple months</h1>
<p dir="auto">A mini-calendar with as many months as the user wants, assuming screen space is available.</p>
<p dir="auto"><img src="/assets/uploads/files/1601838249819-vert-noweek-norep.png" alt="vert-noweek-norep.png" class=" img-fluid img-markdown" /> <br /></p>
<p dir="auto"><img src="/assets/uploads/files/1601838265318-horz-noweeknum.png" alt="horz-noweeknum.png" class=" img-fluid img-markdown" /></p>
<h2>Download</h2>
<p dir="auto"><a href="https://www.github.com/BKeyport/MMM-Multimonth" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.github.com/BKeyport/MMM-Multimonth</a><br />
[card:BKeyport/MMM-Multimonth]</p>
<h2>Installation</h2>
<p dir="auto">Clone this repository in your ~/MagicMirror/modules/ folder ( $ cd ~MagicMirror/modules/ ):</p>
<pre><code>git clone https://github.com/BKeyport/MMM-Multimonth.git
</code></pre>
<h2>Using the module</h2>
<p dir="auto">To use this module, add it to the modules array in the config/config.js file:</p>
<pre><code>{
  module: 'MMM-Multimonth',
	position: 'top_left', // can be any of the postions
	config: { // Optional - will default to 3 months, with one previous and one next. 
	  startMonth: -1, // Define when you start from current month (negative is before current, zero is current, positive is in future) 
         monthCount: 3, //  How many months to display 
         highlightWeekend: false // highlightWeekend if desired, set to true. 
	}
}
</code></pre>
<p dir="auto">Many thanks to kirash for the inspiration with the monthly_calendar module, sdetweil and lavolp3 for the help in coding and CSS work. Without your help, this would just be a pipe dream.</p>
<p dir="auto">This is a basic module, but I felt it was good enough for release to the public.</p>
<p dir="auto">Please, if you have any suggestions for improvement, let me know, I’m learning Javascript and CSS as I write this, and I dream of much bigger things.</p>
<p dir="auto">~~Localization is provided by moment.js and controlled by the master language of MagicMirror. Please file any errors with localizations as bugs with the moment.js team - <a href="https://github.com/moment/moment/~~" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/moment/moment/~~</a></p>
<p dir="auto">Please see github for version info and further instructions.</p>
]]></description><link>https://forum.magicmirror.builders/topic/12623/mmm-multimonth</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 01:40:02 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12623.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Apr 2020 09:23:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Multimonth on Thu, 14 Aug 2025 21:51:51 GMT]]></title><description><![CDATA[<p dir="auto">Effective 8/14/2025 - <a class="plugin-mentions-user plugin-mentions-a" href="/user/dathbe" aria-label="Profile: dathbe">@<bdi>dathbe</bdi></a> has been provided contributor role in my active modules. I’m not ready to turn them over full time, however, I am glad that someone is willing to work with them. I no longer use the modules myself and I’m welcoming a fresh view on the topic, and hopefully the project will continue in a more effective way, including clean up and improvement of my pre-amateur code.</p>
<p dir="auto">Thanks for the support over my time handling this code - and if I do decide to pick it back up, I know that it is in good hands.</p>
<p dir="auto">– Brendan</p>
]]></description><link>https://forum.magicmirror.builders/post/127886</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127886</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Thu, 14 Aug 2025 21:51:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Thu, 05 Dec 2024 14:08:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a>  Thanks a lot. It’s working…</p>
]]></description><link>https://forum.magicmirror.builders/post/121726</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121726</guid><dc:creator><![CDATA[Niggich]]></dc:creator><pubDate>Thu, 05 Dec 2024 14:08:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Wed, 04 Dec 2024 23:48:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/niggich" aria-label="Profile: Niggich">@<bdi>Niggich</bdi></a> The default CSS keeps it tight - because that’s how I like it.</p>
<p dir="auto">However, it’s easy to change.</p>
<p dir="auto">in your <code>magicmirror/css</code> directory, there should be a file named <code>custom.css</code> - in that file, paste the following, and modify it to suit.</p>
<pre><code>/* Month Padding */
.MMM-Multimonth .month {
  padding: 0px;
}
</code></pre>
<p dir="auto">Cheers.</p>
]]></description><link>https://forum.magicmirror.builders/post/121716</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121716</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Wed, 04 Dec 2024 23:48:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Wed, 04 Dec 2024 16:47:39 GMT]]></title><description><![CDATA[<p dir="auto">Hallo guys,</p>
<p dir="auto">nice Module, but I have one Question. Why there is no Space between the months? thanks al lot!</p>
<p dir="auto"><img src="/assets/uploads/files/1733330840414-bildschirmfoto-2024-12-04-um-17.46.00.png" alt="Bildschirmfoto 2024-12-04 um 17.46.00.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/121699</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121699</guid><dc:creator><![CDATA[Niggich]]></dc:creator><pubDate>Wed, 04 Dec 2024 16:47:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Mon, 10 Jun 2024 02:12:01 GMT]]></title><description><![CDATA[<p dir="auto">I am upgrading the module. Uploading a new release as soon as I’m done posting this.</p>
<p dir="auto"><strong>This change is breaking old CSS.</strong></p>
<p dir="auto"><em>Re-read the <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a> before upgrading.</em></p>
<h4>Updating from prior to 08 Jun 2024:</h4>
CSS is changed - please check all customizations. Old Elements, values, etc. have been deleted.
<p dir="auto">The following CSS code is all you need in custom.css if all you’re changing is the colors and/or background edge rounding:</p>
<p dir="auto">(Key changes here: “current” has been changed to “today”, “background-week, color-week have been removed as redundant”)</p>
<p dir="auto">Most of the changes are to implement feature changes.</p>
<p dir="auto">Thanks for the support folks.</p>
]]></description><link>https://forum.magicmirror.builders/post/118186</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118186</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 10 Jun 2024 02:12:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Mon, 03 Jun 2024 18:17:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a><br />
You sir, are great.<br />
Thank you for being so patient.</p>
]]></description><link>https://forum.magicmirror.builders/post/118115</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118115</guid><dc:creator><![CDATA[p1lspeda]]></dc:creator><pubDate>Mon, 03 Jun 2024 18:17:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Mon, 03 Jun 2024 04:23:58 GMT]]></title><description><![CDATA[<p dir="auto">You’re missing one or two variables. I redid them. add</p>
<pre><code>--background-week: rgba(255, 255, 255, 0); 
</code></pre>
<p dir="auto">and it’ll snap into shape, assuming you’ve pulled the latest off github.</p>
<p dir="auto">Double check your list against my new one. Make sure all of them are there.</p>
]]></description><link>https://forum.magicmirror.builders/post/118100</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118100</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 03 Jun 2024 04:23:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sun, 02 Jun 2024 12:16:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a><br />
Thanks!<br />
Either I am doing something wrong (and cannot see it) or there is still an issue with getting the module fully transparent.<br />
After the update and my custom.css this is what it looks like:<br />
<img src="/assets/uploads/files/1717330512985-e0507ed0-d464-4510-a441-8babadf4bf37-image.png" alt="e0507ed0-d464-4510-a441-8babadf4bf37-image.png" class=" img-fluid img-markdown" /><br />
custom.css:</p>
<pre><code>/* MMM-Multimonth */
.MMM-Multimonth .settings {
 /*  --background-color: transparent; */
  --background-dimmed: rgba(255,255,255,0); /* var(--color-background);     /* For dimmed (previous/next month in current grid), use the global background color */
  --background-weekday: rgba(255,255,255,0); /*var(--color-background);    /* For normal days, use global background */
  --background-weekend: rgba(255,255,255,0); /*var(--color-background);    /* For the days defined as your weekend, change the background to cornflowerblue */
  --background-current: Grey;                       /* for the current day, change the background to yellow */
  --background-header: rgba(255,255,255,0); /*var(--color-background);     /* for the month and year line, use green background */
  --background-weekno: Grey;                        /* for the week number, use a grey background */
  --background-dow: rgba(255,255,255,0); /* var(--color-background);        /* For the days of the week, use global background */
  --color-weekday: var(--color-text);               /* For normal days, use global normal text */
  --color-weekend: var(--color-background);         /* For the days defined as your weekend, change the text to the background color */
  --color-current: var(--color-background);         /* for the current day, change the text to the background color */
  --color-dimmed: var(--color-text-dimmed);         /* For dimmed (previous/next month in current grid), use the global dimmed text color */
  --color-header: var(--color-text-bright);         /* for the header lines, use the global bright text color */
  --color-weekno: var(--color-text-bright);         /* for the week numbers, use the global bright text color */
  --color-dow: var(--color-text);                   /* for the days of the week header, use the global text color */
  --color-event: Red;                               /* For events, the color of the underline */
  --back-rounding: 8px;                             /* Set the radius of the background rounded edges. See documentation for border-radius elsewhere */
  --alignment: center;                              /* Adjust the text alignment */
}

</code></pre>
<p dir="auto">as you can see (my background is not black, it’s grey-ish atm).<br />
Thanks for all your help</p>
]]></description><link>https://forum.magicmirror.builders/post/118089</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118089</guid><dc:creator><![CDATA[p1lspeda]]></dc:creator><pubDate>Sun, 02 Jun 2024 12:16:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sun, 02 Jun 2024 01:12:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p1lspeda" aria-label="Profile: p1lspeda">@<bdi>p1lspeda</bdi></a> I have it fixed. Remove the old from custom.css and replace it with the following and then set whichever backgrounds you’d like as before. (<code>rgba(255, 255, 255, 0);</code>)</p>
<p dir="auto">Thanks for catching.</p>
<pre><code>.MMM-Multimonth .settings {
  --background-dimmed: var(--color-background);
  --background-weekday: var(--color-background);
  --background-weekend: cornflowerblue;
  --background-current: Yellow;
  --background-header: Green;
  --background-weekno: grey;
  --background-dow: var(--color-background);
  --background-week: var(--color-background);	
  --color-weekday: var(--color-text);
  --color-weekend: var(--color-background);
  --color-current: var(--color-background);
  --color-dimmed: var(--color-text-dimmed);
  --color-header: var(--color-text-bright);
  --color-weekno: var(--color-text-bright);
  --color-day: var(--color-text);
  --color-dow: var(--color-text);
  --color-event: Red;
  --back-rounding: 8px;
  --alignment: center; 
  --fontsize: var(--font-size-xsmall);
}
</code></pre>
<p dir="auto">the custom “.current” part is also not needed.</p>
]]></description><link>https://forum.magicmirror.builders/post/118081</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118081</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sun, 02 Jun 2024 01:12:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sun, 02 Jun 2024 00:05:18 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> It’s easy fixes. I just reverted to a point where I had the proto-settings but not the actual use of them. 🤪🤪🤪</p>
]]></description><link>https://forum.magicmirror.builders/post/118080</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118080</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sun, 02 Jun 2024 00:05:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sat, 01 Jun 2024 22:34:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> remember to use the developers window</p>
]]></description><link>https://forum.magicmirror.builders/post/118076</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118076</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 01 Jun 2024 22:34:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sat, 01 Jun 2024 21:31:28 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> I’m assuming he wants to show a background image behind it.</p>
<p dir="auto"><strong>I have error(s) in my CSS.</strong></p>
<p dir="auto">The settings don’t work. I think I reverted a bit too far on my end.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p1lspeda" aria-label="Profile: p1lspeda">@<bdi>p1lspeda</bdi></a> - Give me 24-48 hours, I’ll fix this up by Sunday night, Los Angeles time.  Expect an update, of which, will include removal of the <code>.MMM-Multimonth .current </code> tag in custom.css - it won’t be needed.</p>
]]></description><link>https://forum.magicmirror.builders/post/118075</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118075</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sat, 01 Jun 2024 21:31:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sat, 01 Jun 2024 18:23:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p1lspeda" aria-label="Profile: p1lspeda">@<bdi>p1lspeda</bdi></a> full transparency,… isn’t the background black?</p>
<p dir="auto">what are you expecting?</p>
]]></description><link>https://forum.magicmirror.builders/post/118071</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118071</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 01 Jun 2024 18:23:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sat, 01 Jun 2024 18:11:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> said in <a href="/post/118066">MMM-Multimonth</a>:</p>
<blockquote>
<p dir="auto">rgba(255,255,255,0);</p>
</blockquote>
<p dir="auto">You are a star!<br />
Thanks - I got the rounded edges working.<br />
As for full transparency -  we’re not quite there yet.</p>
<p dir="auto">CSS:</p>
<pre><code>.MMM-Multimonth .settings {
 /*  --background-color: transparent; */
  --background-dimmed: rgba(255,255,255,0); /* var(--color-background);     /* For dimmed (previous/next month in current grid), use the global background color */
  --background-weekday: rgba(255,255,255,0); /*var(--color-background);    /* For normal days, use global background */
  --background-weekend: rgba(255,255,255,0); /*var(--color-background);    /* For the days defined as your weekend, change the background to cornflowerblue */
  --background-current: Grey;                       /* for the current day, change the background to yellow */
  --background-header: rgba(255,255,255,0); /*var(--color-background);     /* for the month and year line, use green background */
  --background-weekno: Grey;                        /* for the week number, use a grey background */
  --background-dow: rgba(255,255,255,0); /* var(--color-background);        /* For the days of the week, use global background */
  --color-weekday: var(--color-text);               /* For normal days, use global normal text */
  --color-weekend: var(--color-background);         /* For the days defined as your weekend, change the text to the background color */
  --color-current: var(--color-background);         /* for the current day, change the text to the background color */
  --color-dimmed: var(--color-text-dimmed);         /* For dimmed (previous/next month in current grid), use the global dimmed text color */
  --color-header: var(--color-text-bright);         /* for the header lines, use the global bright text color */
  --color-weekno: var(--color-text-bright);         /* for the week numbers, use the global bright text color */
  --color-dow: var(--color-text);                   /* for the days of the week header, use the global text color */
  --color-event: Red;                               /* For events, the color of the underline */
  --back-rounding: 8px;                             /* Set the radius of the background rounded edges. See documentation for border-radius elsewhere */
  --alignment: center;                              /* Adjust the text alignment */
}
</code></pre>
<p dir="auto">results in:<br />
<img src="/assets/uploads/files/1717265488229-af8f3db6-9bdf-411c-bccf-6cb2ec0794f7-image.png" alt="af8f3db6-9bdf-411c-bccf-6cb2ec0794f7-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Did I oversee something ?<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/118070</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118070</guid><dc:creator><![CDATA[p1lspeda]]></dc:creator><pubDate>Sat, 01 Jun 2024 18:11:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sat, 01 Jun 2024 12:05:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p1lspeda" aria-label="Profile: p1lspeda">@<bdi>p1lspeda</bdi></a> looks like I’ve got some work to do on the CSS - in looking up the solution, I found bugs.</p>
<p dir="auto">In your custom.css (~/MagicMirror/css typically) paste the code below:</p>
<pre><code>.MMM-Multimonth .settings {
  --background-dimmed: var(--color-background);
  --background-weekday: var(--color-background);
  --background-weekend: cornflowerblue;
  --background-current: Yellow;
  --background-header: Green;
  --background-weekno: grey;
  --background-dow: var(--color-background);
  --color-weekday: var(--color-text);
  --color-weekend: var(--color-background);
  --color-current: var(--color-background);
  --color-dimmed: var(--color-text-dimmed);
  --color-header: var(--color-text-bright);
  --color-weekno: var(--color-text-bright);
  --color-dow: var(--color-text);
  --color-event: Red;
  --back-rounding: 8px;
  --alignment: center; 
  --fontsize: var(--font-size-xsmall);
}
</code></pre>
<p dir="auto">any line that includes “–background” can be set to <code>rgba(255, 255, 255, 0)</code>  for transparent.</p>
<p dir="auto">example:<br />
<code>---background-weekday: rgba(255,255,255,0);</code></p>
<p dir="auto">See: <a href="https://www.w3schools.com/html/html_colors_rgb.asp" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.w3schools.com/html/html_colors_rgb.asp</a>  for details.</p>
<p dir="auto">(Note: the rest of the variables can also be set as you like, “back-rounding” for example, adjusts the rounded edges globally [except for current until below is added])</p>
<p dir="auto">For the current day to round the edges properly paste:</p>
<pre><code>.MMM-Multimonth .current {
  border-style: hidden;
  border-radius:  var(--back-rounding);
  border-color: var(--background-current);
  background-color: var(--background-current);
  color: var(--color-current);
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/118066</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118066</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sat, 01 Jun 2024 12:05:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sat, 01 Jun 2024 05:13:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
any idea on how I can achieve full background transparency with this module ?<br />
Currently this is it:<br />
<img src="/assets/uploads/files/1717218400089-a0063b34-07e3-48a3-9a88-ccad1c61f800-image.png" alt="a0063b34-07e3-48a3-9a88-ccad1c61f800-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Furthermore I’d like the day marking to have the same rounded edges as the week numbers.<br />
How do I achieve that ?</p>
<p dir="auto">Unfortunately I am not very experienced with css, so I most likely do not now how to ask the correct question - sorry for that.</p>
]]></description><link>https://forum.magicmirror.builders/post/118063</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118063</guid><dc:creator><![CDATA[p1lspeda]]></dc:creator><pubDate>Sat, 01 Jun 2024 05:13:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Fri, 10 May 2024 22:01:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/spinster" aria-label="Profile: Spinster">@<bdi>Spinster</bdi></a> Indeed. Something seems to have broken. I’ll fix it today.</p>
<p dir="auto">Edit:</p>
<p dir="auto">It appears I deleted it’s CSS. Backed off to fix - Repull the files, in the module folder do</p>
<pre><code>git pull
</code></pre>
<p dir="auto">and relaunch your mirror, it’ll work now.</p>
<p dir="auto">Starting to recode the project to incorporate the “Undocumented feature” I mentioned in previous git pushes - as well as make it easier to read and do in the future, and I guess I missed that when I redid the CSS.</p>
]]></description><link>https://forum.magicmirror.builders/post/117681</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117681</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 10 May 2024 22:01:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Fri, 10 May 2024 10:29:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a></p>
<p dir="auto">I find it even after setting the config for monthsVertical: true  it is still not showing vertical,<br />
Whay could be the problem. Please advice.</p>
]]></description><link>https://forum.magicmirror.builders/post/117645</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117645</guid><dc:creator><![CDATA[Spinster]]></dc:creator><pubDate>Fri, 10 May 2024 10:29:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Tue, 05 Dec 2023 17:52:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pugsly" aria-label="Profile: pugsly">@<bdi>pugsly</bdi></a> in your custom.css file, change as desired, everything is based off the MagicMirror fonts:</p>
<pre><code>.MMM-Multimonth .settings {
  --background-dimmed: var(--color-background);
  --background-weekday: var(--color-background);
  --background-weekend: cornflowerblue;
  --background-current: Yellow;
  --background-header: Green;
  --background-weekno: grey;
  --background-dow: var(--color-background);
  --color-weekday: var(--color-text);
  --color-weekend: var(--color-background);
  --color-current: var(--color-background);
  --color-dimmed: var(--color-text-dimmed);
  --color-header: var(--color-text-bright);
  --color-weekno: var(--color-text-bright);
  --color-dow: var(--color-text);
  --color-event: Red;
  --back-rounding: 8px;
  --alignment: center; 
  --fontsize: --var(--font-size-xsmall);
}
</code></pre>
<p dir="auto">If you’re talking about the undocumented feature, It’s not ready yet, I just had some critical updates caught in the crossfire of forgetting to build on a dev branch. :)</p>
<p dir="auto">Also, you may want to scrub any previous custom.css for the module out and start over, a lot of the module’s css changed when I did the “one entry to rule them all” functionality above, and it may be confused a bit. This was mentioned in an older release.</p>
]]></description><link>https://forum.magicmirror.builders/post/113059</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113059</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Tue, 05 Dec 2023 17:52:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Tue, 05 Dec 2023 16:33:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a><br />
How do you change the font and size now?</p>
]]></description><link>https://forum.magicmirror.builders/post/113056</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113056</guid><dc:creator><![CDATA[pugsly]]></dc:creator><pubDate>Tue, 05 Dec 2023 16:33:45 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Wed, 17 May 2023 20:36:24 GMT]]></title><description><![CDATA[<p dir="auto">New update to this module: Event visualization is now controllable by calendar.</p>
<p dir="auto">Please see github for adjustments - Pay attention to “calNames” .</p>
<p dir="auto">As always, module requires default calendar for functionality, but does not require display of said calendar.</p>
<p dir="auto">Enjoy!<br />
– B</p>
]]></description><link>https://forum.magicmirror.builders/post/109397</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109397</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Wed, 17 May 2023 20:36:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Mon, 28 Nov 2022 05:41:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mz-ber" aria-label="Profile: MZ-BER">@<bdi>MZ-BER</bdi></a> To be honest, I forgot to add the code to turn it off. Was gonna fix something else and re-release in a couple of days.</p>
]]></description><link>https://forum.magicmirror.builders/post/106221</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106221</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 28 Nov 2022 05:41:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sun, 27 Nov 2022 15:57:27 GMT]]></title><description><![CDATA[<p dir="auto">Thank you! Is there also an option to disable it or can I only hide that via css?</p>
]]></description><link>https://forum.magicmirror.builders/post/106161</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106161</guid><dc:creator><![CDATA[MZ-BER]]></dc:creator><pubDate>Sun, 27 Nov 2022 15:57:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Multimonth on Sun, 27 Nov 2022 03:11:09 GMT]]></title><description><![CDATA[<p dir="auto">Another big update.</p>
<p dir="auto">Event visualization is now working. Module will underline in a color of your choice (see css in <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a>) for any event pulled from MagicMirror’s default calendar module.</p>
<p dir="auto">Other tweaks have occurred. Please read the readme completely to upgrade.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/106145</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106145</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sun, 27 Nov 2022 03:11:09 GMT</pubDate></item></channel></rss>