<?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[Calendar time - capitalize first letters]]></title><description><![CDATA[<p dir="auto">Currently the calendar times are only partly capitalized, some time phrases start with lower-case letters, some don’t<br />
(The ones pulled from the ‘translations’ folder start with upper-case letters):</p>
<p dir="auto"><img src="/uploads/files/1472855371315-calendar-now.png" alt="0_1472855369397_calendar-now.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I have changed this behavior in my calendar.js to create a more standardized layout:<br />
<img src="/uploads/files/1472857133008-calendar-changed.png" alt="0_1472857130558_calendar-changed.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also, <a href="https://github.com/MichMich/MagicMirror/pull/425" target="_blank" rel="noopener noreferrer nofollow ugc">I have sent a pull request to have my changes merged into the development branch</a>,<br />
so if you’d like to comment on this modification, feel free to do so :)</p>
]]></description><link>https://forum.magicmirror.builders/topic/580/calendar-time-capitalize-first-letters</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 15:16:02 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/580.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Sep 2016 22:42:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar time - capitalize first letters on Sun, 14 May 2017 14:37:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yo-less" aria-label="Profile: yo-less">@<bdi>yo-less</bdi></a> I want to do the same, what have you done so I can try to do the same on mine?<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/21580</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21580</guid><dc:creator><![CDATA[opensky727]]></dc:creator><pubDate>Sun, 14 May 2017 14:37:13 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar time - capitalize first letters on Sat, 01 Oct 2016 18:52:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yo-less" aria-label="Profile: yo-less">@<bdi>yo-less</bdi></a> lol. Missed that. 😂</p>
]]></description><link>https://forum.magicmirror.builders/post/5646</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/5646</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Sat, 01 Oct 2016 18:52:30 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar time - capitalize first letters on Sat, 01 Oct 2016 13:16:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michmich" aria-label="Profile: MichMich">@<bdi>MichMich</bdi></a> I agree with you, which is why you have merged what I have done already :D<br />
<a href="https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar</a></p>
]]></description><link>https://forum.magicmirror.builders/post/5621</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/5621</guid><dc:creator><![CDATA[yo-less]]></dc:creator><pubDate>Sat, 01 Oct 2016 13:16:07 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar time - capitalize first letters on Sat, 01 Oct 2016 13:12:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yo-less" aria-label="Profile: yo-less">@<bdi>yo-less</bdi></a> About that last part (getRelative). You might want to add info about it to the calendar readme.</p>
]]></description><link>https://forum.magicmirror.builders/post/5620</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/5620</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Sat, 01 Oct 2016 13:12:40 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar time - capitalize first letters on Sat, 03 Sep 2016 22:04:17 GMT]]></title><description><![CDATA[<p dir="auto">I have found another detail that bothered me. If the calendar is set to ‘relative, 6 hours before an event occurs the calendar would start showing the time in relative terms (for example: “In 5 hours” - but then it would stay that way until it would switch to “In 4 hours” an hour later, which is pretty confusing as far as I’m concerned. If I’'m not mistaken, it stays pretty vague until 45 minutes before the event when the countdown truly starts).</p>
<p dir="auto">I found this behavior rather counter-intuitive, as I might want to check the mirror to find out the exact time when an event starts. This is why I have introduced a tag <code>getRelative</code>, which can take any value between 0 and 48 hours. So if a user configures their calendar like this:</p>
<pre><code>modules: [
...
    {
        module: 'calendar',
        position: 'top_left',   
        config: {
               getRelative: 0.5
          }
        }
    },
...

</code></pre>
<p dir="auto">their events start getting relative half an hour before the event (“In 30 minutes”), if they decide they don’t like relative times at all, they can set it like this: <code>getRelative: 0</code>. This way, it is easier for users to customize the calendar’s relative behavior to their needs.</p>
<p dir="auto">This is now included in my <a href="https://github.com/MichMich/MagicMirror/pull/425" target="_blank" rel="noopener noreferrer nofollow ugc">pull request</a>.</p>
<p dir="auto">On a related note: Can anybody tell me why there is a <code>timeFormat: absolute</code> option? I set my calendar to <code>absolute</code> but didn’t notice any difference.</p>
]]></description><link>https://forum.magicmirror.builders/post/4388</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4388</guid><dc:creator><![CDATA[yo-less]]></dc:creator><pubDate>Sat, 03 Sep 2016 22:04:17 GMT</pubDate></item></channel></rss>