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

    Posts

    Recent Best Controversial
    • RE: MM doesnt work after update to version 2.26

      i checked i don’t have that file. looking on internet it says During the booting up of the system, systemd activates default. target , which is generally a symbolic link in the /etc/systemd/system/ directory to either graphical. target or multi-user. target . It is equivalent to the default runlevel, which the system administrator used to set in the /etc/inittab file.

      I don’t have graphical.target or multi-user.target but I have graphical.target.wants

      posted in Bug Hunt
      D
      davismorehead
    • RE: MM doesnt work after update to version 2.26

      not running headless. Just don’t have a keyboard attached to pi. so SSH intomachine.

      posted in Bug Hunt
      D
      davismorehead
    • RE: MM doesnt work after update to version 2.26

      sorry, didn’t know how it worked. Didn’t realize you did it.

      posted in Bug Hunt
      D
      davismorehead
    • RE: MM doesnt work after update to version 2.26

      i did

      git pull && npm run install-mm

      Some of my replies take a long time to be approved. Is there a secret to get them approved faster.

      posted in Bug Hunt
      D
      davismorehead
    • RE: MM doesnt work after update to version 2.26

      here is the command i found for your script
      pi@raspberrypi:~/MagicMirror $ bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)”

      $$\ $$\ $$\ $$\ $$\ $$\ $$$$$$
      $$$\ $$$ | _| $$$\ $$$ |_| $$ $$
      $$$$\ $$$$ | $$$$$$\ $$$$$$\ $$\ $$$$$$$\ $$$$\ $$$$ |$$\ $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\ _/ $$ |
      $$$$$$ $$ | _
      $$\ $$ $$\ $$ |$$ |$$$$$$ $$ |$$ |$$ $$\ $$ $$\ $$ $$\ $$ $$\ $$$$$$ |
      $$ $$$ $$ | $$$$$$$ |$$ / $$ |$$ |$$ / $$ $$$ $$ |$$ |$$ | _|$$ | _|$$ / $$ |$$ | _|$$ /
      $$ |$ /$$ |$$ __$$ |$$ | $$ |$$ |$$ | $$ |$ /$$ |$$ |$$ | $$ | $$ | $$ |$$ | $$ |
      $$ | _/ $$ |$$$$$$$ |$$$$$$$ |$$ |$$$$$$$\ $$ | _/ $$ |$$ |$$ | $$ | $$$$$$ |$$ | $$$$$$$$
      _
      | _
      | _
      | _
      $$ |_| _
      |_| _|_|_| __| _
      / _| _______|
      $$\ $$ |
      $$$$$$ |
      _
      ____/

      install log being saved to /home/pi/install.log
      cat: /etc/systemd/system/default.target: No such file or directory
      system running in command line mode, need graphical desktop, see raspi-config
      pi@raspberrypi:~/MagicMirror $

      posted in Bug Hunt
      D
      davismorehead
    • RE: MM doesnt work after update to version 2.26

      pi@raspberrypi:~ $ pm2 stop all
      [PM2] Applying action stopProcessId on app [all](ids: [ 0 ])
      [PM2] mm ✓
      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
      │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 0 │ mm │ fork │ 95 │ stopped │ 0% │ 0b │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      pi@raspberrypi:~ $ cd ~/MagicMirror/
      pi@raspberrypi:~/MagicMirror $ npm start

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

      /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGILL
      pi@raspberrypi:~/MagicMirror $

      Also can you point me to instructions to run your script.

      posted in Bug Hunt
      D
      davismorehead
    • RE: MM doesnt work after update to version 2.26

      pi@raspberrypi:~ $ node -v
      v19.3.0
      pi@raspberrypi:~ $ npm -v
      9.2.0
      pi@raspberrypi:~ $ lsb_release -a
      No LSB modules are available.
      Distributor ID: Raspbian
      Description: Raspbian GNU/Linux 10 (buster)
      Release: 10
      Codename: buster
      pi@raspberrypi:~ $ uname -a
      Linux raspberrypi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
      pi@raspberrypi:~ $

      I updated manually. Later I tried to run your script but I am running remotely so can’t do your script. would need to hook up keyboard to pi.

      am using pm2. Saw a different post where you did the npm start, so did that already. Same error

      posted in Bug Hunt
      D
      davismorehead
    • MM doesnt work after update to version 2.26

      Just upgraded to version 2.26.0, now MM will not start getting error
      magicmirror@2.26.0
      startDISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
      /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGILL

      Assume some thing was upgraded and i need to upgrade. any ideas.

      posted in Bug Hunt
      D
      davismorehead
    • 1
    • 2
    • 2 / 2