@BerkSmash1984 And which node version? You can run node -v
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MovieListings
-
RE: MMM-MovieListings
@BerkSmash1984 Which version of MM are you running?
MM requires a minimum version of 20.9.xx. Yours is currently lower.
⚠️ This release needs nodejs version v20 or v22, minimum version is v20.9.0.
-
RE: MMM-MovieListings
@BerkSmash1984 Hi. I have just done a fresh clone of the module and tested it. It is working fine with your config. The error seems to indicate that the first call failed, this is the one that fetches the latest 20 movies. Can you do a
git statusin the module folder and see if you getYour branch is up to date with 'origin/master'.? -
RE: MMM-MovieListings
@BerkSmash1984 Hi. I have just cloned the module and tested with your config and it is working fine for me. Are you on the latest version of the module? Can you do a
git statusin the module folder and let me know if it saysYour branch is up to date with 'origin/master'. -
MMM-MovieListings
I have been looking for a module that displays latest movie releases etc and saw MMM-MovieListings from @Tueti which was last updated 7 years ago and not working. I decided to revive this module and pull it into the here and now.
Updates to original Module:
Original module can be found here.I have submitted a PR but do not know if the owner will accept as the module was last updated 7 years ago.
My fork can be found here
Some screenshots:


-
RE: Module MMM-OpenWeatherMapForecast is not running
@Klinge Just tested the module and it is working fine for me. The module requires a language in the config but it is not in the sample. So you may want to check that. As for the error you are getting, Have you changed anything in line one of the node_helper? The comment section.
-
RE: CALL FOR TESTERS: New install script
@drdeath I applaud you for the effort and time you put into this. I was just explaining what the encoding meant and how the others could go about decoding it. I have a fully setup system and my own dev environment and probably would not be able to test your script. My apologies for that. But again, good work and nice effort.
P/s - do not take offence to the community. We are all dev’s around the table and we try and assist to make things better where we can.
-
RE: CALL FOR TESTERS: New install script
@drdeath I think what the guys were saying or are trying to say, is that for the standard MM user, looking at the script and seeing “coded” code they may be hesitant to test the script. Although it can easily be decoded with
echo 'base64 string' | base64 -dwhich would reveal the coded strings, the normal user does not know this.It does make the script so much smaller but for a newb looking at that would scare them away.
Just my 2pence.
-
RE: newsfeed
@foggy Your config works fine as is for me. Are you seeing any errors in the logs or the developers window?
-
RE: VIESSMANN api module for MagicMirror
-
RE: Recommend a Word of the Day module? (English)
@brentmatthews Hi, yes, I did not require a css file for the module. You are welcome to add and submit a pr if you like.
-
RE: No Web UI with MMM-FastNotes
@rvnbrg Jinja is a dependency of Flask and Flask V1.X.X uses the escape module from Jinja, however recently support for the escape module was dropped in newer versions of Jinja
To fix this issue, simply update to the newer version of Flask V2.X.X in your requirements.txt where Flask no longer uses the escape module from Jinja.
I see there is a requirements.txt where the version of Flask is specified. Maybe updating that to 2.1.1, which is the recommended version that no longer has a dependency on
escapewould resolve this.This is all just guessing. Was trying to figure out how this module hangs together. 🫣
-
RE: deleting and re cloning doesn't fix my module
@danfagerburg What errors do you see? Are there errors in the pm2 logs or on the console? Also, check the Dev Window for any errors.
-
RE: MMM-Growatt
@mumblebaj There were changes to Growatt API and the current version of the module has stopped working throwing errors.
Please update to the latest version of the module, v2.0.5 which now works,
Thanks
BM -
PI5 OS
Hi.
Which PI5 OS is best suited for MM?

Managed to get my hands on a PI5 and want to test all my modules’ performance on the PI5. But before I run into setup issues, which version works best with MM?
Thanks
-
RE: VNC Alternative
@sdetweil Seems like rpi-connect is still in beta. May be a viable option if no relay is required else the lag could be nasty as the turn server is located in the OK.
-
RE: mmm-netatmo
@anton2023 Can you please explain
@anton2023 said in mmm-netatmo:
following morning after the pi shutdown
Are you switching off the PI completely? have you tried running the PI through the evening?
If I read the code correctly, it fetches the new token after the refresh interval. But if the PI was shutdown, it requires a valid token to start working again. If the PI is not shutdown, the module should run fine, fetching the new token if the old one has expired as it would do throughout the day.
-
RE: MMM-Todoist - Task display length
@tfergy You may want to look at these config options. Have a read through the options list on the Github page.

