Read the statement by Michael Teeuw here.
my mirror freezes!
-
@Manu85 said in my mirror freezes!:
and when I wanted to quit it he offered to create a folder
sorry, what does that mean?
by adding the mmm-logging module
you get enhanced messages on the terminal window console like this with timestamps[24253:0406/055023.243727:INFO:CONSOLE(107)] "clearing timer", source: http://0.0.0.0:8080/modules/MyCovid19//MyCovid19.js (107) [24253:0406/055023.243800:INFO:CONSOLE(110)] "starting timer", source: http://0.0.0.0:8080/modules/MyCovid19//MyCovid19.js (110) [24253:0406/055023.243847:INFO:CONSOLE(112)] "timer started", source: http://0.0.0.0:8080/modules/MyCovid19//MyCovid19.js (112)
so, you should have started your mirror like this to capture all the traces
npm start >somefile
now that the app is hung, you can open another winscp terminal window and then
cd ~/.MagicMirror
tail somefilewhich will show the last 15 lines of somefile by default
tail -n number somefile
where number is something like 20, 40, 50 will show more linesif you started with pm2, then the output is on the logs…
pm2 logs --lines=100 >somefile
will dump the last 100 lines into somefile so you can examine them -
I have a report which was created in MM “somfile” but I cannot send it because I have this error on the forum
Error
Post content was flagged as spam by Akismet.com -
@Manu85 u can send it to me by email, to my same userid as here at gmail
-
when placing your order I have this:
pi@raspberrypi:~/MagicMirror $ npm start >somefile
[2020-04-06 14:36:28.593] [ERROR] 2020-04-06T14:36:28 { Error: listen EADDRINUSE 127.0.0.1:8080
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1492:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
errno: ‘EADDRINUSE’,
code: ‘EADDRINUSE’,
syscall: ‘listen’,
address: ‘127.0.0.1’,
port: 8080 } (/home/pi/MagicMirror/js/app.js:40 process.)
pi@raspberrypi:~/MagicMirror $ npm start >somefile
[2020-04-06 14:36:28.593] [ERROR] 2020-04-06T14:36:28 { Error: listen EADDRINUSE 127.0.0.1:8080
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1492:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
errno: ‘EADDRINUSE’,
code: ‘EADDRINUSE’,
syscall: ‘listen’,
address: ‘127.0.0.1’,
port: 8080 } (/home/pi/MagicMirror/js/app.js:40 process.) -
@Manu85 that means the mirror is already running, probably cause of pm2… need to stop it first, can’t run two at the same time
-
ok you can tell me how to do it?
-
@Manu85 pm2 stop 0
-
ok I made the order my MM goes out and it doesn’t start anymore, and I don’t know how to get you to send the file to your email, I’m really sorry to be too unable :-(
-
@Manu85 said in my mirror freezes!:
it doesn’t start anymore
on boot, right?
if you use winscp to connect to pi, then copy the file to your pc and mail from there
-
pi@raspberrypi:~/MagicMirror $ tail somefile
[2020-04-06 15:19:00.632] [LOG] 2020-04-06T15:19:00 Connecting socket for: newsfeed (/home/pi/MagicMirror/js/node_helper.js:97 Class.setSocketIO)
[2020-04-06 15:19:00.633] [LOG] 2020-04-06T15:19:00 Starting module: newsfeed (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:15 Class.start)
[2020-04-06 15:19:00.634] [LOG] 2020-04-06T15:19:00 Sockets connected & modules started … (/home/pi/MagicMirror/js/app.js:233 )
[2020-04-06 15:19:00.858] [LOG] 2020-04-06T15:19:00 Launching application. (/home/pi/MagicMirror/js/electron.js:81 App.)
[2020-04-06 15:19:03.615] [LOG] 2020-04-06T15:19:03 MMM-Logging updated config received, reloading console (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:30 Class.socketNotificationReceived)
[2020-04-06 15:19:03.617] [LOG] 2020-04-06T15:19:03 payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
[2020-04-06 15:19:03.619] [LOG] 2020-04-06T15:19:03 payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
[2020-04-06 15:19:03.640] [LOG] 2020-04-06T15:19:03 Create new calendar fetcher for url: http://p59-calendars.icloud.com/published/2/2uR1boEvTP2Z11yC3RAkgMluEyI6FkQslrByha_3OaasENn6SQAtTWIYmfP6JXqtyFFXzQwCFuV_rleNhqA2u8ZaQkK6-6HzuFLzdeE_Pic - Interval: 300000 (/home/pi/MagicMirror/modules/default/calendar/node_helper.js:49 Class.createFetcher)
[2020-04-06 15:19:03.667] [LOG] 2020-04-06T15:19:03 Create new news fetcher for url: https://www.lepoint.fr/rss.xml - Interval: 300000 (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:48 Class.createFetcher)
[2020-04-06 15:19:04.164] [LOG] 2020-04-06T15:19:04 payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)