<?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[V2.7.0]]></title><description><![CDATA[<p dir="auto">MagicMirror² version 2.7.0 was just released:<br />
<a href="https://github.com/MichMich/MagicMirror/releases/tag/v2.7.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/releases/tag/v2.7.0</a></p>
<p dir="auto">❤️ <strong>Donate:</strong> Enjoying MagicMirror²? <a href="https://magicmirror.builders/donate" target="_blank" rel="noopener noreferrer nofollow ugc">Please consider a donation!</a> With your help we can continue to improve the MagicMirror² core.</p>
<h2>[2.7.0] - 2019-04-01</h2>
<p dir="auto">ℹ️ <strong>Note:</strong> This update uses new dependencies. Please update using the following command: <code>git pull &amp;&amp; npm install</code>. If you are having issues running Electron, make sure your <a href="https://www.raspberrypi.org/documentation/raspbian/updating.md" target="_blank" rel="noopener noreferrer nofollow ugc">Raspbian is up to date</a>.</p>
<h3>Added</h3>
<ul>
<li>Italian translation for “Feels”</li>
<li>Basic Klingon (tlhIngan Hol) translations</li>
<li>Disabled the screensaver on raspbian with installation script</li>
<li>Added option to truncate the number of vertical lines a calendar item can span if <code>wrapEvents</code> is enabled.</li>
<li>Danish translation for “Feels” and “Weeks”</li>
<li>Added option to split multiple day events in calendar to separate numbered events</li>
<li>Slovakian translation</li>
<li>Alerts now can contain Font Awesome icons</li>
<li>Notifications display time can be set in request</li>
<li>Newsfeed: added support for <code>ARTICLE_INFO_REQUEST</code> notification</li>
<li>Add <code>name</code> config option for calendars to be sent along with event broadcasts</li>
</ul>
<h3>Updated</h3>
<ul>
<li>Bumped the Electron dependency to v3.0.13 to support the most recent Raspbian. <a href="https://github.com/MichMich/MagicMirror/issues/1500" target="_blank" rel="noopener noreferrer nofollow ugc">#1500</a></li>
<li>Updated modernizr code in alert module, fixed a small typo there too</li>
<li>More verbose error message on console if the config is malformed</li>
<li>Updated installer script to install Node.js version 10.x</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed temperature displays in currentweather and weatherforecast modules <a href="https://github.com/MichMich/MagicMirror/issues/1503" target="_blank" rel="noopener noreferrer nofollow ugc">#1503</a>, <a href="https://github.com/MichMich/MagicMirror/issues/1511" target="_blank" rel="noopener noreferrer nofollow ugc">#1511</a>.</li>
<li>Fixed unhandled error on bad git data in updatenotification module <a href="https://github.com/MichMich/MagicMirror/issues/1285" target="_blank" rel="noopener noreferrer nofollow ugc">#1285</a>.</li>
<li>Weather forecast now works with openweathermap in new weather module. Daily data are displayed, see issue <a href="https://github.com/MichMich/MagicMirror/issues/1504" target="_blank" rel="noopener noreferrer nofollow ugc">#1504</a>.</li>
<li>Fixed analogue clock border display issue where non-black backgrounds used (previous fix for issue 611)</li>
<li>Fixed compatibility issues caused when modules request different versions of Font Awesome, see issue <a href="https://github.com/MichMich/MagicMirror/issues/1522" target="_blank" rel="noopener noreferrer nofollow ugc">#1522</a>. MagicMirror now uses <a href="https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#shims" target="_blank" rel="noopener noreferrer nofollow ugc">Font Awesome 5 with v4 shims included for backwards compatibility</a>.</li>
<li>Installation script problems with raspbian</li>
<li>Calendar: only show repeating count if the event is actually repeating <a href="https://github.com/MichMich/MagicMirror/pull/1534" target="_blank" rel="noopener noreferrer nofollow ugc">#1534</a></li>
<li>Calendar: Fix exdate handling when multiple values are specified (comma separated)</li>
<li>Calendar: Fix relative date handling for fulldate events, calculate difference always from start of day  <a href="https://github.com/MichMich/MagicMirror/issues/1572" target="_blank" rel="noopener noreferrer nofollow ugc">#1572</a></li>
<li>Fix null dereference in moduleNeedsUpdate when the module isn’t visible</li>
<li>Calendar: Fixed event end times by setting default calendarEndTime to “LT” (Local time format). [#1479]</li>
<li>Calendar: Fixed missing calendar fetchers after server process restarts <a href="https://github.com/MichMich/MagicMirror/issues/1589" target="_blank" rel="noopener noreferrer nofollow ugc">#1589</a></li>
<li>Notification: fixed background color (was white text on white background)</li>
<li>Use getHeader instead of data.header when creating the DOM so overwriting the function also propagates into it</li>
<li>Fix documentation of <code>useKMPHwind</code> option in currentweather</li>
</ul>
<h3>New weather module</h3>
<ul>
<li>Fixed weather forecast table display <a href="https://github.com/MichMich/MagicMirror/issues/1499" target="_blank" rel="noopener noreferrer nofollow ugc">#1499</a>.</li>
<li>Dimmed loading indicator for weather forecast.</li>
<li>Implemented config option <code>decimalSymbol</code> <a href="https://github.com/MichMich/MagicMirror/issues/1499" target="_blank" rel="noopener noreferrer nofollow ugc">#1499</a>.</li>
<li>Aligned indoor values in current weather vertical <a href="https://github.com/MichMich/MagicMirror/issues/1499" target="_blank" rel="noopener noreferrer nofollow ugc">#1499</a>.</li>
<li>Added humidity support to nunjuck unit filter.</li>
<li>Do not display degree symbol for temperature in Kelvin <a href="https://github.com/MichMich/MagicMirror/issues/1503" target="_blank" rel="noopener noreferrer nofollow ugc">#1503</a>.</li>
<li>Weather forecast now works with openweathermap for both, <code>/forecast</code> and <code>/forecast/daily</code>, in new weather module. If you use the <code>/forecast</code>-weatherEndpoint, the hourly data are converted to daily data, see issues <a href="https://github.com/MichMich/MagicMirror/issues/1504" target="_blank" rel="noopener noreferrer nofollow ugc">#1504</a>, <a href="https://github.com/MichMich/MagicMirror/issues/1513" target="_blank" rel="noopener noreferrer nofollow ugc">#1513</a>.</li>
<li>Added fade, fadePoint and maxNumberOfDays properties to the forecast mode <a href="https://github.com/MichMich/MagicMirror/issues/1516" target="_blank" rel="noopener noreferrer nofollow ugc">#1516</a></li>
<li>Fixed Loading string and decimalSymbol string replace <a href="https://github.com/MichMich/MagicMirror/issues/1538" target="_blank" rel="noopener noreferrer nofollow ugc">#1538</a></li>
<li>Show Snow amounts in new weather module <a href="https://github.com/MichMich/MagicMirror/issues/1545" target="_blank" rel="noopener noreferrer nofollow ugc">#1545</a></li>
<li>Added <a href="http://weather.gov" target="_blank" rel="noopener noreferrer nofollow ugc">weather.gov</a> as a new weather provider for US locations</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/10187/v2-7-0</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 01:26:48 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10187.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Apr 2019 19:28:42 GMT</pubDate><ttl>60</ttl></channel></rss>