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 61.0k 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
      jims @Guest
      last edited by

      @Sean
      I use this, but I don’t know if it’s okay

      			{
      			module: "MMM-Hotword",
      			config: {
      				record: {
      					recordProgram : "arecord",  
      					device        : "plughw:1"
      				},
      				autostart:true,
      				onDetected: {
      					notification: (payload) => {
      					return "ASSISTANT_ACTIVATE"
      					},
      					payload: (payload) => {
      						return {
      						  profile: payload.hotword
      						}
      					}
      				},
      			},
      		},
      			{
      			  module: "MMM-AssistantMk2",
      			  position: "fullscreen_above",
      			  config: {
      				ui: "Fullscreen",
      				assistantConfig: {
      				  latitude: 45.56667,
      				  longitude: 5.93333,
      				},
      				micConfig: { // put there configuration generated by auto-installer
      				  recorder: "arecord",
      				  device: "plughw:1",
      				},
      				recipes: [ "with-MMM-Hotword.js" ],
      				profiles: {
      				  "default": {
      					profileFile: "default.json",
      					lang: "en-US"
      				  }
      				},
      				addons: false,
      			  }
      			},
      
      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @jims
        last edited by

        @jims
        I said both modules. :) Reconfigure Hotword also. Follow the instructions of wiki. (There might be for V3 configuration sample somewhere)

        J 2 Replies Last reply Reply Quote 0
        • J Offline
          jims @Guest
          last edited by

          @Sean sorry
          ok thanks. But I use this url :
          https://github.com/eouia/MMM-AssistantMk2/blob/7406bac00cfed1d1b9783ab2b11b7c54fc515cc9/documents/config_sample.md

          and now, google assistant it’s ok when i said “smartmirror”
          BUT , a google accunt window open to put the google projet and the google window give me a connexion key.
          But, I already do this step before, with node auth_and_test.js and I don’t understand…

          1 Reply Last reply Reply Quote 0
          • J Offline
            jims @Guest
            last edited by

            @Sean everythings it s ok! it s work! just renew the credentiel and the key :)

            1 Reply Last reply Reply Quote 0
            • H Offline
              HaveFunToLearn
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • D Offline
                dish67
                last edited by

                I went to test auth_and_test.js
                pi@MagicMirror:~/MagicMirror/modules/MMM-AssistantMk2 $ node auth_and_test.js
                Opening OAuth URL. Return here with your code.
                Paste your code:

                How // where can I get my code
                I close my google page and re-open my google page and can not see
                to Accept the client verification process etc…

                do you have solution

                thank you

                1 Reply Last reply Reply Quote 0
                • K Offline
                  karthik.nandam @Guest
                  last edited by

                  @Sean

                  I’ve a same problem post installing the Assistant MK2 i dont see audio bar.

                  I’m tring to locate the docusments to install Hotword and MK2 but couldn’t, is it possible for you to share the link to find the documents please

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    dyard
                    last edited by

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

                    mv token.json ./profiles/default.json

                    Nice post, im having a few issues finding directories like this. Do I create it if I cant find it?
                    mv token.json ./profiles/default.json

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @dyard
                      last edited by sdetweil

                      @dyard token.json should be in the folder where u ran the node auth_and_test.js

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Reply Quote 0
                      • M Offline
                        MinhTran @makepluscode
                        last edited by

                        This post is deleted!
                        M 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 5 / 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