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 630.8k 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.
    • Z Offline
      Zoltan @Guest
      last edited by

      @Sean
      Hi Sean
      I only have ideas that i have seen on other sites where Google home has been installed on a Raspberry. There is a file In the link below at Step 7 that one might used as an idea on how to manage it. Not sure if i am allowed to post links to other sites other than Github and this forum?

      https://medium.com/@kevalpatel2106/turn-your-raspberry-pi-into-homemade-google-home-9e29ad220075

      And then there is also in the middle of the following page a way of doing it with a heading
      “Bonus: Voice Activated GPIO”

      https://www.makeuseof.com/tag/diy-google-home-assistant-raspberry-pi/

      My slate is clean other than this :-(

      ? 1 Reply Last reply Reply Quote -1
      • ? Offline
        A Former User @Zoltan
        last edited by

        @Zoltan
        To say clear, the job of MMM-AssistantMk2 is understanding your vocal phrase. Turning on/off GPIO thing is others job. If you have or find program/script/command or module which can turn on/off GPIO, MMM-ASSITANTMK2 can translate your vocal phrase to execution trigger for them. So you’d better find one at first.

        1 Reply Last reply Reply Quote 0
        • Z Offline
          Zoltan
          last edited by

          @Sean
          I get you with this one. I was just thinking that the moment the google icon on the screen change to any thing else than the google icon (Process or listening or speaking) then one of the GPIO pins can be made high. This will then be the same effect as on the google home with the LEDs on the top

          After the above has been accomplished. Then i would like to explore a recipe that can switch the LED lights on, on a command eg “Light On”, and then later switch them off again when i say “Light off”. This i would use when the mirror is in an dark area and would like to have more light while i groom lol

          1 Reply Last reply Reply Quote 0
          • M Offline
            mithatcak
            last edited by

            @Sean first of all, thank you for this amazing module! quick question, I’m using ps3 eye which has 4 channel mics but I don’t see any option for channel in the config. It is only present in your MMM-Hotword module. Am I missing something? Thanks!

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

              @mithatcak
              The node module node-record-lpcm16 - which is used for getting record from mic in MMM-AssistantMk2 - has that feature already (from version 1.0.1 / since Jul. 2019), So if you installed AMK2 nowadays, you can use channel fields also in this module.

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                mithatcak @Guest
                last edited by

                @Sean thanks! I noticed a typo in MMM-Hotword config documentation it should be channel instead of channels. When I use channels both Hotword and AMK2 won’t record.

                1 Reply Last reply Reply Quote 0
                • O Offline
                  otto
                  last edited by otto

                  @Sean maybe u know what how i can fix the:
                  https://github.com/makepluscode/rpi-tutorial-advanced/issues/12

                  i im following this guide:https://www.youtube.com/watch?v=jrOOBGkOOZQ&feature=youtu.be

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    aunrea
                    last edited by

                    I am having an issue with getting this module to work. I get a blank black screen when my magic mirror starts up after I installed this module. I have looked over the config and everything looks fine (no missing commas or brackets). I am not sure what else I can do.

                    S 1 Reply Last reply Reply Quote 0
                    • S Do not disturb
                      sdetweil @aunrea
                      last edited by

                      @aunrea start the developers window, with ctrl-shift-i on the keyboard, select the tab marked console at the top of that window, and scroll up to find any errors, usually red text

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      A 1 Reply Last reply Reply Quote 0
                      • A Offline
                        aunrea @sdetweil
                        last edited by

                        @sdetweil The only error I got was

                        Moment Timezone has no data for America/New York. See http://momentjs.com/timezone/docs/#/data-loading/.
                        logError @ moment-timezone-with-data.js:472
                        
                        A 1 Reply Last reply Reply Quote 0
                        • A Offline
                          aunrea @aunrea
                          last edited by

                          I just realized I forgot to reactivate the module. I quoted it out. Now it runs fine. I don’t know what was the issue before.

                          1 Reply Last reply Reply Quote 0
                          • R Offline
                            raedonlpa
                            last edited by

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

                              i just what to check so if this is right or wrong before i try it:S

                              https://pastebin.com/m4d4nhJH

                              on line 20 i get this: ‘arrow function syntax (=>)’ is only available in ES6 (use ‘esversion: 6’).

                              on line 21 i get this: Missing semicolon.

                              is this anyting i need to change?

                              O S 2 Replies Last reply Reply Quote 0
                              • O Offline
                                otto @otto
                                last edited by

                                @otto said in MMM-AssistantMk2:

                                i just what to check so if this is right or wrong before i try it:S

                                https://pastebin.com/m4d4nhJH

                                on line 20 i get this: ‘arrow function syntax (=>)’ is only available in ES6 (use ‘esversion: 6’).

                                on line 21 i get this: Missing semicolon.

                                is this anyting i need to change?

                                i got this when i was trying to start it:

                                WARNING! Could not load config file. Starting with default configuration. Error found: Error: Failed to load gRPC binary module because it was not installed for the current system
                                Expected directory: electron-v3.1-linux-arm-glibc
                                Found: [node-v64-linux-arm-glibc]
                                This problem can often be fixed by running “npm rebuild” on the current system
                                Original error: Cannot find module ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v3.1-linux-arm-glibc/grpc_node.node’

                                S ? 2 Replies Last reply Reply Quote 0
                                • S Do not disturb
                                  sdetweil @otto
                                  last edited by

                                  @otto your node version is downlevel…

                                  please do

                                  node -v
                                  

                                  and

                                  npm -v
                                  

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  O 1 Reply Last reply Reply Quote 0
                                  • S Do not disturb
                                    sdetweil @otto
                                    last edited by

                                    @otto after u fix the node problem above, then redo the npm install in the module folder…
                                    if there are still issues, then see the module installation instructions for the steps to resolve this problem

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • O Offline
                                      otto @sdetweil
                                      last edited by

                                      @sdetweil said in MMM-AssistantMk2:

                                      node -v

                                      node:v10.16.3

                                      npm -V 6.11.2

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

                                        @otto said in MMM-AssistantMk2:

                                        WARNING! Could not load config file. Starting with default configuration. Error found: Error: Failed to load gRPC binary module because it was not installed for the current system
                                        Expected directory: electron-v3.1-linux-arm-glibc
                                        Found: [node-v64-linux-arm-glibc]

                                        This message means you’ve missed/failed electron-rebuild step. read the docs and do that step again carefully.

                                        O 1 Reply Last reply Reply Quote 0
                                        • O Offline
                                          otto @Guest
                                          last edited by

                                          @Sean do i need to reinstall it all, or can i just jump to electron-rebuild ?

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

                                            @otto
                                            I think if there is no other issue, just doing electron-rebuild be enough.

                                            O 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
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 21
                                            • 22
                                            • 9 / 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