• 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.

MMM-AssistantMk2

Scheduled Pinned Locked Moved System
421 Posts 61 Posters 550.5k 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.
  • C Offline
    cola0927 @Guest
    last edited by Sep 27, 2018, 3:43 AM

    @sean After I changed the device name in both MMM-AssistantMk2 and MMM-Hotword, the module worked partially. I had to hit microphone icon to let its start listen to me, but that was a one-time response.
    0_1538019668172_屏幕快照 2018-09-26 下午10.21.38.png
    Do you have any idea what the problem is? Thank you so much.

    ? 1 Reply Last reply Sep 27, 2018, 7:20 AM Reply Quote 0
    • ? Offline
      A Former User @cola0927
      last edited by Sep 27, 2018, 7:20 AM

      @cola0927
      Show me your configuration related with MMM-NotificationTrigger. I think MMM-NotificationTrigger cannot relay the connection between Hotword and Assistant.

      C 1 Reply Last reply Sep 27, 2018, 2:43 PM Reply Quote 0
      • C Offline
        cola0927 @Guest
        last edited by Sep 27, 2018, 2:43 PM

        @sean I used the one that you told me previously in config.js with a default MMM-NotificationTrigger.js

        {
                                module: "MMM-NotificationTrigger",
                                config: {
                                  triggers:[
                                    {
                                      trigger: "HOTWORD_DETECTED",
                                      fires: [
                                        {
                                          fire:"HOTWORD_PAUSE",
        
                                        },
                                        {
                                          fire:"ASSISTANT_ACTIVATE",
        		                  delay: 200,
                                          payload: function(payload) {
                                            return {
                                              "profile": payload.hotword
                                            }
                                          }
                                        },
                                      ]
                                    },
                                    {
                                      trigger: "ASSISTANT_DEACTIVATED",
                                      fires: [
                                        {
                                          fire:"HOTWORD_RESUME"
                                        }
                                      ]
                                   },
                                 ]
                               }
        
                        },
        
        1 Reply Last reply Reply Quote 0
        • T Offline
          teitlebot
          last edited by Sep 27, 2018, 5:53 PM

          @cola0927 what word are you using for wakeup? Try snowboy.

          C 1 Reply Last reply Sep 28, 2018, 1:16 AM Reply Quote 0
          • C Offline
            cola0927 @teitlebot
            last edited by Sep 28, 2018, 1:16 AM

            @teitlebot Yes, I tried. It showed that hotword had deteted my voice but then stopped listening instead of waking up assistant. I agree with @Sean that the problem is notification trigger is not working properly. Unfortunately I have no idea how to correct it.

            ? 1 Reply Last reply Sep 28, 2018, 6:51 AM Reply Quote 0
            • S Offline
              SubLim3
              last edited by Sep 28, 2018, 3:06 AM

              So I have been working on my mirror for a few weeks now and so far the MMM-AssistantMk2 module is the only thing I cant seem to get working. As mentioned in a number of previous post, when I apply the default module setup in the config.js and restart, I get an all black screen and nothing is responsive. I can SSH into the config.js and comment out the 5 lines for that module, reboot and all is good again. I have removed and rebuild the module with no errors and no new results.

              Has anyone found the cause behind this and how to resolve? I do have Hotword and NotificationTrigger modules running with no problem. Let me know if I need to drop an image file or some log files for further help. I’m truly stumped here. Any help would be greatly appreciated. Thanks in advanced.

              T 1 Reply Last reply Sep 28, 2018, 5:41 AM Reply Quote 0
              • T Offline
                teitlebot @SubLim3
                last edited by Sep 28, 2018, 5:41 AM

                @sublim3 I dont know if there is a fix for this but thats why many of us are running in serveronly mode

                1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User @cola0927
                  last edited by A Former User Sep 28, 2018, 6:52 AM Sep 28, 2018, 6:51 AM

                  @cola0927 @SubLim3
                  Well, sorry for the inconvenience. Your configuration looks no problem. The easy way to fix could be to test some suspicious points and log it, but it might need some experiences.

                  Do you have Telegram? I can help you with it in real-time. my Telegram ID is “@eouia”. Give me a chat anytime.

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mirror.master @Guest
                    last edited by Sep 29, 2018, 6:13 AM

                    @sean Yes sir! Thank you! Updated everything to stretch and got my mkassistant to run! my next dilemma was linking hotword and notrigger but i gave up, make just make a physical button to click the mic, now on to those tutorials lol wherever they may be.

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      teitlebot
                      last edited by Sep 30, 2018, 2:21 AM

                      @Sean Any suggestions of integration facial recognition to the magic mirror?

                      ? 1 Reply Last reply Sep 30, 2018, 11:50 AM Reply Quote 0
                      • 1
                      • 2
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 42
                      • 43
                      • 10 / 43
                      10 / 43
                      • First post
                        100/421
                        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