MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
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