@BKeyport s like they only removed the usage of moment.js from the default calendar module.
Read the statement by Michael Teeuw here.
Posts
-
RE: Upcoming Release April 1, 2026 , breaking changes, some operational changes
-
RE: Upcoming Release April 1, 2026 , breaking changes, some operational changes
@sdetweil All my modules are working well on the dev branch. 🤞
-
RE: MMM-MailMessage feature
@ge You can possibly raise a new feature request on the modules Github page. Module was last updated 2 years ago though. You can clone the module and make the additions yourself as well. 😉
-
RE: pm2 doesnt work with crontab
@plainbroke Afternoon. What I was saying was that instead of sending your current output to a blackhole,
>/dev/null >2&1, i meant sending it to a log file:
30 07 * * 6,0 /usr/local/bin/pm2 start mm >> /home/pi/mon.log 2>&1. This will send the output of the command/usr/local/bin/ pm2 start mmto a log file residing at/home/pi/mof.log. You can then interrogate this log file to see if there were any errors when the command was executed.So, by pipe I meant redirect the output to somewhere.
-
RE: pm2 doesnt work with crontab
@plainbroke Instead of piping the output to a blackhole, maybe pipe it to a logfile which you can interrogate to see why the
pm2 startis not working? -
RE: Issues with MMM-Screen-Powersave-Notification
@Rags Hi. I am running Trixie since the beginning of the year. I wrote a post about setting up the screen stuff and monitor on and monitor off. See my post. When you turn on the monitor with a script you can set the resolution,
-
RE: Best Weather module.
@plainbroke You can give this one a try, https://github.com/mumblebaj/MMM-NOAA3
-
RE: MMM-Reddit 403 error
@kasperb Ok cool. The API changes has not affected the module. Are you showing Headlines or Image?
The config has a
count = total posts to get
show = number posts to show at the same timeSo, if you have count set to 10 and you have show set to 4 and the total posts it received from the subreddit = 10 then it will show 4 then page the next 4 then the last 2 etc. All depends on how your config is set and how many posts it pulls from all the subreddits you specified.
-
RE: MMM-Reddit 403 error
@kasperb Just tested and it works fine for me.

Do you mind sharing your config?
This is my config:{ module: "MMM-Reddit", position: "bottom_left", disabled: false, config: { subreddit: ['television', 'science','nottheonion'], //'television', 'science', headerType: 'chained', displayType: 'image', count: 13, show: 1, width: 500, //showAll: false, showScore: false, showSubreddit: true, colorText: false, showThumbnail: true, } } -
RE: MMM-Reddit 403 error
@kasperb Hi. I will have a look this afternoon at the issue you logged. Just logging on to test first. It was working a few days ago.
-
RE: Compatibility with raspberry Pi 5 right now and in the future.
@karsten13 @BKeyport and @Linas123 I have been running MM on trixie since Feb or April I think, No issues. Only issues I had was with the control of my monitor on and off via a scripts but I documented that and posted it in the forum as well.
-
RE: small outburst - opencv
@monark Maybe just my pennies worth as well, a lot of the module developers develop modules for own use and they choose to share it with community. A lot of the plugins that get used are not made by the module developers, OpenCV being case-in-point. It is a plugin and it has its own complexities.
As Sam mentioned earlier, MM is a learning platform and users of the platform get to learn as they go along.
I can understand the pain you having but the learning is what makes it fun, solving problems is what keeps most users going with the platform.
-
RE: Ads are blocking site content - how to get rid of them?
@ember1205 Easiest way for me was installing the Adguard plugin on Chrome
-
RE: MMM-BambuLabNotify - 3D printer notifications
@LuckyDucker said in MMM-BambuLabNotify - 3D printer notifications:
Throws a 404 Page can’t be found. Maybe you need to make it public?
-
RE: Update, unable to connect.
@Richard238 said in Update, unable to connect.:
0|MagicMirror | [2025-08-16 19:11:32.117] [ERROR] Your configuration file contains syntax errors :(
0|MagicMirror | Line 99 column 21: ‘Log’ is not defined.This seems to indicate that there is an error in
config/config.js. Run the following on the command line in the~/MagicMirror/directory:npm run config:check -
RE: MMM-Todoist Project ID Conversion
@OwenLars Unfortunately I am not too familiar with the project and don’t have a TodoIst account to test this myself. Have you logged an issue on the modules Github page? Maybe the author can have a look at it?
-
RE: MMM-Todoist Project ID Conversion
@OwenLars Have you tried [“166564794”, “78954ABC98ESD”]. This passes a collection of strings instead of a numbers. The module should handle it as a string instead of a number.
-
RE: not updating
@Eagleyes27 I recently updated the NOAA3 module. You can use my fork which you can find here: NOAA3.
-
Accuweather Updates
AccuWeather Updates coming
As received this evening from AccuWeather.
AccuWeather is excited to share important updates coming this summer to the AccuWeather API Developer Portal, which is designed to elevate your experience and ensure you get the most from our industry-leading weather data.
What is Changing? To better support your development needs, AccuWeather is introducing a more powerful and streamlined platform, along with updated subscription options to suit every stage of your journey:
• Discontinuation of Free Limited Trial Packages
AccuWeather’s current Free Limited Trials for Core Weather and MinuteCast® will be retired with the new portal launch.
• Introducing New 14-Day Free Trials
Experience the full value of our APIs with an all-new 14-Day Core Weather Trial (up to 500 API calls/day) or 14-Day MinuteCast® Trial (up to 50 calls/day), including all API endpoints available for testing.
• New Low-Cost Starter Package
Once your trial ends, you can keep building with our affordable Starter package, which offers essential API access at a competitive monthly rate.
• Enhanced Account Security
To best protect your data and improve overall security, existing users on Standard, Prime, Elite, or MinuteCast® packages will be prompted to reset their passwords at launch.
• What to Expect
As AccuWeather approaches the launch, we will provide step-by-step guidance on migrating your account, selecting a new plan, and maximizing the benefits of the updated portal. We remain committed to delivering the tools and data you rely on — with a seamless, modernized experience to match. To stay informed, visit developer.accuweather.com.
Thank you for choosing AccuWeather®, the world’s most trusted and accurate source of weather forecasts and warnings. We look forward to supporting your development journey with reliable, scalable, and trusted weather data solutions. -
RE: 2.32.0 Calendar module limitDays and excludedEvents stopped working
@AndyHazz Do you mind sharing your ICS, anonymized off course.