• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

The latest Install Guide (MM w/ Google Assistant)

Scheduled Pinned Locked Moved Troubleshooting
63 Posts 25 Posters 56.8k Views 28 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.
  • J Offline
    Jmh474
    last edited by Jan 16, 2019, 9:40 PM

    This post is deleted!
    1 Reply Last reply Reply Quote 0
    • F Offline
      Fabian @makepluscode
      last edited by Mar 9, 2019, 3:48 PM

      @makepluscode
      Hello first of all thanks for the great tutorial!
      Unfortunately I’m stuck with the last step (installation of the microphone)
      When I enter the command “vi ~/.asoundrc” I get the following message:
      0_1552146497267_IMG_1216(2).JPG

      I ask for help
      Greeting Fabian

      S 1 Reply Last reply Mar 21, 2019, 9:12 PM Reply Quote 0
      • S Offline
        Sahil @Fabian
        last edited by Mar 21, 2019, 9:12 PM

        @Fabian
        Type sudo nano. asoundrc in command prompt
        Then paste your code there.
        To save that code press ctrl+X, then Y and then enter.
        You are good to go

        1 Reply Last reply Reply Quote -1
        • D Offline
          dxfan227
          last edited by Apr 5, 2019, 11:12 PM

          So In Your Opinion is MMM Hotword and MMM-assistankmk2 the best combo for google assistant?

          I see a few other modules like MMM-GoogleAssistant out there too

          1 Reply Last reply Reply Quote 0
          • S Offline
            siddhartha
            last edited by Aug 13, 2019, 9:47 AM

            pcm.!default {
            type asym
            capture.pcm “mic”
            playback.pcm “speaker”
            }
            pcm.mic {
            type plug
            slave {
            pcm “hw:1,0”
            }
            }
            pcm.speaker {
            type plug
            slave {
            pcm “hw:0,1”
            }
            }

            This is my asoundrc conf but i want to change conf like this

            defaults.pcm.!card
            defaults.ctl.!card

            screencast and google assistant both want diffrent asoundrc so any suggetions ??

            Thank you.

            i am noob at this so sorry in advance for dumb question…

            Thank you for your reply 🙂

            1 Reply Last reply Reply Quote 0
            • O Offline
              otto
              last edited by Aug 26, 2019, 10:41 AM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • O Offline
                otto @makepluscode
                last edited by Aug 26, 2019, 11:37 AM

                @makepluscode
                https://pastebin.com/cBFMG7ak

                i got this… what sholde i do?

                1 Reply Last reply Reply Quote 1
                • H Offline
                  harrycool25
                  last edited by Nov 16, 2019, 3:52 AM

                  An amazing guide! Thanks a lot. Got the mirror and the google assistant module up an running well, with a few issues that I will address here.
                  So, overall, everything is VERRY LAGGY- from audio, video, animation and update rate. I was told to downgrade MM from 2.9.0 down to 2.1.0, but have no idea how. Any help please. And the google assistant, when asked about some specific things like direction or information on the web, it just shows the URL for like a split second, then stop. Anyway I can display this on my phone, like idk connect the module to my phone in any way?
                  Please help. I’ve been struggling with this for 4 weeks already and it’s starting to br a major annoyance :(

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    Ayos53
                    last edited by Dec 3, 2019, 2:05 PM

                    Excuse me but i have a problem in your tutoriel : step 5 point 1.
                    when you ask to go :

                    cd ~/MagicMirror/modules/MMM-Hotword/node_modules/snowboy

                    I havent folder node module. When i “npm install” in MMM-hotword i have :

                    npm notice created a lockfile as package-lock.json. You should commit this file.
                    npm WARN MMM-Hotword@2.0.1 No repository field.
                    
                    S 1 Reply Last reply Dec 3, 2019, 2:29 PM Reply Quote 0
                    • S Offline
                      sdetweil @Ayos53
                      last edited by sdetweil Dec 3, 2019, 2:30 PM Dec 3, 2019, 2:29 PM

                      @Ayos53 said in The latest Install Guide (MM w/ Google Assistant):

                      I havent folder node module.

                      its node_modules (note the trailing s)…

                      it will be there if you ran npm install in the MMM-Hotword folder as required by the install instructions (the install.sh script does this)

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 2 / 7
                      • 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