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

    Posts

    Recent Best Controversial
    • RE: PM2 MM2 Not starting on start up

      @sdetweil
      $ pm2 status
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 1 │ MagicMirror │ fork │ 78 │ online │ 0% │ 2.6mb │
      │ 0 │ mm │ fork │ 2 │ stopped │ 0% │ 0b │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      ~ $ ^C
      ~ $ pm2 stop all
      [PM2] Applying action stopProcessId on app [all](ids: [ 0, 1 ])
      [PM2] mm ✓
      [PM2] MagicMirror ✓
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 1 │ MagicMirror │ fork │ 117 │ stopped │ 0% │ 0b │
      │ 0 │ mm │ fork │ 2 │ stopped │ 0% │ 0b │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      $ cd MagicMirror/
      ~/MagicMirror $ npm start

      magicmirror@2.23.0 start
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      sh: 1: ./node_modules/.bin/electron: not found

      posted in Troubleshooting
      S
      Seregeth
    • RE: PM2 MM2 Not starting on start up

      Even this tread is old, but i have an issue with the starting of mm:

      Everything worked well, then i installed MMM-CECControl.
      I saved my config.js file bevor i entered the module line in there. But not as usual mm didn´t restart. Not even after a reboot of my raspberry.

      Also when i start mm with
      pm2 start mm
      and
      pm2 start MagicMirror
      nothing happened.

      i don´t know what i should do to start my mm as bevore…

      posted in Troubleshooting
      S
      Seregeth
    • RE: PM2 MM2 Not starting on start up

      @sdetweil
      that´s it, MM startet again after the installation

      posted in Troubleshooting
      S
      Seregeth
    • 1 / 1