Read the statement by Michael Teeuw here.
[Electron] display, MM faded away
-
Note: if MM is running with pm2. You can use
pm2 log
command for see logs in real time -
@Bugsounet thanks for the Note.
-
it’s strange,
sometimes I reboot my Raspberry the device card changes for my microphone plugged in USB, sometimes it is indevice: "plughw: 1",
sometimes indevice: "plughw: 2"
, so I have to change it in myconfig.js
-
Yes, i have too this issue sometime ago
now it’s solved with lasted firmware (i think) because i don’t have this problem at now (RPI4)
-
@Bugsounet I was using a small SD card 8MEG and my logs got too full and kept things from running correctly.
I had to pm2 flush to clear out the logs.
and then restart and it worked.So I got a bigger sd card and have been working on the errors. I found changing the timer in the grove-gestures script got rid of a lot of timeout errors on it’s python script. I also made the news feed refresh less frequently and got less 401 errors from that. Now I can probably go back to the 8gb card. :-)
-
@kayakbabe if u get 401 from newsfeed, turn off the module don’t let it just post errors to the log
add
disabled:true,
after any module name to turn that module off
-
@sdetweil said in [Electron] display, MM faded away:
disabled:true,
I’m confused… if the module is still in the MagicMirror file and folder structure? is it still executed even if the module is completely commented out of the MagicMirror config.js? or does disabled:true; do the same thing as commenting it out?
-
@kayakbabe disabled:true does the same as commenting out. and less possible to have an error.