A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • V2.1.X Updates

    Locked
    4
    11 Votes
    4 Posts
    17k Views
    MichMichM
    On this perfect day where Max Verstappen won the Malaysian Grand Prix F1 Race, we can welcome the next release of the MagicMirror framework. Version 2.1.3. A lot of love for everyone that contributed! https://github.com/MichMich/MagicMirror/releases/tag/v.2.1.3 [2.1.3] - 2017-10-01 Note: This update uses new dependencies. Please update using the following command: git pull && npm install Changed Remove Roboto fonts files inside fonts and these are installed by npm install command. Added Add clientonly script to start only the electron client for a remote server. Add symbol and color properties of event when CALENDAR_EVENTS notification is broadcasted from default/calendar module. Add .vscode/ folder to .gitignore to keep custom Visual Studio Code config out of git. Add unit test the capitalizeFirstLetter function of newfeed module. Add new unit tests for function shorten in calendar module. Add new unit tests for function getLocaleSpecification in calendar module. Add unit test for js/class.js. Add unit tests for function roundValue in currentweather module. Add test e2e showWeek feature in spanish language. Add warning Log when is used old authentication method in the calendar module. Add test e2e for helloworld module with default config text. Add ability for currentweather module to display indoor humidity via INDOOR_HUMIDITY notification. Add Welsh (Cymraeg) translation. Add Slack badge to Readme. Updated Changed ‘default.js’ - listen on all attached interfaces by default. Add execution of npm list after the test are ran in Travis CI. Change hooks for the vendors e2e tests. Add log when clientonly failed on starting. Add warning color when are using full ip whitelist. Set version of the express-ipfilter on 0.3.1. Fixed Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM. Fixed ipWhitelist behaviour to make empty whitelist ([]) allow any and all hosts access to the MM. Fixed issue with calendar module where ‘excludedEvents’ count towards ‘maximumEntries’. Fixed issue with calendar module where global configuration of maximumEntries was not overridden by calendar specific config (see module doc). Fixed issue where this.file(filename) returns a path with two hashes. Workaround for the WeatherForecast API limitation.
  • V2.0.X Updates

    Locked
    5
    0 Votes
    5 Posts
    7k Views
    MichMichM
    Wait no longer. The next update is here: v2.0.5 https://github.com/MichMich/MagicMirror/releases/tag/v2.0.5 [2.0.5] - 2016-09-20 Added Added ability to remove tags from the beginning or end of newsfeed items in ‘newsfeed.js’. Added ability to define “the day after tomorrow” for calendar events (Definition for German and Dutch already included). Added CII Badge (we are compliant with the CII Best Practices) Add support for doing http basic auth when loading calendars Add the abilty to turn off and on the date display in the Clock Module Fixed Fix typo in installer. Add message to unsupported Pi error to mention that Pi Zeros must use server only mode, as ARMv6 is unsupported. Closes #374. Fix API url for weather API. Updated Force fullscreen when kioskmode is active. Update the .github templates and information with more modern information. Update the Gruntfile with a more functional StyleLint implementation.
  • MagicMirror² v2.0.0. Released

    2
    2 Votes
    2 Posts
    5k Views
    MichMichM
    :fireworks: I’ve just released MagicMirror² :fireworks: To make sure everything is future proof, I’ve moved around some branches on GitHub: The old version is now the v1.0.0 branch. The stable release is now the master branch. The development release is now the develop branch. If you send an Pull Request, make sure you’re using the development branch. Enjoy using your MagicMirror²!