<?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[Since the update calendar too wide]]></title><description><![CDATA[<p dir="auto">Hello, since the update, the calendar is always on full width. No matter what you type at “maxTitleLength”.</p>
]]></description><link>https://forum.magicmirror.builders/topic/5039/since-the-update-calendar-too-wide</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 23:19:15 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5039.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Oct 2017 07:30:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Since the update calendar too wide on Fri, 13 Oct 2017 20:29:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/onetwankyfive" aria-label="Profile: onetwankyfive">@<bdi>onetwankyfive</bdi></a></p>
<p dir="auto">Adding the config option after each calendar worked for me. Thanks for the help!</p>
]]></description><link>https://forum.magicmirror.builders/post/29517</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29517</guid><dc:creator><![CDATA[orayoflighto]]></dc:creator><pubDate>Fri, 13 Oct 2017 20:29:41 GMT</pubDate></item><item><title><![CDATA[Reply to Since the update calendar too wide on Fri, 13 Oct 2017 17:37:53 GMT]]></title><description><![CDATA[<p dir="auto">try the flag maximumEntries: ‘10’, in your config file right after the calendar you are displaying</p>
<p dir="auto">symbol: 'headphones ',<br />
url: ‘<a href="https://google.com/public/basic.ics%E2%80%99" target="_blank" rel="noopener noreferrer nofollow ugc">https://google.com/public/basic.ics’</a>,<br />
maximumEntries: ‘10’,<br />
maxTitleLength:‘30’</p>
<p dir="auto">I miss the way the old calendar did max 10 no matter how many calendars you were calling in the config</p>
]]></description><link>https://forum.magicmirror.builders/post/29499</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29499</guid><dc:creator><![CDATA[onetwankyfive]]></dc:creator><pubDate>Fri, 13 Oct 2017 17:37:53 GMT</pubDate></item><item><title><![CDATA[Reply to Since the update calendar too wide on Thu, 12 Oct 2017 22:46:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> said in <a href="/post/28918">Since the update calendar too wide</a>:</p>
<blockquote>
<p dir="auto">maxTitleLength</p>
</blockquote>
<p dir="auto">I am having the same problem. I updated recently and maxTitleLength no longer is working.</p>
]]></description><link>https://forum.magicmirror.builders/post/29442</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29442</guid><dc:creator><![CDATA[orayoflighto]]></dc:creator><pubDate>Thu, 12 Oct 2017 22:46:31 GMT</pubDate></item><item><title><![CDATA[Reply to Since the update calendar too wide on Tue, 03 Oct 2017 16:20:55 GMT]]></title><description><![CDATA[<p dir="auto">same here with “maximumEntries”. Doesn’t work anymore. I see all of them, 30 or 35.</p>
]]></description><link>https://forum.magicmirror.builders/post/28945</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28945</guid><dc:creator><![CDATA[djsunrise19]]></dc:creator><pubDate>Tue, 03 Oct 2017 16:20:55 GMT</pubDate></item><item><title><![CDATA[Reply to Since the update calendar too wide on Tue, 03 Oct 2017 13:30:02 GMT]]></title><description><![CDATA[<p dir="auto">Ok that works, thank you. Nevertheless, there are still problems with the calendar. “timeFormat”, “getRelative” and “urgency” do not work either.<br />
My PIR sensor does not work properly either.<br />
I think everything again to make completely new.</p>
]]></description><link>https://forum.magicmirror.builders/post/28929</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28929</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Tue, 03 Oct 2017 13:30:02 GMT</pubDate></item><item><title><![CDATA[Reply to Since the update calendar too wide on Tue, 03 Oct 2017 12:45:45 GMT]]></title><description><![CDATA[<p dir="auto">An other option is working with variables in your custom CSS-file and making all of your modules the same width. Changing the width is than done only on one place in your custom CSS-file.</p>
<p dir="auto">Try this in your custom.css and ad all your modules to it.</p>
<pre><code>/* Vars */
:root {
	/* Width for all modules */
	--mod-width	: 310px;			/* only px no % */
}

/* Make all modules same width */ 
.clock {
	width	: var(--mod-width);
}
.calendar {
	width	: var(--mod-width);
}
</code></pre>
<p dir="auto">I do the same with colors I use in my custom CSS-file.</p>
]]></description><link>https://forum.magicmirror.builders/post/28928</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28928</guid><dc:creator><![CDATA[pjkoeleman]]></dc:creator><pubDate>Tue, 03 Oct 2017 12:45:45 GMT</pubDate></item><item><title><![CDATA[Reply to Since the update calendar too wide on Tue, 03 Oct 2017 11:10:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> said in <a href="/post/28918">Since the update calendar too wide</a>:</p>
<blockquote>
<p dir="auto">Hello, since the update, the calendar is always on full width. No matter what you type at “maxTitleLength”.</p>
</blockquote>
<p dir="auto">You could try this in your custom.css file and adjust accordingly.</p>
<pre><code>.calendar {
  width: 300px;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/28925</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28925</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 03 Oct 2017 11:10:35 GMT</pubDate></item></channel></rss>