MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    auto start assistant.py fo Module MMM-GoogleAssistant

    Scheduled Pinned Locked Moved Solved Troubleshooting
    2 Posts 2 Posters 349 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      SURYA
      last edited by

      Step 1: Terminal—>nano google_auto_start.sh
      Step 2: type the following command
      #!/bin/bash

      source env/bin/activate
      cd ~/MagicMirror/modules/MMM-GoogleAssistant/pi
      python assistant.py

      Step 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

      1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User
        last edited by

        sorry but for me it’s a lot of effort for an unmaintained module

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy