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.
    • wishmaster270W Online
      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
      • 2 / 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