A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
YAPi0 Installer Stretch Lite
-
< magicmirror2.8.0 install /home/pi/MagicMirror > cd vendor && npm install npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: ("os":"linux","arch":"arm")
-
@bdream so far so good…
-
npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.
-
@bdream still good
-
now the question if I want to use pm2 for autostart MM I will state YES
-
@bdream correct, reply yes or y
-
[PM2][WARN] Application MagicMirror not running, starting... [PM2] App [MagicMirror] launched (1 instances) App name | id | version | node | pid | status | restart | uptime | cpu | mem | user | watching MagicMirror | 0 | 2.8.0 | fork | 4835 | online | 0 | 3s | 0% | 2.5 MB | pi | enabled use 'pm2 show <id|name>' to get more details about an app
I used pm2 show mm and got [PM2][WARN] mm doesn’t exist
-
@bdream said in YAPi0 Installer Stretch Lite:
pm2 show mm
correct,
its called MagicMirror
App name | id | version |
MagicMirror | 0 | 2.8.0 |says its running…
show me pm2 logs
you can also use the id, instead of the name
pm2 start 0,
pm2 stop 0,
pm2 show 0…etc
-
here you are
last 3 rows coming multiple times
-
@bdream ok, there are two logs… error and out…
maybe best to do
cd ~/MagicMirror pm2 stop 0 npm start