• 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 54.5k 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.
  • ? Offline
    A Former User @jims
    last edited by A Former User Feb 10, 2020, 2:59 PM Feb 10, 2020, 2:58 PM

    @jims
    You are using V2 configuration. It was updated recently to V3. Read the docs of MMM-Hotword and MMM-AssistantMk2.

    J K 2 Replies Last reply Feb 10, 2020, 3:10 PM Reply Quote 0
    • J Offline
      jims @Guest
      last edited by Feb 10, 2020, 3:10 PM

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

      MMM-Hotword

      Ok thanks for your reply. So I have to install Hotword and AssistantMk2 in V3. I have to remove the older before ?
      Thanks!

      ? 1 Reply Last reply Feb 10, 2020, 3:12 PM Reply Quote 0
      • ? Offline
        A Former User @jims
        last edited by Feb 10, 2020, 3:12 PM

        @jims
        For AMK2, backup your credentials.json and profiles. Then, remove old one, reinstall freshly. (Don’t worry, It becomes easier with new installer)
        For Hotword, I think git pull would be enough, but if you want, reinstall freshly.

        J 1 Reply Last reply Feb 10, 2020, 3:14 PM Reply Quote 0
        • J Offline
          jims @Guest
          last edited by Feb 10, 2020, 3:14 PM

          @Sean Thanks! I test and I will tell you if everithings it’s okay!

          1 Reply Last reply Reply Quote 0
          • M Offline
            MilkShake
            last edited by MilkShake Mar 10, 2020, 8:22 AM Mar 10, 2020, 8:12 AM

            Hi Huys, I am trying to follow this guide however I have trouble finding some of the folders after the install.

            In Step 5: The path ~/MagicMirror/modules/MMM-Hotword/node_modules/snowboy does not exist. I found Snowboy in ~/MagicMirror/modules/MMM-Hotword/snowboy instead.

            In Step 5 after installing the assistant, I cannot find the folder scripts in ~/MagicMirror/modules/MMM-AssistantMk2 to make them executable.

            Does anyone have an idea why that could be? I am running the latest Rasbian Buster distribution.

            Best Regards
            MilkShake

            ? 1 Reply Last reply Mar 10, 2020, 8:50 AM Reply Quote 0
            • ? Offline
              A Former User @MilkShake
              last edited by A Former User Mar 10, 2020, 9:04 AM Mar 10, 2020, 8:50 AM

              @MilkShake
              MM and modules are changed often. So In some cases; following original instruction would be another way.

              For MMM-Hotword and MMM-AssistantMk2, It was updated recently… (almost 1~2 months ago). Go to each repository, Read the docs, and follow the instruction to install.

              M 1 Reply Last reply Mar 11, 2020, 2:30 PM Reply Quote 0
              • M Offline
                MilkShake @Guest
                last edited by Mar 11, 2020, 2:30 PM

                @Sean Ok, Thank you dude. I will put more effort into it :)

                1 Reply Last reply Reply Quote 0
                • J Offline
                  jims
                  last edited by Mar 18, 2020, 5:11 PM

                  @Sean Hi Sean. At the moment, i have time to test google assistant haha So, I update Hotword and Assistant Mk2 in V3. But, it doesn’t work… I don’t have the icon google assistant on my screen…
                  Can you help me please ?

                  ? 1 Reply Last reply Mar 18, 2020, 5:14 PM Reply Quote 0
                  • ? Offline
                    A Former User @jims
                    last edited by Mar 18, 2020, 5:14 PM

                    @jims
                    Change your configuration. probably you are using old ones for both modules.

                    J 1 Reply Last reply Mar 18, 2020, 5:16 PM Reply Quote 0
                    • J Offline
                      jims @Guest
                      last edited by Mar 18, 2020, 5:16 PM

                      @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 Mar 18, 2020, 5:39 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 4 / 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