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.

    MMM-AssistantMk2

    Scheduled Pinned Locked Moved System
    421 Posts 61 Posters 632.1k Views 57 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.
    • M Offline
      mirror.master
      last edited by

      Hey guys any idea why my Google assistant won’t go back to sleep after use? It’s honestly recent, and weird. I can use it as normal, but the Mic stays blue after the fact and doesn’t turn off.

      1 Reply Last reply Reply Quote 0
      • V Offline
        vijayrraut @Guest
        last edited by

        Hello @sean , I am also looking for a “ding” sound on hotword detection, but no luck. Did you get a chance to add this feature to assistantmk2. It would be of great help when talking to the mirror from far distance.

        ? 2 Replies Last reply Reply Quote 0
        • ? Offline
          A Former User @vijayrraut
          last edited by

          @vijayrraut
          I’ll consider it.

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

            @vijayrraut
            Ver 1.1.0 is ready. (not yet merged into master branch)
            You can use ding sound on 1.1.0. It will be my pleasure if you test this for me.
            https://github.com/eouia/MMM-AssistantMk2/tree/1.1.0

            T V 2 Replies Last reply Reply Quote 0
            • T Offline
              teitlebot @Guest
              last edited by

              @sean I’ll give it a try. How do I install something that isnt in the master branch?

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

                @teitlebot

                sudo apt-get install mpg321
                cd ~/MagicMirror/modules/MMM-AssistantMk2
                git pull
                git checkout 1.1.0
                npm install --save wav
                
                1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User
                  last edited by

                  UPDATE

                  [1.1.0] - 2018.10.04

                  • MP3 Output is supported. Now you can get more unchunky sound result.(Set audio.encodingOut to MP3 // OGG is not yet supported.)
                  • ding.wav will be played when Assistant is ready to hear your voice.
                  • How to update from prior version
                  sudo apt-get install mpg321
                  cd ~/MagicMirror/modules/MMM-AssistantMk2
                  git pull
                  npm install --save wav
                  
                  T 1 Reply Last reply Reply Quote 0
                  • T Offline
                    teitlebot @Guest
                    last edited by

                    @sean Thank You
                    Ding is working just fine. Thank You. A little annoying sound and I was thinking of replacing it with another sound file. What if I wanted google to say something instead of ding, can I give it text to say easily?

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

                      @teitlebot
                      change other wav file and rename it as ding.wav,
                      Anyway, if you mean Text-To-Speech, nope. (My prior had that functionality but I abandoned it) I don’t want to back again.

                      T 1 Reply Last reply Reply Quote 0
                      • C Offline
                        cola0927 @teitlebot
                        last edited by

                        @teitlebot totally agree!

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          teitlebot @Guest
                          last edited by

                          @sean ok. Can I ask why you abandoned it?

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

                            @teitlebot
                            Complexity. And most TTS solutions ate not so good to hear. The best Google solution is not free.

                            T 2 Replies Last reply Reply Quote 0
                            • T Offline
                              teitlebot @Guest
                              last edited by

                              @sean I see. I manually created a sound file and replaced it and it works fine, although a bit choppy.

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                teitlebot @Guest
                                last edited by

                                @sean Next Question
                                Why doesnt google allow me to use the MM to play music. I can get it to play out of my google home mini in my kitchen using the MM but there doesnt seem a way to use the MM speaker to play. not even spotify.
                                Although youtube does work as you seem to have added that functionality.

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

                                  @teitlebot
                                  Idk. Because this sdk might be just on beta stage?

                                  1 Reply Last reply Reply Quote 0
                                  • V Offline
                                    vijayrraut @Guest
                                    last edited by

                                    @sean Thank you very much. The changes for “ding” sound are working like a charm. Initially I got error while git pull as I had my own changes to my .js files. I did ‘git stash’ and merged the new changes. Thank you so much.

                                    git stash
                                    git pull
                                    git stash pop
                                    npm install --save wav

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      Stabber
                                      last edited by

                                      Hi. I have a problem at this point:
                                      In your SBC, you can run auth-tool for authentification. (not via SSH)
                                      cd ~/MagicMirror/modules/MMM-AssistantMk2
                                      node auth_and_test.js

                                      and i see this:

                                      1. That’s an error.

                                      Error: disabled_client

                                      A native application: project-1019057327317

                                      You can email the developer of this application at: unconfiguredapp@google.com

                                      This app is not yet configured to make OAuth requests. To do that, set up the app’s OAuth consent screen in the Google Cloud Console.

                                      Probably SSH is the problem, but I don’t understand this: “(So you’d better to execute this script in your RPI shell, not via SSH)”

                                      Could you help me with this?

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

                                        @stabber
                                        I think your Google project(project-1019057327317) is not setup completely. There could be many reasons to cause 4XX errors. But I think you missed making consent screen. Go To Google Cloud Platform > YOUR PROJECT > APIs & Services > Credentials > OAuth Consent Screen Tab and put some information.
                                        I think Application name and Support email are enough. You don’t need to verify, just save it. Then try again.

                                        1 Reply Last reply Reply Quote 0
                                        • Cr4z33C Offline
                                          Cr4z33
                                          last edited by Cr4z33

                                          Before I am going to try to use these modules can someone please tell me whether they can be used with the Google AIY Voice Kit (v1) or not? :grimacing_face:

                                          ? citizendevpiC 2 Replies Last reply Reply Quote 0
                                          • ? Offline
                                            A Former User @Cr4z33
                                            last edited by

                                            @cr4z33
                                            If you can record and play your voice with that device, it could be.

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 21
                                            • 22
                                            • 6 / 22
                                            • 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