<?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_monthly not displaying properly]]></title><description><![CDATA[<p dir="auto">Hello. I tried to search but didn’t find anything. I’m having problem for the dates not to display properly in calendar_monthly module. If I have language set to “fi” in config.js I only see the first decimal of the day. As you can see in the screenshot, yesterday was 13th of april but it only shows the “1”. If I set language to “en” it still cuts part of the “3” and other dates aswell. Anyone have any idea how to fix this?</p>
<p dir="auto"><img src="/assets/uploads/files/1523695510992-fi1.png" alt="0_1523695509246_fi1.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1523695520949-en1.png" alt="0_1523695519351_en1.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/6979/calendar_monthly-not-displaying-properly</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 16:04:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6979.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 14 Apr 2018 08:53:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to calendar_monthly not displaying properly on Tue, 17 Apr 2018 15:33:54 GMT]]></title><description><![CDATA[<p dir="auto">Ok, got it. Adding config option for cssStyle to clean did it for me, like this</p>
<pre><code>config: {
        cssStyle: 'clean',
        	}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/38566</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38566</guid><dc:creator><![CDATA[dmd]]></dc:creator><pubDate>Tue, 17 Apr 2018 15:33:54 GMT</pubDate></item></channel></rss>