A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
auto start assistant.py fo Module MMM-GoogleAssistant
-
Step 1: Terminal—>nano google_auto_start.sh
Step 2: type the following command
#!/bin/bashsource env/bin/activate
cd ~/MagicMirror/modules/MMM-GoogleAssistant/pi
python assistant.pyStep 3: ctrl+x—>y
Step 4: Terminal—>ls -l google_auto_start.sh
Step 5: Terminal—> sudo chmod +x google_auto_start.sh
Step 6: Terminal—>ls -l google_auto_start.sh (google_auto_start.sh must be in green colour)
Step 7: Terminal—>./google_auto_start.sh (to check whether the script is working)
Step 8: pm2 start google_auto_start.sh
Step 9: pm2 save -
sorry but for me it’s a lot of effort for an unmaintained module