• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 1.9k 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 Away
    sdetweil @Brandoney
    last edited by Dec 14, 2021, 3:19 AM

    @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 Dec 14, 2021, 3:29 AM Reply Quote 0
    • B Offline
      Brandoney @sdetweil
      last edited by Dec 14, 2021, 3:29 AM

      @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 Dec 14, 2021, 3:44 AM Reply Quote 0
      • S Away
        sdetweil @Brandoney
        last edited by Dec 14, 2021, 3:44 AM

        @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

        K 1 Reply Last reply Dec 14, 2021, 5:52 PM Reply Quote 0
        • K Online
          karsten13 @sdetweil
          last edited by Dec 14, 2021, 5:52 PM

          there is already an issue in the github repo

          S 1 Reply Last reply Dec 14, 2021, 6:44 PM Reply Quote 0
          • S Away
            sdetweil @karsten13
            last edited by Dec 14, 2021, 6:44 PM

            @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

            B 1 Reply Last reply Jan 2, 2022, 5:39 AM Reply Quote 0
            • B Offline
              BKeyport Module Developer @sdetweil
              last edited by Jan 2, 2022, 5:39 AM

              @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 Jan 2, 2022, 2:22 PM Reply Quote 0
              • S Away
                sdetweil @BKeyport
                last edited by Jan 2, 2022, 2:22 PM

                @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
                • W Offline
                  wishmaster270 Module Developer
                  last edited by Jan 10, 2022, 9:55 PM

                  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