MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Outdated?

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 212 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      magicmonkey
      last edited by

      I’m trying to set up a second mirror for my parents but I am unable to install mm.

      After cloning the repository, I keep getting the “EBADENGINE” error when trying to install it.

      node is on v23.5.0
      and
      npm is on v11.0.0

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @magicmonkey
        last edited by sdetweil

        @magicmonkey yes, we dont support node 23 yet. coming jan 1
        or use the develop branch

        git clone magicmirror url --- you already did this
        git checkout develop
        npm run install-mm 
        

        we support 20.9.0 or above, not any 21, but any 22

        so you could do this to get 22

        sudo npm install n -g
        sudo n 22
        

        node -v

        should be 22

        then
        npm run install-mm

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy