A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
V2.6.0
-
MagicMirror² version 2.6.0 was just released:
https://github.com/MichMich/MagicMirror/releases/tag/v2.6.0A huge, huge, huge thanks to user @fewieden for all his hard work on the new experimental
weather
module![2.6.0] - 2019-01-01
ℹ️ Note: This update uses new dependencies. Please update using the following command:
git pull && npm install
. If you are having issues updating, make sure you are running the latest version of Node.✨ Experimental ✨
- New default module weather. This module will eventually replace the current
currentweather
andweatherforecast
modules. The new module is still pretty experimental, but it’s included so you can give it a try and help us improve this module. Please give us you feedback using this forum post.
A huge, huge, huge thanks to user @fewieden for all his hard work on the new
weather
module!Added
- Possibility to add classes to the cell of symbol, title and time of the events of calendar.
- Font-awesome 5, still has 4 for backwards compatibility.
- Missing
showEnd
in calendar documentation - Screenshot for the new feed module
- Screenshot for the compliments module
- Screenshot for the clock module
- Screenshot for the current weather
- Screenshot for the weather forecast module
- Portuguese translation for “Feels”
- Croatian translation
- Fading for dateheaders timeFormat in Calendar #1464
- Documentation for the existing
scale
option in the Weather Forecast module.
Fixed
- Allow to parse recurring calendar events where the start date is before 1900
- Fixed Polish translation for Single Update Info
- Ignore entries with unparseable details in the calendar module
- Bug showing FullDayEvents one day too long in calendar fixed
- Bug in newsfeed when
removeStartTags
is used on the description #1478
Updated
- The default calendar setting
showEnd
is changed tofalse
.
Changed
- The Weather Forecast module by default displays the ° symbol after every numeric value to be consistent with the Current Weather module.
- New default module weather. This module will eventually replace the current