A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Module updates question

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    3k Views
    S
    @RonR mine matches yours, since 1974… not so much weird as exciting newness
  • HDMI turns on without movement

    Solved Troubleshooting
    9
    0 Votes
    9 Posts
    2k Views
    R
    @Hobbes-0 Dear Dirk, This is „normal“ behaviour with VNC… Some other PIR modules (especially Bugsounet‘s MMM-Pir) solved this with placing a mouse-sensitive layer on the GUI and mouse click in VNV wakes the screen. AFAIK this is not true for MMM-Universal-Pir. Regards, Ralf
  • MMM-Carousel extra text

    Solved Troubleshooting
    2
    0 Votes
    2 Posts
    795 Views
    msimon360M
    I found the simple fix. I removed the position option from the Carousel module in the config.js file. Doh! I thought it said required but it said “NOT Required”.
  • Looking for a module to display logs in realtime

    Solved Requests
    14
    0 Votes
    14 Posts
    4k Views
    S
    @MyMirror Upsi…error in the README.md file - fixed and updated the repo :)
  • "pm2 start mm.sh" results in "node: bad option: --run"

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    1k Views
    C
    nevermind. now pm2 start mm works! i dont know what those commands did, but it worked
  • nodejs 22.18.0 ??

    Solved Troubleshooting
    25
    0 Votes
    25 Posts
    6k Views
    TAGinsideT
    @Assassins You can try this Before check if you have a version installed yet node -v If yes uninstall it For install node.js 22 MAJOR curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash - sudo apt install nodejs At least check if you have the good version with node -v
  • problem with config.js file

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    949 Views
    evroomE
    @Jose1701 The }; needs to be }, So a comma iso of a semicolon.
  • Fresh Install / node: bad option: --run

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    2k Views
    R
    @sdetweil I have send you the Mail with the log. Also the Mirror ist runnig so this thread is solved.
  • MMM-NOAAForecast install fails

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    3k Views
    R
    Yes, that fixed it . Thanks for the help.
  • Just upgrade MM and weather app with openweathermap is busted.

    Solved Troubleshooting
    10
    0 Votes
    10 Posts
    1k Views
    S
    @sdetweil Ah, I completely misunderstood what you said about the api 3.0 free access, and was getting a 401 unauthorized error. I was able to config api 2.5 and get the current weather again, per their docs. Thank you for the guidance on the dev console and the api changes. :) I almost never touch this thing because it runs so nicely, lol.
  • Best Weather module.

    Solved Requests
    4
    0 Votes
    4 Posts
    1k Views
    plainbrokeP
    @sdetweil Don’t think so, because I use the same location for pirate one. It is pretty much spot on most of the time. Open weather was off more than it wasn’t lately. @mumblebaj I did not know Noaa3 was still working. I will give it a try…
  • MMM-ISS-Live error 153

    Solved Troubleshooting
    11
    0 Votes
    11 Posts
    3k Views
    R
    @TAGinside said in MMM-ISS-Live error 153: @karsten13 @karsten13 made some changes to the environment of the module on github, I reloaded the module and the error is gone. Thanks for the help, sorry it took so long to acknowledge the fix.
  • Calendar shows all day events shifted by a day

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    1k Views
    S
    Quick update: it was the Pi clock not set to the same time zone. once calendar and PI time zones matched, it works perfectly.
  • MMM-Jast - Loading and no data SOLVED

    Solved Troubleshooting
    1
    1 Votes
    1 Posts
    750 Views
    msimon360M
    I installed MMM-Jast v2.9.5 on a fresh Install of MagicMirror2 on my Raspberry Pi 5. All I was getting was the word “Loading”. The problem was fixed when I downgraded yahoo-finance2 from 2.14.0 to 2.11.3 as in the Jast package.json. cd ~/MagicMirror/modules/MMM-Jast rm -rf node_modules package-lock.json npm install yahoo-finance2@2.11.3 --save-exact
  • SSH remote desktop access only shows black screen

    Solved Troubleshooting
    9
    0 Votes
    9 Posts
    3k Views
    TAGinsideT
    @_V_ perfect it’s solved
  • 0 Votes
    9 Posts
    2k Views
    E
    @KristjanESPERANTO I’m running MM2 on an old Lenovo mini PC I got on ebay for half the price of a Raspberry PI. I considered installing Linux at the beginning, but now I am also running a MS Access database on there that won’t run under Win11, and a Logitech media server to keep my old Squeezebox playing. Regardless of support for Win10, as long as it keeps running, it is fine for me.
  • Fresh install on Trixie - Unable to rotate screen

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    2k Views
    A
    @Rags as mentioned, I had to reinstall the OS from scratch. After doing this, I had a new section in the control center on Trixie that allowed me to rotate. No clue why it worked the second time as I used the same imager version to load the OS on the microSD.
  • Wallberry theme: disable unsplash

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    800 Views
    M
    Managed to figure it out: just bracketed out the position line in the Wallberry CSS and it’s suppressed [image: 1761328809981-css.png]
  • fixuppm2.sh

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    2k Views
    S
    @Assassins weird
  • 0 Votes
    3 Posts
    724 Views
    B
    Thanks @sdetweil. I did end up downloading the ICS and finding the event in Google Calendar. It was some sort of weird situation where there was an old event that had a repeating frequency and an end date that was before the event itself. How did that happen in the first place I don’t know!? Anyway after modifying that event the whole thing is working again, so thank you and this one can go in the closed bin. Good to know how to troubleshoot this now.