Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MagicMirror freezes #21

Open
johnbosak opened this issue Oct 24, 2018 · 4 comments
Open

MagicMirror freezes #21

johnbosak opened this issue Oct 24, 2018 · 4 comments

Comments

@johnbosak
Copy link

johnbosak commented Oct 24, 2018

Since I added this module my MagicMirror freezes with a blank screen or freezes with a screen that does not change. This problem always occurs after 24 hours of starting the MM. I tried running only this module and the problem still occurs so the problem is in this module.
Here is the output from PM2 log file:
[TAILING] Tailing last 10 lines for [mm] process (change the value with --lines option)
/home/pi/.pm2/logs/mm-error-0.log last 10 lines:
0|mm | at exports._errnoException (util.js:1026:11)
0|mm | at ChildProcess.spawn (internal/child_process.js:313:11)
0|mm | at Object.exports.spawn (child_process.js:392:9)
0|mm | at Git._schedule (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1165:42)
0|mm | at Git._run (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1150:12)
0|mm | at Git.fetch (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:307:19)
0|mm | at /home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:64:11
0|mm | at Array.forEach (native)
0|mm | at Class.preformFetch (/home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:63:14)
0|mm | at Timeout._onTimeout (/home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:86:9) code: 'ENOMEM', errno: 'ENOMEM', syscall: 'spawn' }

/home/pi/.pm2/logs/mm-out-0.log last 10 lines:
0|mm | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
0|mm | 2018-10-23T06:23:19-04:00 6 MMM-WunderGround: null
0|mm | 2018-10-23T07:02:35-04:00 6 MMM-WunderGround: null
0|mm | Shutting down server...
0|mm | Stopping module helper: MMM-MyCommute
0|mm | Stopping module helper: calendar
0|mm | Stopping module helper: mmm-systemtemperature
0|mm | Stopping module helper: updatenotification
0|mm | Stopping module helper: MMM-WunderGround
0|mm | Stopping module helper: MMM-GoogleMapsTraffic

[STREAMING] Now streaming realtime logs for [mm] process

@anthony6608
Copy link

Have you tried disabling the module and letting the others run for 24-48 hours to know for sure its this module? Also maybe you can check your dev console CTRL+SHIFT+I when the mirror is running. See if you notice any errors there?

@johnbosak
Copy link
Author

johnbosak commented Jan 4, 2019 via email

@GavinSS
Copy link

GavinSS commented Jan 19, 2019

I'm having the same issue. The screen goes blank after about 14 hours. There is an error in the dev console that says the google maps javascript api has been includes multiple times..... So I checked in the head tag and it is in there multiple times. It appears that each time the map updates it adds another set of script tags for this module.

@johnbosak
Copy link
Author

This same error has been identified by others as well. See Console Errors #23 under open issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants