MMM-WindyV2 seems not maintained anymore. Did you see there is a newer fork: https://github.com/jhogendorn/MMM-WindyV3/ ?
Module Developers
You have developed a module for the MagicMirror? Join the group and get a "Module Developer" badge!
Posts
-
RE: MMM-WindyV2 Layer Rotating
-
RE: MMM-WindyV2 Layer Rotating
@MikeTheYeti On the module list (https://modules.magicmirror.builders/) is no module named MMM-WindyV2. Where did you get it?
-
RE: DHT22 with Debian 12 Bookworm
If you change line 25 in my dht11 script from
except:tofinally:you should see the whole error.But make sure to revert the change after the problem is fixed.
-
RE: DHT22 with Debian 12 Bookworm
@com1cedric
Hi. No problem. If I have time it try to help.It looks like there will installed two additional python libs in the venv in the tutorial you shared.
Maybe one of the libs is missing in the virtual environment my script creates.You can add them to the venv with:
cd ~/MagicMirror/modules/MMM-Temperature/scripts ./venvWrapper.py --venv-name py-venv --install-libs lgpio RPi.GPIO -
RE: installing MagicMirror on my Raspberry Pi 0 w2
@sdetweil I did find dietPi (https://dietpi.com/) to be the best distro for ease of installation, generally small, and still up to date - they keep up to date with Debian
-
RE: installing MagicMirror on my Raspberry Pi 0 w2
My experience trying to run MM on a system with 512MB of RAM is really poor. I found it pretty frustrating really.
-
RE: Use local data from weatherstation
@Jose1701 what I ended up doing with my Davis weatherstation was use their web display interface with MMM-EmbedURL to just show their full screen weather display on the mirror.

-
RE: MMM-Multimonth Size
@bill63 The entire visual appearance is controlled by CSS, max-width in conjunction with the regions is how it would be handled. Please review the MMM-Multimonth.css file, copy over what you need into the custom.css master file, and change to your needs.
CSS tutorials are available if you’re not comfortable with it.
Even though the project is effectively mothballed due to my time constraints, there is another maintainer on the project who may or may not update the project, so please don’t modify the project files directly.
if you have any questions, feel free to ask, I’m still kinda active on here, as well as our resident experts are always lurking.
– Brendan (author)
-
RE: DHT22 with Debian 12 Bookworm
Hi,
I do not use a DHT11 at the moment but my MMM-Temperature should still work
https://github.com/Tom-Hirschberger/MMM-Temperature
Just checked the install process on a Debian Bookworm and it works fine.
-
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. 😉