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

    ysh

    @ysh

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

    ysh Unfollow Follow

    Latest posts made by ysh

    • RE: Electron Error

      @sdetweil I use PostMarketOS (Alpine), i am not planning to use MM as an actual mirror. By DE I mean Desktop Enviroment which in my case is XFCE4.

      posted in Troubleshooting
      Y
      ysh
    • Electron Error

      Hello I have an issue while installing MM. I use the manual install method, but upon running npm start i get

      ~/MagicMirror$ npm start
      
      > magicmirror@2.29.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      node:events:496
            throw er; // Unhandled 'error' event
            ^
      
      Error: spawn /home/ysh/MagicMirror/node_modules/electron/dist/electron ENOENT
          at ChildProcess._handle.onexit (node:internal/child_process:285:19)
          at onErrorNT (node:internal/child_process:483:16)
          at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
      Emitted 'error' event on ChildProcess instance at:
          at ChildProcess._handle.onexit (node:internal/child_process:291:12)
          at onErrorNT (node:internal/child_process:483:16)
          at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
        errno: -2,
        code: 'ENOENT',
        syscall: 'spawn /home/ysh/MagicMirror/node_modules/electron/dist/electron',
        path: '/home/ysh/MagicMirror/node_modules/electron/dist/electron',
        spawnargs: [ 'js/electron.js' ]
      }
      

      I use XFCE4 but this error shows both on SSH and on XFCE4-Terminal. Is my DE the issue? I wish to use OpenBox alone though but this is just for testing purposes.
      Thank you!

      posted in Troubleshooting
      Y
      ysh