MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Brandoney
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    Brandoney

    @Brandoney

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Brandoney Unfollow Follow

    Latest posts made by Brandoney

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

      @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

      posted in Troubleshooting
      B
      Brandoney
    • RE: MMM-BackgroundSlideshow 'linux-armv7' binaries cannot be used on the "linux-armvdefault platform

      @sdetweil
      I have this issue.

       uname -a
      Linux raspberrypi 5.10.63-v7l+ #1488 SMP Thu Nov 18 16:15:28 GMT 2021 armv7l GNU/Linux
      pi@raspberrypi:~/MagicMirror/config $ lsb_release -a
      No LSB modules are available.
      Distributor ID: Raspbian
      Description:    Raspbian GNU/Linux 11 (bullseye)
      Release:        11
      Codename:       bullseye
      
      SyntaxError: Unexpected identifier
          at wrapSafe (internal/modules/cjs/loader.js:986:16)
          at Module._compile (internal/modules/cjs/loader.js:1034:27)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
          at Module.load (internal/modules/cjs/loader.js:935:32)
          at Module._load (internal/modules/cjs/loader.js:776:14)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at loadConfig (/home/pi/MagicMirror/js/app.js:69:14)
          at App.start (/home/pi/MagicMirror/js/app.js:212:3)
      /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      [13.12.2021 21:11.52.510] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: 'linux-armv7' binaries cannot be used on the 'linux-armvdefault' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linux-armvdefault' platform.
      [13.12.2021 21:11.52.533] [ERROR] App threw an error during load
      [13.12.2021 21:11.52.535] [ERROR] Error: 'linux-armv7' binaries cannot be used on the 'linux-armvdefault' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linux-armvdefault' platform.
          at Object.hasVendoredLibvips (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/libvips.js:82:13)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/constructor.js:7:22)
          at Module._compile (internal/modules/cjs/loader.js:1078:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
          at Module.load (internal/modules/cjs/loader.js:935:32)
          at Module._load (internal/modules/cjs/loader.js:776:14)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/index.js:3:15)
      [13.12.2021 21:11.52.536] [ERROR] Whoops! There was an uncaught exception...
      [13.12.2021 21:11.52.539] [ERROR] Error: 'linux-armv7' binaries cannot be used on the 'linux-armvdefault' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linux-armvdefault' platform.
          at Object.hasVendoredLibvips (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/libvips.js:82:13)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/constructor.js:7:22)
          at Module._compile (internal/modules/cjs/loader.js:1078:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
          at Module.load (internal/modules/cjs/loader.js:935:32)
          at Module._load (internal/modules/cjs/loader.js:776:14)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-BackgroundSlideshow/node_modules/sharp/lib/index.js:3:15)
      [13.12.2021 21:11.52.540] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [13.12.2021 21:11.52.540] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      
      posted in Troubleshooting
      B
      Brandoney