Please see this issue:
https://github.com/MichMich/MagicMirror/issues/1210
Has anyone fully updated their MM and it’s fully working?
Please see this issue:
https://github.com/MichMich/MagicMirror/issues/1210
Has anyone fully updated their MM and it’s fully working?
Oh, pleeeease. Still no MIC input and still no more RAM. :)
@j.e.f.f Thank you. Yeah, that seem to be the best dev solution so far.
I just got pushed the latest Raspian Stretch upgrade to:
# uname -a
Linux mmm 4.9.80-v7+ #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l GNU/Linux
# sudo lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.3 (stretch)
Release: 9.3
Codename: stretch
After doing sudo apt upgrade (116 MB) it broke my splash screen and reset all other /boot/cmdline.txt settings to original:
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=xxxxxxxx-yy rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait splash plymouth.ignore-serial-consoles quiet
Make sure you make a backup of this file, and the MM splash image.
I’m still investigating what else has changed…
EDIT:
Ok, it seem fairly safe, unless you have made other OS changes.
After having spent 3 months starting and restarting the MM framework a thousand times, for debugging purposes, I came up with the question, if there is a way to run a mudule without the MM framework. After all, we have already installed all the pieces and dependencies, the default config is already present in the module itself and so on.
So what would it take to run a module stand-alone?
(No worry about the layout, positioning and CSS.)
I just want to add, that using pm2 flush in a script (for restart purposes) may not work as expected. The next operation will start immediately, before flush completes, and thus the new thread will already start writing to the file, blocking it from getting cleared.
You need to wait for the entire thread to finish, like this:
pm2 flush; pm2 start mm; echo "this doesn't clear the logs";
pm2 flush && pm2 start mm; echo "now it works";
@raywo Hi goal and standards are noble, but I think trying to get some money via Patreon is a dead end. People hate to sign up for (new) stuff to send some pocket cash here and there. He would probably benefit more from getting a crypto currency account. Or some other big payment chain. That said, those bloody public transportation agencies should donate him some living funds!
Just added a colored legend to the table footer.
