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.

    Help to install bluelinky

    Scheduled Pinned Locked Moved Solved Troubleshooting
    8 Posts 3 Posters 66 Views 4 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.
    • AssassinsA Offline
      Assassins
      last edited by Assassins

      The MMM-Bluelinky2 need bluelinky to work, but get this.
      But how can i fix this. ???

      npm install bluelinky
      npm ERR! code EBADENGINE
      npm ERR! engine Unsupported engine
      npm ERR! engine Not compatible with your version of node/npm: magicmirror@2.29.0
      npm ERR! notsup Not compatible with your version of node/npm: magicmirror@2.29.0
      npm ERR! notsup Required: {“node”:“>=20.9.0 <21 || 22”}
      npm ERR! notsup Actual: {“npm”:“10.5.0”,“node”:“v21.7.3”}

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @Assassins
        last edited by

        @Assassins said in Help to install bluelinky:

        npm ERR! notsup Required: {“node”:“>=20.9.0 <21 || 22”}
        npm ERR! notsup Actual: {“npm”:“10.5.0”,“node”:“v21.7.3”}

        bluelinky wans node up to 20.9 or 22, and NOT ANY 21

        you have node 21… oops…

        so , install node 22

        22.18 is current

        maybe this will help
        https://forum.magicmirror.builders/topic/19770/nodejs-version-update-issue/2?_=1759892047767

        note you have to do another npm install in the MM folder too after you upgrade node

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        AssassinsA karsten13K 2 Replies Last reply Reply Quote 0
        • AssassinsA Offline
          Assassins @sdetweil
          last edited by

          @sdetweil okay, how can i update it, so i do it 100% right. ???

          S AssassinsA 2 Replies Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @Assassins
            last edited by

            @Assassins see the instructions at the link I provided
            Use 22.18.0 instead of 22.14.0

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            AssassinsA 1 Reply Last reply Reply Quote 0
            • AssassinsA Offline
              Assassins @sdetweil
              last edited by

              @sdetweil OKay, thanks, i will try it tomorrow :-)

              1 Reply Last reply Reply Quote 0
              • karsten13K Offline
                karsten13 @sdetweil
                last edited by

                @sdetweil said in Help to install bluelinky:

                bluelinky wans node up to 20.9 or 22, and NOT ANY 21

                message comes from mm, he is on an outdated version 2.29.0 …

                1 Reply Last reply Reply Quote 0
                • AssassinsA Offline
                  Assassins @Assassins
                  last edited by

                  @sdetweil Thanks, is work

                  S 1 Reply Last reply Reply Quote 0
                  • AssassinsA Assassins has marked this topic as solved
                  • S Do not disturb
                    sdetweil @Assassins
                    last edited by

                    @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

                    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