A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    6 Posts
    16 Views
    S
    @CaptainKen no. You need to install node 22.18.0 You installed node 20
  • MMM-DynamicWeather Effects do not go away after set period

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    22 Views
    M
    This is becoming my favorite module. I love the weather effects adding some fun into my display. I have been experimenting with using the month/day configuration to add some stuff on various days to great initial success, but like a bad holiday guest the effect will not stop when the day rolls over. I have tried both: { month: “12”, day: “8”, images: [“serenity.png”], direction: “left-right”, size: “10”, }, and { dateRanges: [“2025-12-10 to 2025-12-11”], images: [" USS_Enterprise.png"], direction: “up”, size: "10", }, The effect persists. Has anyone seen anything similar?
  • 0 Votes
    4 Posts
    56 Views
    Q
    @wishmaster270 Great - thanks Here is some more info in case it helps: As well as a pull-down resistor, I also tried a pull up, and tried without any resistor - neither sent notifications. To double check, I used Python (RPi.GPIO) and received the events from GPIO 17 when the switch was closed. Rasberry Pi OS was install around Nov 2 2025 using the Rasberry Pi imager $ uname -a Linux raspberrypi 6.12.47+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16) aarch64 GNU/Linux
  • Calendar failed to load - check the logs

    Unsolved Troubleshooting
    4
    1 Votes
    4 Posts
    50 Views
    S
    @Richard238 said in Calendar failed to load - check the logs: about a minute ago If perhaps it could show the nature of the error? what does that mean? we requested the ics data from the calendar provider using the URL you provided in the config and the request failed, timeout… we don’t know why or anything more and we gave you all that in the messages we produced. And the route to the logs, because most of us have to look up where they are! ;-) you are LOOKING at the logs… so you must have found the route ---- as always — the logs IS the output of the MM start command, npm start node --run start npm runs server node --run server whatever you used now, you can do it manually in some terminal window OR you can code it into the system startup OR you can use a pgm that does that FOR you, aka pm2 WHERE that data is stored is up to that implementation as I do the install script, I use pm2, as it insulates me from the OS details… my script last lines is see the help echo please see the help for the pm2 command, pm2 --help echo pm2 status will show the running apps, and their runtime status SO… one could/should detect that the command is pm2 and so do pm2 --help and one core learning thing on linux ALL terminal commands , by agreed convention, provide a general help using the parameter --help so pm2 --help will tell you all the things it can do SOME commands ALSO provide a manual page (pm2 does not) which can be viewed with the man command man ls will show you the detailed help for the ls command Yes, there is a LOT to learn here…
  • MMM-RAIN-MAP covers part of the module above it

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    71 Views
    S
    @RonR ctrl-+. Should zoom in
  • MMM-Pages module all showing on one page

    Unsolved Troubleshooting
    17
    0 Votes
    17 Posts
    330 Views
    S
    @hahawoooooo MM is a server with a browser auto started (npm start, electron is the browser), and with any browser connecting too or MM can be a server (npm run server) with any browser connecting from anywhere MM is just an app… you can configure the system to start an app on boot multiple ways you can edit the system startup settings, different on window, mac, linx (and diff linux versions) OR you can run ANOTHER app, that does all that work for you pm2 (node process manager v2) it can start many different apps (mm , mmpm, and any other tool you like, I have a spotify plugin on another mirror app, it can use the spotify api to play, pause, blah blah if I install and start the spotify player daemon… (librespot or raspotify on pi) I use pm2 to launch that too , and I can play on this machine. the cool thing about pm2 is YOU don’t need to know HOW the system autostart works, pm2 handles all that for you…
  • Trixie/node v24 - timeouts on request to the internet

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    115 Views
    S
    @Mr.Sponti do you have the gpu hardware enabled? If not then I think electron tries to emulate it, probably w the vlc content
  • Sending code

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    105 Views
    V
    thanks ok
  • 0 Votes
    2 Posts
    92 Views
    S
    @aksuited there is a user who did this, but didn’t publish his module update He did it with a modified calendarext3 as I recall I searched but didn’t find it
  • I have a touchscreen, would like to call up a module via a button

    Unsolved Requests
    7
    0 Votes
    7 Posts
    145 Views
    S
    @kent right, that module provides buttons that show/hide A module
  • 0 Votes
    3 Posts
    108 Views
    Mr.SpontiM
    Ok, my fault, thanks a lot!
  • Version 2.33.0/node v22.21.0 - Error: write EFAULT

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    299 Views
    S
    @Mr.Sponti yep errors, too much ram. Etc What is this running in?
  • Gemini for MM

    Unsolved Requests
    1
    0 Votes
    1 Posts
    89 Views
    A
    Since the google assistant has been replaced by Gemini I think it would be a nice addition to the MM. Especially because it could connect to the google home and complete smart tasks via voice command.
  • installing MagicMirror on my Raspberry Pi 0 w2

    Unsolved Troubleshooting
    14
    0 Votes
    14 Posts
    752 Views
    plainbrokeP
    @Y_Garden That pi zero will run Pi-Hole pretty well on diet pi 32 bit…
  • Excessive pings to CalDAV server, like 2 per second

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    153 Views
    S
    @xylyn the caldav module is getting g the data from the server To create the iCal file the MagicMirror calendar module needs I don’t know how the caldav module works at that level
  • Use local data from weatherstation

    Unsolved Requests
    5
    1 Votes
    5 Posts
    281 Views
    O
    Hi! There is now also an English-language text Displaying local PWS data with FOSHKplugin on a MagicMirror on this topic and a module MMM-FOSHKplugin-PWS-Observations. Oliver
  • Weather.gov problem in default weather module.

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    153 Views
    ankonaskiff17A
    @sdetweil I’ve done that. I intend to follow-up with those folks tomorrow. There are a few NWS API pages that indicate what options are available and while they show various iterations of Forecast, Current is not in the list. They have the api set where you can plug in GPS coordinates, the NWS office that manages those GPS coordinates and it will generate the https address so you just plug it into the module. That is what I did a few years ago when I first built that MM. I am going to look at Observations options at bottom of the picture to see if the have changed the format. [image: 1763336508417-api-picture.jpg]
  • Updating an older MM

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    121 Views
    S
    @ankonaskiff17 is MagicMirror auto starting? Stop it
  • MMM-temp-ds18b20 temp font size

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    213 Views
    S
    @briantogo what style is it that was inherited? Only need to fix that one I see .MMM-temp-ds18b20 .small.dimmed.w1.w1-thermometer now, the things with . are classes… and the css rules are if the things have NO spaces between them, then ONLY a SPECIFIC element with ALL those thing specified together will be selected… so, small, dimmed, w1 w1-therometer ALL specified as part of class=“…” on the SAME SINGLE element I THINK what you need is to override small looking at the code tempCell.innerHTML = '<i class="' + this.config.iconSize + ' dimmed wi wi-thermometer"></i> '; so I think .MMM-temp-ds18b20 .small .wi-thermometer { fontsize: 2em; }
  • Calvin and Hobbs - Adjust screen size?

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    113 Views
    plainbrokeP
    @guitartoys Try these settings. You will probably have to adjust the sizes… It fits my 42" TV full screen all directions… Custom.css: .MMM-CalvinAndHobbes .module-content { Margin-top: 10px; Margin-left: 10px; max-width: 1810px; max-height: 1025px; width: 1810px; height: 1025px; overflow: hidden; } #cahcomiccontent { width: 1810px; height: 1025px; } Config.js: { module: "MMM-CalvinAndHobbes", position: "middle_center", config: { invertColors: false, grayScale: false, updateInterval: 7200000, limitComicHeight: -1, maxHeight: "98%" } },