• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. MichMich
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 0
  • Followers 82
  • Topics 76
  • Posts 543
  • Groups 4

MichMich

@MichMich

Admin

Creator of the MagicMirror!

413
Reputation
21.8k
Profile views
543
Posts
82
Followers
0
Following
Joined Apr 29, 2016, 2:45 PM
Last Online May 14, 2024, 8:23 AM
Age 43
Website michaelteeuw.nl
Location Baarn, The Netherlands.

MichMich Unfollow Follow
Project Sponsor Core Contributors Module Developer Admin

Best posts made by MichMich

  • MagicMirror is voted number 1 in the MagPi Top 50!

    Unbelievable! MagicMirror is voted number 1 in the MagPi Top 50.

    Of all the awesome Raspberry Pi projects around the world, the Raspberry Pi community has chosen the MagicMirror project as the number one project. You guys can’t believe how extremely proud I am!

    For anyone who voted: thank you very very much!

    0_1475136740913_1C6B8953-91E7-4366-90A8-4097E491A1B4@lan.jpeg

    posted in Announcements
    M
    MichMich
    Sep 29, 2016, 8:12 AM
  • A New Chapter for MagicMirror: The Community Takes the Lead

    Dear MagicMirror Community,

    As we step into 2024, MagicMirror marks a significant milestone - a decade of innovation, collaboration, and growth. Ten years ago, I embarked on an incredible journey with the inception of the MagicMirror project on GitHub. It has been an honor and a privilege to witness this project evolve, driven by the passion and dedication of a vibrant and creative community.

    However, life is an ever-changing tapestry, and with new priorities and paths unfolding for me, the time has come to make a pivotal decision. Recognizing that my ability to invest the energy and attention MagicMirror deserves is diminishing, I have decided that it is in the best interest of the project to transition its stewardship to those who can carry its legacy forward with renewed vigor and vision.

    Today, I am announcing the transfer of the MagicMirror repository to a new GitHub organization. This move is not an end, but rather a new beginning - a step towards transforming MagicMirror into a fully community-led project. It is my firm belief that this transition will open new avenues for innovation and growth, ensuring that MagicMirror continues to thrive and adapt in the ever-evolving tech landscape.

    I want to extend my heartfelt gratitude to everyone who has contributed to MagicMirror over the past decade. Your contributions, big and small, have been the lifeblood of this project, and I am deeply thankful for your support and enthusiasm.

    As we move forward, I want to assure you that this transition will be smooth and thoughtful. The repository’s shift to a new organization is just the first step in this transformation. In the future, we may also transition other components of the project, such as the website, forum, and servers, to ensure that MagicMirror continues to be supported and nurtured by its community.

    I am excited to see where you, the community, will take MagicMirror next. Here’s to a future filled with innovation, collaboration, and success.

    Thank you for being a part of this incredible journey.

    Warm regards,

    Michael Teeuw

    posted in MagicMirror
    M
    MichMich
    Jan 1, 2024, 1:58 PM
  • Website Launched

    It took a while, but it’s finally here … The MagicMirror project has it’s own website: https://magicmirror.builders

    If you stumble across some typo’s or know a nice addition to the website, feel free to send a pull request: https://github.com/MichMich/MagicMirror-Website

    posted in Announcements
    M
    MichMich
    Sep 1, 2016, 9:29 AM
  • V2.1.X Updates

    As an end of year present, I just released version V2.1.0:
    https://github.com/MichMich/MagicMirror/releases/tag/v2.1.0

    Special thanks to @roramirez for a LOT of awesome contributions.

    [2.1.0] - 2016-12-31

    Note: This update uses new dependencies. Please update using the following command: git pull && npm install

    Added

    • Finnish translation.
    • Danish translation.
    • Turkish translation.
    • Option to limit access to certain IP addresses based on the value of ipWhitelist in the config.js, default is access from localhost only (Issue #456).
    • Added ability to change the point of time when calendar events get relative.
    • Add Splash screen on boot.
    • Add option to show humidity in currentWeather module.
    • Add VSCode IntelliSense support.
    • Module API: Add Visibility locking to module system. See documentation for more information.
    • Module API: Method to overwrite the module’s header. See documentation for more information.
    • Module API: Option to define the minimum MagicMirror version to run a module. See documentation for more information.
    • Calendar module now broadcasts the event list to all other modules using the notification system. See documentation for more information.
    • Possibility to use the the calendar feed as the source for the weather (currentweather & weatherforecast) location data. See documentation for more information.
    • Added option to show rain amount in the weatherforecast default module
    • Add module updatenotification to get an update whenever a new version is availabe. See documentation for more information.
    • Add the abilty to set timezone on the date display in the Clock Module
    • Ability to set date format in calendar module
    • Possibility to use currentweather for the compliments
    • Added option disabled for modules.
    • Added option address to set bind address.
    • Added option onlyTemp for currentweather module to show show only current temperature and weather icon.
    • Added option remoteFile to compliments module to load compliment array from filesystem.
    • Added option zoom to scale the whole mirror display with a given factor.
    • Added option roundTemp for currentweather and weatherforecast modules to display temperatures rounded to nearest integer.
    • Added abilty set the classes option to compliments module for style and text size of compliments.
    • Added ability to configure electronOptions
    • Calendar module: option to hide private events
    • Add root_path for global vars

    Updated

    • Modified translations for Frysk.
    • Modified core English translations.
    • Updated package.json as a result of Snyk security update.
    • Improve object instantiation to prevent reference errors.
    • Improve logger. Log.log() now accepts multiple arguments.
    • Remove extensive logging in newsfeed node helper.
    • Calendar times are now uniformly capitalized.
    • Modules are now secure, and Helmet is now used to prevent abuse of the Mirror’s API.

    Fixed

    • Solve an issue where module margins would appear when the first module of a section was hidden.
    • Solved visual display errors on chrome, if all modules in one of the right sections are hidden.
    • Global and Module default config values are no longer modified when setting config values.
    • Hide a region if all modules in a region are hidden. Prevention unwanted margins.
    • Replaced electron-prebuilt package with electron in order to fix issues that would happen after 2017.
    • Documentation of alert module
    posted in MagicMirror
    M
    MichMich
    Dec 31, 2016, 8:21 PM
  • RE: V2.1.X Updates

    It’s that time of the year again. A fresh new version of MagicMirror is waiting for you! Thanks to everyone who contributed! You guys rock!

    https://github.com/MichMich/MagicMirror/releases/tag/v2.1.2

    [2.1.2] - 2017-07-01

    Changed

    • Revert Docker related changes in favor of docker-MagicMirror. All Docker images are outsourced. (#856)
    • Change Docker base image (Debian + Node) to an arm based distro (AlpineARM + Node) (#846)
    • Fix the dockerfile to have it running from the first time.

    Added

    • Add in option to wrap long calendar events to multiple lines using wrapEvents configuration option.
    • Add test e2e show title newsfeed for newsfeed module.
    • Add task to check configuration file.
    • Add test check URLs of vendors.
    • Add test of match current week number on clock module with showWeek configuration.
    • Add test default modules present modules/default/defaultmodules.js.
    • Add unit test calendar_modules function capFirst.
    • Add test for check if exists the directories present in defaults modules.
    • Add support for showing wind direction as an arrow instead of abbreviation in currentWeather module.
    • Add support for writing translation fucntions to support flexible word order
    • Add test for check if exits the directories present in defaults modules.
    • Add calendar option to set a separate date format for full day events.
    • Add ability for currentweather module to display indoor temperature via INDOOR_TEMPERATURE notification
    • Add ability to change the path of the custom.css.
    • Add translation Dutch to Alert module.
    • Added Romanian translation.

    Updated

    • Added missing keys to Polish translation.
    • Added missing key to German translation.
    • Added better translation with flexible word order to Finnish translation

    Fixed

    • Fix instruction in README for using automatically installer script.
    • Bug of duplicated compliments as described in here.
    • Fix double message about port when server is starting
    • Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
    • Removed unused import from js/electron.js
    • Made calendar.js respect config.timeFormat irrespecive of locale setting
    • Fixed alignment of analog clock when a large calendar is displayed in the same side bar
    posted in MagicMirror
    M
    MichMich
    Jul 1, 2017, 6:41 PM
  • V2.6.0

    MagicMirror² version 2.6.0 was just released:
    https://github.com/MichMich/MagicMirror/releases/tag/v2.6.0

    A 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 and weatherforecast 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 to false.

    Changed

    • The Weather Forecast module by default displays the ° symbol after every numeric value to be consistent with the Current Weather module.
    posted in MagicMirror
    M
    MichMich
    Jan 1, 2019, 4:18 PM
  • V2.12.0

    [2.12.0] - 2020-07-01

    https://github.com/MichMich/MagicMirror/releases/tag/v2.12.0

    Special thanks to the following contributors: @AndreKoepke, @andrezibaia, @bryanzzhu, @chamakura, @DarthBrento, @Ekristoffe, @khassel, @Legion2, @ndom91, @radokristof, @rejas, @XBCreepinJesus & @ZoneMR.

    ℹ️ Note: This update uses new dependencies. Please update using the following command: git pull && npm install.

    Added

    • Added option to config the level of logging.
    • Added prettier for an even cleaner codebase.
    • Hide Sunrise/Sunset in Weather module.
    • Hide Sunrise/Sunset in Current Weather module.
    • Added Met Office DataHub (UK) provider.

    Updated

    • Cleaned up alert module code.
    • Cleaned up check_config code.
    • Replaced grunt-based linters with their non-grunt equivalents.
    • Switch to most of the eslint:recommended rules and fix warnings.
    • Replaced insecure links with https ones.
    • Cleaned up all “no-undef” warnings from eslint.
    • Added location title wrapping for calendar module.
    • Updated the BG translation.

    Deleted

    • Removed truetype (ttf) fonts.

    Fixed

    • The broken modules due to Socket.io change from last release. #1973
    • Add backward compatibility for old module code in socketclient.js. #1973
    • Support multiple instances of calendar module with different config. #1109
    • Fix the use of “maxNumberOfDays” in the module “weatherforecast”. #2018
    • Throw error when check_config fails. #1928
    • Bug fix related to ‘maxEntries’ not displaying Calendar events. #2050
    • Updated ical library to latest version. #1926
    posted in MagicMirror
    M
    MichMich
    Jul 1, 2020, 6:17 PM
  • Dedicated documentation site.

    Because the documentation was getting more extensive than I ever expected, I created a separate docs website:

    https://docs.magicmirror.builders

    This way the docs is are better readable and better maintainable. It also allows us to update the docs without the need of releasing a new MagicMirror release.

    Head over to the new docs site and let me know what you think. I’ll continue to work on the content. Feel free to send me PR’s if you want help out.

    Good to know: every page includes an edit link on the bottom which will generate a PR.

    I’ve updated all MagicMirror² sites (home, forum, readme) to reflect this change. If you find a page that needs an update, please let me know.

    posted in MagicMirror
    M
    MichMich
    Jan 10, 2020, 10:24 PM
  • Mirror, mirror on the wall. Who has the biggest of them all?

    As far as I know the largest Magic Mirror so far:

    0_1473757709245_Screen Shot 2016-09-13 at 11.08.19.png

    More info: http://michaelteeuw.nl/post/150349424992/mirror-mirror-on-the-wall-who-has-the-biggest-of

    posted in Show your Mirror
    M
    MichMich
    Sep 13, 2016, 9:08 AM
  • Something I'm working on ...

    Because the number of modules you guys created grew FAR above what I expected when I started this project, I think it couldn’t hurt to improve the discoverability of the modules. Because of this, I’m working on a new and improved website which includes a module search …

    In the future, I’ll add:

    • Module suggestions based on the modules you like.
    • Similar modules on a module page.
    • Modules per user (“Other modules by this developer”)

    If you have any suggestions, feel free to let me know, although I won’t promise anything…

    It’s far beyond finished, but if you’re curious, feel free to check out the very early beta version:

    http://beta.magicmirror.builders/modules

    If you login with your github account, you should be able to add your modules. As a test I added some random modules.

    Please note that I might need to reset the database in the future. So don’t spent too much time on adding your modules. (Although a filled database would be helpful in the development.)

    posted in Announcements
    M
    MichMich
    Nov 25, 2016, 8:49 PM

Latest posts made by MichMich

  • v2.26.0

    [2.26.0] - 01-01-2024

    https://github.com/MichMich/MagicMirror/releases/tag/v2.26.0

    Thanks to: @bnitkin, @bugsounet, @dependabot, @jkriegshauser, @kaennchenstruggle, @KristjanESPERANTO and @Ybbet.

    Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not all) of the work on this release as project collaborators. This version would not be there without their effort. Thank you guys! You are awesome!

    This release also marks the latest release by Michael Teeuw. For more info, please read the following post: A New Chapter for MagicMirror: The Community Takes the Lead.

    Added

    • Added update notification updater (for 3rd party modules)
    • Added node 21 to the test matrix
    • Added transform object to calendar:customEvents
    • Added ESLint rules for jest (including jest/expect-expect and jest/no-done-callback)

    Removed

    • Removed Codecov workflow (not working anymore, other workflow required) (#3107)
    • Removed titleReplace from calendar, replaced + extended by customEvents (backward compatibility included) (#3249)
    • Removed failing unit test (#3254)
    • Removed some unused variables

    Updated

    • Update electron to v27 and update other dependencies as well as github actions
    • Update newsfeed: Use html-to-text instead of regex for transform description
    • Review ESLint config (#3269)
    • Updated dependencies
    • Clock module: optionally display current moon phase in addition to rise/set times
    • electron is now per default started without gpu, if needed it must be enabled with new env var ELECTRON_ENABLE_GPU=1 on startup (#3226)
    • Replace prettier by stylistic in ESLint config to lint JavaScript (and disable some rules for config/config.js* files)
    • Update node-ical to v0.17.1 and fix tests

    Fixed

    • Avoid fade out/in on updateDom when many calendars are used
    • Fix the option eventClass on customEvents.
    • Fix yr API version in locationforecast and sunrise call (#3227)
    • Fix cloneObject() function to respect RegExp (#3237)
    • Fix newsfeed module for feeds using “a10:updated” tag (#3238)
    • Fix issue template (#3167)
    • Fix #3256 filter out bad results from rrule.between
    • Fix calendar events sometimes not respecting deleted events (#3250)
    • Fix electron loadurl locally on Windows when address “0.0.0.0” (#2550)
    • Fix updatanotification (update_helper.js): catch error if reponse is not an JSON format (check PM2)
    • Fix missing typeof in calendar module
    • Fix style issues after prettier update
    • Fix calendar test (#3291) by moving “Exdate check” from e2e to electron to run on a Thursday
    • Fix calendar config params fetchInterval and excludedEvents were never used from single calendar config (#3297)
    • Fix MM_PORT variable not used in electron and allow full path for MM_CONFIG_FILE variable (#3302)
    posted in MagicMirror
    M
    MichMich
    Jan 1, 2024, 2:39 PM
  • A New Chapter for MagicMirror: The Community Takes the Lead

    Dear MagicMirror Community,

    As we step into 2024, MagicMirror marks a significant milestone - a decade of innovation, collaboration, and growth. Ten years ago, I embarked on an incredible journey with the inception of the MagicMirror project on GitHub. It has been an honor and a privilege to witness this project evolve, driven by the passion and dedication of a vibrant and creative community.

    However, life is an ever-changing tapestry, and with new priorities and paths unfolding for me, the time has come to make a pivotal decision. Recognizing that my ability to invest the energy and attention MagicMirror deserves is diminishing, I have decided that it is in the best interest of the project to transition its stewardship to those who can carry its legacy forward with renewed vigor and vision.

    Today, I am announcing the transfer of the MagicMirror repository to a new GitHub organization. This move is not an end, but rather a new beginning - a step towards transforming MagicMirror into a fully community-led project. It is my firm belief that this transition will open new avenues for innovation and growth, ensuring that MagicMirror continues to thrive and adapt in the ever-evolving tech landscape.

    I want to extend my heartfelt gratitude to everyone who has contributed to MagicMirror over the past decade. Your contributions, big and small, have been the lifeblood of this project, and I am deeply thankful for your support and enthusiasm.

    As we move forward, I want to assure you that this transition will be smooth and thoughtful. The repository’s shift to a new organization is just the first step in this transformation. In the future, we may also transition other components of the project, such as the website, forum, and servers, to ensure that MagicMirror continues to be supported and nurtured by its community.

    I am excited to see where you, the community, will take MagicMirror next. Here’s to a future filled with innovation, collaboration, and success.

    Thank you for being a part of this incredible journey.

    Warm regards,

    Michael Teeuw

    posted in MagicMirror
    M
    MichMich
    Jan 1, 2024, 1:58 PM
  • v2.25.0

    [2.25.0] - 2023-10-01

    https://github.com/MichMich/MagicMirror/releases/tag/v2.25.0

    Thanks to: @bugsounet, @dgoth, @dependabot, @kenzal, @Knapoc, @KristjanESPERANTO, @martingron, @NolanKingdon, @Paranoid93, @TeddyStarinvest and @Ybbet.

    Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not all) of the work on this release as project collaborators. This version would not be there without their effort. Thank you guys! You are awesome!

    ⚠️ This release needs nodejs version >= v18, older releases have reached end of life and will not work!

    Added

    • Added UV Index support to OpenWeatherMap
    • Added ‘hideDuplicates’ flag to the calendar module
    • Added allowOverrideNotification to weather module to enable sending current weather objects with the CURRENT_WEATHER_OVERRIDE notification to supplement/replace the current weather displayed
    • Added optional AnimateCSS animate for hide(), show(), updateDom()
    • Added AnimateIn and animateOut in module config definition
    • Apply AnimateIn rules on the first start
    • Added automatic client page reload when server was restarted by setting reloadAfterServerRestart: true in config.js, per default false (#3105)
    • Added eventClass option for customEvents on the default calendar
    • Added AnimateCSS integration in tests suite (#3206)
    • Added npm dependabot [Reserved to developer] (#3210)
    • Added improved logging for calendar (#3110)

    Removed

    • Breaking Change: Removed digest authentication method from calendar module (which was already broken since release 2.15.0)

    Updated

    • Update roboto fonts to version v5
    • Update issue template
    • Update dev/dependencies incl. electron to v26
    • Replace pretty-quick by lint-staged (https://github.com/azz/pretty-quick/issues/164)
    • Update engine node >=18. v16 reached it’s end of life. (#3170)
    • Update typescript definition for modules
    • Cleaned up nunjuck templates
    • Replace node-fetch with internal fetch (#2649) and remove digest-fetch
    • Update the French translation according to the English file.
    • Update dependabot incl. vendor/fonts (monthly check)
    • Renew package-lock.json for release

    Fixed

    • Fix engine check on npm install (#3135)
    • Fix undefined formatTime method in clock module (#3143)
    • Fix clientonly startup fails after async added (#3151)
    • Fix electron width/heigth when using xrandr under bullseye
    • Fix time issue with certain recurring events in calendar module
    • Fix ipWhiteList test (#3179)
    • Fix newsfeed: Convert HTML entities, codes and tag in description (#3191)
    • Respect width/height (no fullscreen) if set in electronOptions (together with fullscreen: false) in config.js (#3174)
    • Fix: AnimateCSS merge hide() and show() animated css class when we do multiple call
    • Fix Uncaught SyntaxError: Identifier 'getCorsUrl' has already been declared (at utils.js:1:1) when using clock and weather module (#3204)
    • Fix overriding config.js when running tests (#3201)
    • Fix issue in weathergov provider with probability of precipitation not showing up on hourly or daily forecast
    posted in MagicMirror
    M
    MichMich
    Oct 1, 2023, 6:18 PM
  • v2.24.0

    [2.24.0] - 2023-07-01

    https://github.com/MichMich/MagicMirror/releases/tag/v2.24.0

    Thanks to: @angeldeejay, @bugsounet, @buxxi, @CarJem, @dariom, @DaveChild, @dWoolridge, @eddiehung, @grenagit, @Hirschberger, @ismarslomic, @JakeBinney, @KristjanESPERANTO, @MagMar94, @naveensrinivasan, @nfogal, @oscarb, @OWL4C, @psieg, @rajniszp, @retroflex, @SkySails and @tomzt

    Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not all) of the work on this release as project collaborators. This version would not be there without their effort. Thank you guys! You are awesome!

    Added

    • Added UV Index to hourly and current Weather, with support for Openmeteo
    • Added tests for serveronly
    • Set Timezone Europe/Berlin in unit tests (needed for new formatTime tests)
    • Added no-param-reassign eslint rule and fix warnings
    • updatenotification: Added sendUpdatesNotifications feature. Broadcast update with UPDATES notification to other modules
    • updatenotification: allow force scanning with SCAN_UPDATES notification from other modules
    • Added per-calendar fetchInterval

    Removed

    • Removed unneeded (and unwanted) ‘.’ after the year in calendar repeatingCountTitle (#2896, second attempt …)

    Updated

    • Added support for precipitation probability with openmeteo weather-provider
    • Update electron to v25.2 and other dependencies
    • Use node v20 in github workflow (replacing v14)
    • Refactor formatTime into common util function for default modules
    • Refactor some calendar methods into own class and added tests for them
    • Split install and run commands in github actions
    • Changed fetchInterval of calendar in config.js.sample to 7 days so we not to request example calendar too frequently
    • Changed default calendar fetchInterval to one hour
    • Changed calendar url in sample config

    Fixed

    • Fix envcanada hourly forecast time (#3080)
    • Fix electron not running under windows after async changes (#3083)
    • Fix style issues after eslint-plugin-jsdoc update
    • Fix don’t filter out ongoing full day events (#3095)
    • Fix date not shown when clock in analog mode (#3100)
    • Fix envcanada today percentage-of-precipitation (#3106)
    • Fix updatenotification where no branch is checked out but e.g. a version tag (#3130)
    posted in MagicMirror
    M
    MichMich
    Jul 1, 2023, 7:21 PM
  • v2.23.0

    [2.23.0] - 2023-04-04

    https://github.com/MichMich/MagicMirror/releases/tag/v2.23.0

    Thanks to: @angeldeejay, @buxxi, @CarJem, @dariom, @DaveChild, @dWoolridge, @grenagit, @Hirschberger, @KristjanESPERANTO, @MagMar94, @naveensrinivasan, @nfogal, @psieg, @rajniszp, @retroflex, @SkySails and @tomzt.

    Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not all) of the work on this release as project collaborators. This version would not be there without their effort. Thank you guys! You are awesome!

    Added

    • Added increments for hourly forecasts in weather module (#2996)
    • Added tests for hourly weather forecast
    • Added possibility to ignore MagicMirror repo in updatenotification module
    • Added Pirate Weather as new weather provider (#3005)
    • Added possibility to use your own templates in Alert module
    • Added error message if <modulename>.js file is missing in module folder to get a hint in the logs (#2403)
    • Added possibility to use environment variables in config.js (#1756)
    • Added option pastDaysCount to default calendar module to control of how many days past events should be displayed
    • Added thai language to alert module
    • Added option sendNotifications in clock module (#3056)

    Removed

    • Removed darksky weather provider
    • Removed unneeded (and unwanted) ‘.’ after the year in calendar repeatingCountTitle (#2896)

    Updated

    • Use develop as target branch for dependabot
    • Update issue template, contributing doc and sample config
    • The weather modules clearly separates precipitation amount and probability (risk of rain/snow)
      • This requires all providers that only supports probability to change the config from showPrecipitationAmount to showPrecipitationProbability.
    • Update tests for weather and calendar module
    • Changed updatenotification module for MagicMirror repo only: Send only notifications for master if there is a tag on a newer commit
    • Update dates in Calendar widgets every minute
    • Cleanup jest coverage for patches
    • Update stylelint dependencies, switch to stylelint-config-standard and handle stylelint issues, update main.css matching new rules
    • Update Eslint config, add new rule and handle issue
    • Convert lots of callbacks to async/await
    • Revise require imports (#3071 and #3072)

    Fixed

    • Fix wrong day labels in envcanada forecast (#2987)
    • Fix for missing default class name prefix for customEvents in calendar
    • Fix electron flashing white screen on startup (#1919)
    • Fix weathergov provider hourly forecast (#3008)
    • Fix message display with HTML code into alert module (#2828)
    • Fix typo in french translation
    • Yr wind direction is no longer inverted
    • Fix async node_helper stopping electron start (#2487)
    • The wind direction arrow now points in the direction the wind is flowing, not into the wind (#3019)
    • Fix precipitation css styles and rounding value
    • Fix wrong vertical alignment of calendar title column when wrapEvents is true (#3053)
    • Fix empty news feed stopping the reload forever
    • Fix e2e tests (failed after async changes) by running calendar and newsfeed tests last
    • Lint: Use template literals instead of string concatenation
    • Fix default alert module to render HTML for title and message
    • Fix Open-Meteo wind speed units
    posted in MagicMirror
    M
    MichMich
    Apr 4, 2023, 6:47 PM
  • v2.22.0

    [2.22.0] - 2023-01-01

    https://github.com/MichMich/MagicMirror/releases/tag/v2.22.0

    Thanks to: @angeldeejay, @buxxi, @dariom, @dWoolridge, @KristjanESPERANTO, @MagMar94, @naveensrinivasan, @retroflex, @SkySails and @Tom.

    Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not all) of the work on this release as project collaborators. This version would not be there without their effort. Thank you!

    Added

    • Added test for remoteFile option in compliments module
    • Added hourlyWeather functionality to Weather.gov weather provider
    • Removed weatherEndpoint definition from weathergov.js (not used)
    • Added css class names “today” and “tomorrow” for default calendar
    • Added Collaboration.md
    • Added new github action for dependency review (#2862)
    • Added a WeatherProvider for Open-Meteo
    • Added Yr as a weather provider
    • Added config options “ignoreXOriginHeader” and “ignoreContentSecurityPolicy”

    Removed

    • Removed usage of internal fetch function of node until it is more stable

    Updated

    • Cleaned up test directory (#2937) and jest config (#2959)
    • Wait for all modules to start before declaring the system ready (#2487)
    • Updated e2e tests (moved done() in helper functions) and use es6 syntax in all tests
    • Updated da translation
    • Rework weather module
      • Make sure smhi provider api only gets a maximum of 6 digits coordinates (#2955)
      • Use fetch instead of XMLHttpRequest in weatherprovider (#2935)
      • Reworked how weatherproviders handle units (#2849)
      • Use unix() method for parsing times, fix suntimes on the way (#2950)
      • Refactor conversion functions into utils class (#2958)
    • The cors-method in server.js now supports sending and recieving HTTP headers
    • Replace &hellip; by …
    • Cleanup compliments module
    • Updated dependencies including electron to v22 (#2903)

    Fixed

    • Correctly show apparent temperature in SMHI weather provider
    • Ensure updatenotification module isn’t shown when local is ahead of remote
    • Handle node_helper errors during startup (#2944)
    • Possibility to change FontAwesome class in calendar, so icons like fab fa-facebook-square works.
    • Fix cors problems with newsfeed articles (as far as possible), allow disabling cors per feed with option useCorsProxy: false (#2840)
    • Tests not waiting for the application to start and stop before starting the next test
    • Fix electron tests failing sometimes in github workflow
    • Fixed gap in clock module when displayed on the left side with displayType=digital
    • Fixed playwright issue by upgrading to v1.29.1 (#2969)
    posted in MagicMirror
    M
    MichMich
    Jan 1, 2023, 5:12 PM
  • v2.21.0

    [2.21.0] - 2022-10-01

    https://github.com/MichMich/MagicMirror/releases/tag/v2.21.0

    Special thanks to: @BKeyport, @buxxi, @davide125, @khassel, @kolbyjack, @krukle, @MikeBishop, @rejas, @sdetweil, @SkySails and @veeck

    Added

    • Possibility to fetch calendars through socket notifications.
    • New scripts install-mm (and install-mm:dev) for simplifying mm installation (now: npm run install-mm) and adding params --no-audit --no-fund --no-update-notifier for less noise.
    • New showTimeToday option in calendar module shows time for current-day events even if timeFormat is "relative".
    • Add hourly forecasts, apparent temperature & custom location name to SMHI weather provider.

    Removed

    • Old weather deprecated modules currentweather and weatherforecast.

    Updated

    • Removed DAYAFTERTOMORROW from English.
    • Update dependencies.
    • Updated jsdoc.
    • Updated font tree to use variables consistantly.
    • Removed deprecated Docker Repository from issue template.

    Fixed

    • Broadcast all calendar events while still honoring global and per-calendar maximumEntries.
    • Respect rss ttl provided by newsfeed (#2883).
    • Fix multi day calendar events always presented as “(1/X)” instead of the amount of days the event has progressed.
    • Fix weatherbit provider to use type config value instead of endpoint.
    • Fix calendar events which DO NOT specify rrule byday adjusted incorrectly (#2885).
    • Fix e2e tests not failing on errors (#2911).
    posted in MagicMirror
    M
    MichMich
    Oct 1, 2022, 6:10 PM
  • v2.20.0

    [2.20.0] - 2022-07-02

    https://github.com/MichMich/MagicMirror/releases/tag/v2.20.0

    Special thanks to the following contributors: @eouia, @khassel, @kolbyjack, @KristjanESPERANTO, @nathannaveen, @naveensrinivasan, @rejas, @rohitdharavath and @sdetweil.

    Added

    • Added a new config option httpHeaders used by helmet (see https://helmetjs.github.io/). You can now set own httpHeaders which will override the defaults in js/defauls.js which is useful e.g. if you want to embed MagicMirror into annother website (solves #2847).
    • Show endDate for calendar events when dateHeader is enabled and showEnd is set to true (#2192).
    • Added the notification emitting from the weather module on infromation updated.
    • Use recommended file extention for YAML files (#2864).

    Updated

    • Use latest node 18 when running tests on github actions.
    • Update electron to v19 and other dependencies.
    • Use internal fetch function of node instead external node-fetch library if used node version >= v18.
    • Include duplicate events in broadcasts.

    Fixed

    • Fix problems with non latin fonds caused by updating to fontsource (fixes #2835).
    posted in MagicMirror
    M
    MichMich
    Jul 2, 2022, 11:10 AM
  • v2.19.0

    [2.19.0] - 2022-04-01

    https://github.com/MichMich/MagicMirror/releases/tag/v2.19.0

    Special thanks to the following contributors: @10bias, @CFenner, @JHWelch, @k1rd3rf, @khassel, @kolbyjack, @krekos, @KristjanESPERANTO, @Nerfzooka, @oraclesean, @oscarb, @philnagel, @rejas, @sdetweil, @shin10, @SiderealArt and @Tom-Hirschberger.

    Added

    • Added a config option under the weather module, absoluteDates, providing an option to format weather forecast date output with either absolute or relative dates.
    • Added test for new weather forecast absoluteDates porperty.
    • The modules get a class hidden added/removed if they get hidden/shown which will also toggle pointer-events.
    • Added new config option showTitleAsUrl to newsfeed module. If set, the diplayed title is a link to the article which is useful when running in a browser and you want to read this article.
    • Added internal cors proxy to get weather providers working without public proxies (fixes #2714). The new url http(s)://address:port/cors?url=https://whatever-to-proxy can be used in other modules too.
    • Added a WeatherProvider for Weatherflow.
    • Added new env var ELECTRON_DISABLE_GPU which disable gpu under electron if set (fixes #2831).
    • Added missing Czech translations.

    Updated

    • Deprecated roboto fonts package roboto-fontface-bower replaced with fontsource.
    • Update electron to v17, helmet to v5 (use defaults of v4) and other dependencies
    • Updates Font Awesome css class to new default style (fixes #2768)
    • Replaced deprecated modules currentweather and weatherforecast with dummy modules only displaying that they have to be replaced.
    • Include all calendar events from the configured date range when broadcasting.
    • Update Danish and German translation.
    • Update node-ical to v0.15 and added luxon as dependency for not breaking the “no-optional” install (see #2718 and #2824).

    Fixed

    • Improved and speedup e2e tests, artificial wait after mm start removed.
    • Improved husky setup not blocking git commit if husky or npm is not installed.
    • Using a consistent spelling of MagicMirror².
    • Fix minor console output issue for loading translations (#2814).
    • Don’t adjust startDate for full day events if endDate is in the past.
    • Fix windspeed conversion error in openweathermap provider. (#2812)
    • Fix conflicting parms turning off showEnd for full day events. (#2629)
    posted in MagicMirror
    M
    MichMich
    Apr 1, 2022, 6:51 PM
  • v2.18.0

    [2.18.0] - 2022-01-01

    Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @jupadin, @khassel, @kolbyjack, @KristjanESPERANTO, @MariusVaice, @rejas, @rico24 and @sdetweil.

    Added

    • Added test for calendar recurring event with checks the correct date displayed (related to #2752).

    Updated

    • ESLint version supports now ECMAScript 2018.
    • Cleaned up updatenotification module and switched to nunjuck template.
    • Moved calendar tests from category electron to e2e.
    • Update missed translations for Korean language (ko.json).
    • Update missed translations for Dutch language (nl.json).
    • Cleaned up alert module and switched to nunjuck template.
    • Moved weather tests from category electron to e2e.
    • Updated github actions.
    • Replace spectron with playwright, update dependencies including electron update to v16.
    • Added lithuanian language to translations.js.
    • Show info message if newsfeed is empty (fixes #2731).
    • Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712).
    • Added missing shebang to installers/mm.sh.
    • Node versions in templates and github workflows.

    Fixed

    • Fixed wrong file kr.json to ko.json. Use language code ‘ko’ instead of ‘kr’ for Korean language.
    • Fixed feels_like data from openweathermaps current weather being ignored (#2678).
    • Fixed chaotic newsfeed display after network connection loss thanks to @jalibu (#2638).
    • Fixed incorrect time zone correction of recurring full day events (#2632 and #2634).
    • Fixed e2e tests by increasing testTimeout.
    • Revert node-ical update due to missing luxon package.
    • Fixed User-Agent-Header for newsfeed and calendar module (#2729).
    • Replace broken shields in Readme and use https for links.
    • Fixed electron tests with retry.
    • Fixed Calendar recurring cross timezone error (add/subtract a day, not just offset hours) (#2632).
    • Fixed Calendar showEnd and Full Date overlay (#2629).
    • Fixed regression on #2632, #2752.
    • Broadcast custom symbols in CALENDAR_EVENTS.
    posted in MagicMirror
    M
    MichMich
    Jan 1, 2022, 6:42 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy