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.

    MMM-BackgroundSlideshow 'linux-armv7' binaries cannot be used on the "linux-armvdefault platform

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    11 Posts 6 Posters 2.0k Views 6 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.
    • S Offline
      sdetweil @Brandoney
      last edited by

      @brandoney yes, I saw your report before…

      can u also do

      node -v
      and npm -v

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      B 1 Reply Last reply Reply Quote 0
      • B Offline
        Brandoney @sdetweil
        last edited by

        @sdetweil said in MMM-BackgroundSlideshow 'linux-armv7' binaries cannot be used on the "linux-armvdefault platform:

        node -v
        and npm -v

        node -v
        v14.18.2
        pi@raspberrypi:~/MagicMirror/config $ npm -v
        6.14.15

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

          @brandoney thx. this looks like a problem with bullseye and node

          here is similar sharp problem
          https://github.com/lovell/sharp/issues/2287

          I don’t know what to do about this

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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

            there is already an issue in the github repo

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

              @karsten13 yes, that is the one I linked to. but it says armv6, not armv7…

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              BKeyportB 1 Reply Last reply Reply Quote 0
              • BKeyportB Offline
                BKeyport Module Developer @sdetweil
                last edited by

                @sdetweil FWIW, I downgraded to buster and it does it there as well, I’ve disabled the module for the short term.

                The "E" in "Javascript" stands for "Easy"

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

                  @bkeyport I think one would have to set the parms on install per the sharp doc

                  https://sharp.pixelplumbing.com/install

                  looks like prebuilt binaries are not produced for 32bit os systems (raspi os)

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • wishmaster270W Offline
                    wishmaster270 Module Developer
                    last edited by

                    For me it worked to install a self compiled version of vips…

                    sudo apt install -y build-essential libglib2.0 libjpeg9 libopenjp2-7 librsvg2-dev imagemagick libtiff5-dev
                    wget https://github.com/libvips/libvips/releases/download/v8.12.1/vips-8.12.1.tar.gz
                    tar xfvz vips-8.12.1.tar.gz
                    cd vips-8.12.1
                    ./configure
                    make
                    sudo make install
                    sudo ldconfig
                    
                    npm install
                    

                    It will take a while to compile the library and a lot of disk space will be used.

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 1 / 2
                    • 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