@bimalnair Have you tried to find out which module is causing problems for you yet?
I have finally got a dev log file from the error… As it’s not timestamped, it’s hard to draw any conclusions. But this is one of the lasts logs, which presumably is when the mirror goes black:
[5966:0125/191204:FATAL:memory_linux.cc(35)] Out of memory.
#0 0x0000012a3bb0
#1 0x0000012b4406
#2 0x0000012c8ae6
#3 0x000000d8bb1c
#4 0x000000d8ba9e operator new()
#5 0x0000012b9ee0
#6 0x0000012b94ce
#7 0x0000012ba204
#8 0x0000012cb2c6
#9 0x0000012b89f6
#10 0x000000b58d18
#11 0x000000a34c38
#12 0x000000a35a80
#13 0x000000a349c2
#14 0x00000221e2fa main
#15 0x000074c0f294 __libc_start_main
I did not check which process is eating all the memory though. That will be the next step.
Other than that I can see in the log that I lost internet connection a couple of times:
fatal: unable to access 'https://github.com/MichMich/MagicMirror.git/': Could not resolve host: github.com
Whoops! There was an uncaught exception...
TypeError: Cannot read property 'feed' of undefined
at ClientRequest. (/home/pi/MagicMirror/modules/MMM-Skolmaten/node_helper.js:45:20)
And a lot of these logs, which I guess is ok:
Reusing 14 cached departure(s) for module: MMM-ResRobot
Any bright ideas? :)