I just wanted to share with you this video of transparent displays from Samsung. I haven’t seen any in real life yet, but those look really impressive. This would make a MagicMirror even more magical 💸💸💸
Read the statement by Michael Teeuw here.
KristjanESPERANTO
@KristjanESPERANTO
Working on
- https://modules.magicmirror.builders/
- removing electron-rebuild from 3rd Party Modules
- core modernisation
Best posts made by KristjanESPERANTO
-
Transparent displays
-
RE: Website Launched
I didn’t want to start a separate thread for this, but I didn’t want to leave it unmentioned here in the forum either 🙂 The website has undergone a major modernization. Mainly technical changes under the hood and the design has been retained except for a few details.
But there are also a few things that regular users of the site might notice: For example there is now a dark mode, responsiveness and accessibility have been improved, there is a favicon, an animated GIF showing the MagicMirror interface and faster loading times.
-
RE: Automatic checking of all MagicMirror² modules
@karsten13 said in Automatic checking of all MagicMirror² modules:
as most modules are hosted on github: You can get such info’s over their api.
Wow. That’s really nice! There are certainly some things that can be put to good use.
After you showed me the examples, I tinkered a bit with a simple frontend (without dependencies): check it out. I just have to fill it with real data.
-
MMM-page-indicator now easier to style
MMM-page-indicator has been updated. The main change is that there are new classes that make it easier to customize the styling of the indicators and a new styling section in the README that describes some styling examples. Like this:

or this:

So if you use MMM-page-indicator, check it out 😀
The styling was also possible before, but was a little more complicated and the examples certainly help to develop your own cool styles.
Thanks to @mumblebaj for getting this rolling!
-
Module list updates since the middle of December
Many changes have been made to the official module list since my last overview on December 12. I have created a new overview for these changes. Since not everyone regularly follows the changes to the list, such a list may be helpful for some of you.
This is the second post like this. I don’t know yet if I will create further in the future and even maybe automate the process a bit. I am quite up to date with the changes as I am working on a new unofficial module list which is based on the official list.
These are the changes from 12th December 2023 to 29th January 2024. The list may be incomplete, as some parts required manual work.
New in the list
Check out these new modules:
Title Author Description 1. MMM-AccuWeatherForecastDeluxe maxbethge Display weather information using the AccuWeather API. 2. MMM-EarthquakeMonitor rcollie This module allows you to display global earthquake data from the USGS. 3. MMM-DHT22 J0n4e Displays temperature/humidity readings from DHT22 sensor. 4. MMM-FranceInfo bugsounet [FR] Affiche les flux rss de franceinfo sur MagicMirror². 5. MMM-GPIO-HANDLER Sjohn21 Handle GPIO, Inputs (Buttons, PIR, Other) and Outputs (including PWM), with notifications from and to other modules. 6. MMM-ImagesPhotos roramirez Show images and photos. 7. MMM-Liquipedia-Matches buxxi Displays current and upcoming pro matches in different e-sport games from Liquipedia (dota2, cs, lol etc). 8. MMM-MarsWeather rcollie Display current weather on Mars as provided by The {MAAS} API. 9. MMM-MTG crisvdn Fetches a random MTG card on a configured interval and displays this. 10. MMM-MysqlData tabsl Connect to a MySQL database, run a select query (one value) and display the result. 11. MMM-OneDrive hermanho Display your photos from Microsoft OneDrive. 12. MMM-OneTracker seeshaughnessy Use OneTracker app to deliveries/packages by forwarding from any email address. 13. MMM-OTIS Gomez0015 Machine learning AI to take input and pass it through the AI to get an answer, best use is when combined with other modules to have full control over MagicMirror² with voice. 14. MMM-PhoneDetect Pierre Gode Automatically controls the screen’s power based on the presence of specified phones or devices within the network. 15. MMM-Snake superuserx Play the retro game Snake on your mirror using your smartphone. 16. MMM-TomTomCalculateRouteTraffic teemoo7 Calculate routes with TomTom API (free), and display travel time with traffic delays. 17. MMM-WebSpeechTTS KristjanESPERANTO A Text-To-Speech module which uses the Web Speech API of the browser. It is in an early stage of development. So far only German is supported. Maintainer changed
If you use one of this modules, you should consider to switch to the new repository.
Title Author Description 1. MMM-EFA-departures sourceforge807 Station monitor for local transport companies using the EFA system. 2. MMM-Dad-Jokes brucetony Simple display of dad jokes from icanhazdadjoke.com. Marked as outdated
If you use one of these modules, consider looking for an alternative or adopting the module as a maintainer.
Title Author Description State 1. MMM-GoogleAssistant gauravsacc Google Assistant integration using python library. Activated using hotword ‘Ok Google’. Abandoned. No reactions to issues since years. Seems not to work anymore. 2. MMM-Glance eouia Show specific module(s) and hide others for a some time by notification or command. AbandonedArchived. Repo has been archived at 2020-06-10.3. Hello-Lucy Mykle1 Hide/Show individual modules and pages of modules with custom audio responses that you create. Abandoned. No reactions to issues since years. The installation instructions do not work with up-to-date systems. 4. MMM-NOAA3 cowboysdude Different providers for users to choose from. Shows current plus 3 day forecast. Mouseover shows forecast, with Air, UV, Humidity, Sunrise and Set. Abandoned. No reactions to issues and PRs since years. 5. MMM-PIR-Sensor-Lite Grena A module managing monitor with PIR motion sensor (automatic standby when presence isn’t detected). Abandoned. Repo has been archived at 2024-01-10. There seems to be an active fork, but the clone command has not yet been adapted. 6. MMM-SFMuniBusTimes vikramraja1995 Displays the ETA of San Francisco’s MUNI Bus and Rail systems based on the given stops and routes. Abandoned. The API used no longer works, there is a new API but the developer no longer seems to be active. 7. MMM-SORT Mykle1 Static Or Rotating Tides module. Replaces/combines MMM-SimpleTides and MMM-StaticTides. Abandoned. No reactions to issues since years. Missing instructions to install ‘request’. 8. MMM-SunRiseSet Mykle1 More information than you ever wanted to know about the rising and setting of the sun. Abandoned. No reactions to issues since years. Missing instructions to install ‘request’. 9. wuforecast MattLugar Weather Underground Forecast Module Retrieves forecast from Weather Underground. Also adds a percentage probability of precipitation to forecast display. Deprecated. Wunderground API isn’t working anymore. 10. MMM-WunderGround RedNax67 Display weather based on wunderground API. Deprecated. Wunderground API isn’t working anymore. Check out MMM-MyWeather which is a fork with another API. 11. MMM-wundergroundBar Fifteen15Studios Minimalist Weather for the bottom_bar or thirds position of your mirror. Deprecated. Wunderground API isn’t working anymore. Help request
Can someone with an Meteoblue API key tell whether module MMM-meteoblueCurrent still works?
-
RE: Automatic checking of all MagicMirror² modules
I made some progress: https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/
There’s still a lot on the to-do list and some things aren’t working quite smoothly yet. But the website is now filled with data from all modules from the wiki.
When changes are made in the wiki, it doesn’t take much effort to update the data in this project - I just have to run a few scripts. Furthermore, no manual work is necessary.
-
The most popular 3rd party modules
Hello everyone!
Have you ever wondered what the most popular MagicMirror² modules are? Until now it wasn’t easy to find out. Recently, I added a new sorting feature to the new module list I am working on. It allows you to sort by GitHub stars! So now it’s easier than ever to find out which modules are the community’s favorites 😀
At the moment the top ten modules are:
- MMM-Remote-Control (476 stars)
- mmpm (168 stars)
- MMM-Screencast (160 stars)
- MMM-GooglePhotos (154 stars)
- MMM-Todoist (147 stars)
- MMM-Traffic (139 stars)
- MMM-BackgroundSlideshow (130 stars)
- MMM-pages (102 stars)
- MMM-ModuleScheduler (96 stars)
- WallberryTheme (94 stars)
Why is it important to star modules? Starring modules on GitHub is a great way to show your appreciation for the developers’ hard work. It also helps other users find popular modules.
How can I star a module? To star a module, simply go to the module’s GitHub page and click the “Star” button.
I encourage you to star all the modules you use and appreciate ⭐ And don’t forget to give the MagicMirror project itself a star! 🙃
I hope this new sorting option helps you find the perfect modules for your MagicMirror² setup!
Your feedback is welcome: Would you have expected these modules to be in the top 10? Which modules are not in the top 10 and should get more stars in your opinion?
-
RE: MMM-GoogleMapsTraffic error removal
@chrisfr1976 Nice work! Since there are much older unresponded Pull Requests, I suggest to replace the original module with your fork on the module list. If the upstream project gets active again, we can undo that change in the list. What do you think?
-
Automatic checking of all MagicMirror² modules
I started a small project. It’s still in its early stages and I don’t know where it’s going yet, but maybe it’ll be interesting for you.
Since the quality of the modules varies greatly, I thought about how to automatically detect easily recognizable issues (e.g. typos or dependencies on deprecated packages).
Basically it already works.
This is what it does:
- Clone all modules from the wiki page: https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules
- Search each module according to certain criteria
- Write the result to a file
This is the result of the last check: https://github.com/KristjanESPERANTO/MagicMirror-3rd-Party-Modules/blob/main/result.md
Do you have any ideas about useful checks?
Latest posts made by KristjanESPERANTO
-
RE: Too many API calls in default weather module after update
Sam is right, that was caused by the big rewrite (which resolved other issues, particularly a fundamental architectural one).
A fix is already in the develop branch: https://github.com/MagicMirrorOrg/MagicMirror/pull/4092
Are you familiar enough with Git to test the develop branch?
-
RE: OpenWeather loaded but info is empty since update
So that you can start receiving weather data again right away and don’t have to wait until we’ve figured the issue out, I’d suggest you try a different provider.
-
RE: OpenWeather loaded but info is empty since update
@SdR, did
apiVersion: "2.5"really still work before the MM update? That version was deprecated a long time ago (June 2024). See https://forum.magicmirror.builders/topic/18662/modules-using-openweather-api-need-review. -
RE: All modules shown on one page after Update to 2.35
@oskisch Are you still on the develop branch? Are there still errors in the console?
-
RE: All modules shown on one page after Update to 2.35
Failed to connect to Wayland display: No such file or directory (2)
Try
node --run start:x11 -
RE: All modules shown on one page after Update to 2.35
- SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Rev 1.2; virtual: false; MM: v2.36.0-develop
Why are you on the develop branch?
-
RE: Default Calendar Not Loading Events After New MM Update
A workaround for users still having issues with the calendar. There was a problem with the
node-icalpackage for some events. This has just been fixed with a newnode-icalrelease (v0.26.0).To use the new version, run this command in the MagicMirror directory:
npm install node-ical@latest.Note that this will change your
package.jsonandpackage-lock.jsonfiles, which would cause conflicts during the next MagicMirror update. Therefore, also run the following to restore them:
git restore package*.jsonYou will then have v0.26.0 installed - the
package.jsonfile say otherwise, but that doesn’t matter.Please give some feedback if that helps :-)
-
RE: Default Calendar Not Loading Events After New MM Update
[2026-04-02 19:59:16.671] [ERROR] [calendar] Could not expand event “Tax Day”: ical.expandRecurringEvent is not a function
Looks like you didn’t update the dependencies after you pulled the new MM version.
Please run
node --run install-mmand check again. -
RE: MMM-CalendarExt3Agenda - Event Transforming not working - Mirror 2.35.0
@BKeyport It should be fixed with v1.5.0. Please update and check :-)
-
RE: All modules shown on one page after Update to 2.35
@Niggich What do you user for the pages? MMM-Carousel or MMM-pages? Do you use a fork?
I tested the original projects of MMM-Carousel and MMM-pages without any issues.