A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • "pm2 start mm.sh" results in "node: bad option: --run"

    Solved
    4
    2
    0 Votes
    4 Posts
    589 Views
    C
    nevermind. now pm2 start mm works! i dont know what those commands did, but it worked
  • problem with config.js file

    Solved
    4
    0 Votes
    4 Posts
    279 Views
    evroomE
    @Jose1701 The }; needs to be }, So a comma iso of a semicolon.
  • Modules fetching online/network info fail to refresh

    Unsolved
    9
    0 Votes
    9 Posts
    660 Views
    S
    @alex2 always something!! glad you found some resolution
  • nodejs 22.18.0 ??

    Solved
    25
    0 Votes
    25 Posts
    3k 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
  • SSH remote desktop access only shows black screen

    Solved
    9
    0 Votes
    9 Posts
    570 Views
    TAGinsideT
    @_V_ perfect it’s solved
  • Fresh install on Trixie - Unable to rotate screen

    Solved
    6
    0 Votes
    6 Posts
    668 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.
  • Fresh new Installation - getting mad

    Unsolved
    2
    0 Votes
    2 Posts
    207 Views
    S
    @Hakupapa reflash, use my installer script Make sure MagicMirror runs full screen On Debian you have to set a thing, don’t remember Won’t be home til after 9 us central If you want to move old config etc, use my backup / restore scripts
  • MMM_RTSPStream & ffmpeg

    Unsolved
    2
    1
    0 Votes
    2 Posts
    227 Views
    S
    @ge see https://github.com/evroom/MMM-MPlayer
  • HDMI turns on without movement

    Solved
    9
    0 Votes
    9 Posts
    974 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
  • MM2 fails to start after upgrade from 2.29 to 2.33 on windows

    Solved
    9
    0 Votes
    9 Posts
    1k 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.
  • fixuppm2.sh

    Solved
    6
    0 Votes
    6 Posts
    464 Views
    S
    @Assassins weird
  • Calendar Module and Google Private ical URL - Invalid UNTIL value

    Solved
    3
    0 Votes
    3 Posts
    425 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.
  • MMM-Reddit 403 error

    Unsolved
    8
    0 Votes
    8 Posts
    832 Views
    S
    @mumblebaj his config is shown here https://forum.magicmirror.builders/post/128513
  • 32 bit Trixie

    Unsolved
    5
    0 Votes
    5 Posts
    591 Views
    M
    @sdetweil Ok thanks for all your effort.
  • Default calendar module freezing on load

    Unsolved
    2
    0 Votes
    2 Posts
    269 Views
    S
    @migitcheetah I posted reply on Reddit, please dont post in multiple places
  • Performances on Pi 3A+

    Unsolved
    9
    0 Votes
    9 Posts
    671 Views
    N
    @sdetweil it could be. It’s a good card but it could have reached her lifespan. I’ll give it a try, thanks
  • Help to install bluelinky

    Solved
    8
    0 Votes
    8 Posts
    777 Views
    S
    @Assassins actually this looks like a combination of problems You don’t use npm install to. INSTALL a module You use git clone while the current directory is ~/MagicMirror/modules Then change the current directory to the module folder you just cloned THEN if there is a package.json in THAT folder do npm install there It looks like you were in the MagicMirror folder
  • install/upgrade scripts updated to detect and use NVM

    3
    0 Votes
    3 Posts
    422 Views
    S
    @schlomm said in install/upgrade scripts updated to detect and use NVM: For my Magic Mirror Instances I try to use/install the node version installed by MagicMirror, that is what the script does… reads package.json engines, and uses that. on some systems, you might get 22.20.0 instead of 22.18.0 you don’t have to do it manually , as the script will handle it. BUT if you used nvm for some reason, then it puts code in the users home folder/.nvm and first in the PATH… n puts code in /usr/local/bin , but if nvm is first… oops… so , n did its thing, but no change… use the tool the user picked, quite a pain to get nvm to run FROM a script…
  • Cannot find module '#server_functions'

    Unsolved
    10
    0 Votes
    10 Posts
    900 Views
    S
    @chrisfr1976 when you have time
  • RPi MM clientonly on Boot

    Solved
    4
    0 Votes
    4 Posts
    369 Views
    E
    @sdetweil Thank you, that worked perfectly! Now I just need to eliminate as many nonessential programs in the background. The flip clock and scoreboard scrolling are a bit choppy…