@poopyurinal pm2 stop mm
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-GoogleAssistant autostart
@poopyurinal said in MMM-GoogleAssistant autostart:
I know that to start the module successfully, I can enter the following 3 commands:
source env/bin/activate
cd ~/MagicMirror/modules/MMM-GoogleAssistant/pi
python3 assistant.pyyou are not starting the module… you are starting a background application
that is included in the module folderthe ‘module’ only runs inside the MagicMirror environment
so, you need to create a command that does the startup…
start the py and then start MMand then automate that
if u stop MM manually and restart it (without doing the assistant.py step) do the GA work thru mirror as u expect?
-
RE: MMM-GoogleAssistant autostart
and with mirror running on boot, press ctrl-shit-i to open the developers window, and select the console tab, and scroll up to find any module errors
there is also a pm2 command to show its log… (I don’t use pm2 myself).
-
RE: MMM-GoogleAssistant autostart
@poopyurinal ok, but if yoiu start it manually does it work?
pm2 stop MagicMirror
open a terminal window (ctrl-alt-t)
cd MagicMirror
npm startdoes it all work?
I don’t know assistant.py I assume it runs in the background… and somehow talks to the module… -
RE: MMM-GoogleAssistant autostart
auto install script sets up a pm2 module to start mirror app
-
RE: MMM-GoogleAssistant autostart
@poopyurinal so, does mirror app start? but assistant doesn’t work ? are you using pm2? to control Mirror autostart?
-
RE: MMM-GoogleAssistant autostart
starting a pgm at boot
https://timleland.com/how-to-run-a-linux-program-on-startup/
you might need two? on the py and one the mirror app?
-
RE: MMM-GoogleAssistant autostart
what is the reported problem? and where?