Read the statement by Michael Teeuw here.
Internet Monitor
-
@ronny3050 - this is what I got when I ran pm2 logs
[TAILING] Tailing last 10 lines for [all] processes (change the value with --lines option) /home/pi/.pm2/logs/mm-error-0.log last 10 lines: 0|mm | npm ERR! npm bugs magicmirror 0|mm | npm ERR! Or if that isn't available, you can get their info via: 0|mm | npm ERR! npm owner ls magicmirror 0|mm | npm ERR! There is likely additional logging output above. 0|mm | 0|mm | npm ERR! Please include the following file with any support request: 0|mm | npm ERR! /home/pi/MagicMirror/npm-debug.log 0|mm | ERROR! Could not find main module js file. 0|mm | ERROR! Could not find main module js file. 0|mm | ERROR! Could not find main module js file. /home/pi/.pm2/logs/mm-out-0.log last 10 lines: 0|mm | Starting module: newsfeed 0|mm | Sockets connected & modules started ... 0|mm | Launching application. 0|mm | Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000 0|mm | Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/themykle%40themykle.com/private-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/basic.ics - Interval: 300000 0|mm | Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 0|mm | 0|mm | > magicmirror@2.1.0 start /home/pi/MagicMirror 0|mm | > electron js/electron.js 0|mm | [STREAMING] Now streaming realtime logs for [all] processes
-
@Mykle1 Could you run the following?
pm2 flush
pm2 logs
and wait for a couple of minutes of log?Thanks!
-
@ronny3050 wait for it to complete doing something? Will it stop by itself or I have to do something?
If so, what do I have to do?
It’s running now
-
@Mykle1 yes, after typing
pm2 logs
it will update logs realtime so then you can post it here. I am wondering what exactly crashes your mirror inside my module. -
@ronny3050 ok, I’m waiting for it to complete
-
I’ve been waiting for 34 minutes and nothing has happened. My console still reads:
[STREAMING] Now streaming realtime logs for [all] processes.
Am I supposed to do something? run MM with your module perhaps? You didn’t say
-
Well, I waited over and hour, staring at the console, and nothing happened since I ran:
pm2 flush
pm2 logsHere is what I’ve been staring at:
pi@Pi3:~ $ pm2 flush [PM2] Flushing /home/pi/.pm2/pm2.log [PM2] Flushing [PM2] /home/pi/.pm2/logs/mm-out-0.log [PM2] /home/pi/.pm2/logs/mm-error-0.log [PM2] Logs flushed pi@Pi3:~ $ pm2 logs [TAILING] Tailing last 10 lines for [all] processes (change the value with --lines option) /home/pi/.pm2/pm2.log last 10 lines: /home/pi/.pm2/logs/mm-out-0.log last 10 lines: /home/pi/.pm2/logs/mm-error-0.log last 10 lines: [STREAMING] Now streaming realtime logs for [all] processes
-
@cowboysdude said in Internet Monitor:
I tell you what I’d do before I tried it again… backup my sd card
Done. I made two backups of my SD card. One locally and one on my backup server. While that was going on I installed a fan on my Pi. I have spare parts lying around. Good little mini project while I waited for the backups. Now my Pi runs at 35 C, down from 60 C. Sweet.
-
@Mykle1 That’s a great idea that I should probably do as well… adding the fan!!!
-
@Mykle1 said in Internet Monitor:
@ronny3050 thanks for a nice Monitor, i love the wifi indicator.You asked for wishes for the Internet Monitor.
I have been looking in the code if it is possible to give te wifi indicators some color.
Making strength_full.png green, strength_almost yellow, strength_half orange and strength_non.png red. Would love to see this as an config option of in the my custom.css.Is there a way to do this?