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-GoogleAssistant

    Scheduled Pinned Locked Moved Unsolved Development
    18 Posts 3 Posters 3.8k Views 3 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
      MrDondoT
      last edited by

      Hello guys,
      I’m wondering (I couldn’t find anywere) if the MMM-GoogleAssistant module can be activated using a personal snowboy hotword detector (*.pmdl).
      If yes, is the config the same?

      				},
      				snowboy: {
      				  audioGain: 2.0,
      				  Frontend: true, //use true with other models
      				  Model: "rachele", 
      				  Sensitivity: 0.7 //null
      				},
      

      thanks

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

        @MrDondoT yes, and yes.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          ouch! thanks!!
          Great stuff

          Btw, I would suggest to write a note about it in the documentation.

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

            @MrDondoT I would open an issue in the GitHub repo.

            I am not the author.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            M 1 Reply Last reply Reply Quote 0
            • M Offline
              MrDondoT @sdetweil
              last edited by

              @sdetweil
              :folded_hands: appreciate

              but the mm will continue restarting with errors.
              I’ve put the rachele.pmdl file in the same dir of the others:
              /home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_modules/@bugsounet/snowboy/resources/models

              and that’s the log:

              5268cb1f-fc92-47f8-86ee-8fa7a659d89b-image.png

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

                @MrDondoT and what did u specify in config?

                must the full name rachele.pmdl

                else it will look for the other file type

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  this feature is not yet supported by GA

                  S M 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @Guest
                    last edited by

                    @Bugsounet booo… how did u break it?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      It’s not breaked, just not coded in core of @bugsounet/snowboy

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

                        @Bugsounet
                        ahh, that’s why I couldn’t find any support on that.

                        Will you support personal ww?

                        thanks

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

                          in the begining, i’m try to make a simple configuration because original snowboy configuration is very … very boring

                          I have planned to add it but not set actually
                          Just official hotkey is supported

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

                            @Bugsounet
                            yeah, I’ve seen guys around trying using MMM-Hotword, MMM-Snowboy with your module to get around it, also the old repo https://github.com/gauravsacc/MMM-GoogleAssistant had that option available.

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

                              sure,
                              my npm library is NOT the same like original snowboy

                              I use only my own npm library, but i have a lot of module so i have a choice to do for update ;)
                              actually i’m working around MMM-Tools maybe after i will code your feature :)

                              Note:
                              it’s not too complex to add it, just give me time to do it !
                              unfortunately I only have 2 hands … otherwise I will be an octopus mouahahah

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

                                @Bugsounet
                                :flexed_biceps:
                                thanks, you did great!

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

                                  @Bugsounet
                                  personal model *.pmdl: it works like a charm!
                                  microphone in my rpi4: ReSpeaker Mic Array v2-0
                                  config.js:

                                  ...
                                  snowboy: {
                                  	  usePMDL: true,
                                  	  audioGain: 2.5,
                                  	  Frontend: false, //use true with other models
                                  	  Model: "rachele", //snowboy
                                  	  Sensitivity: 0.6 //null
                                  },
                                  ...
                                  

                                  Frontend: false is better in my case.

                                  tested @3mt away from mic.

                                  Just a typo in MMM-GoogleAssistant.css row 30 and 32 (it was already there in previous version).

                                  Fantastic!
                                  Thanks

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

                                    thx ;)

                                    I have promise support

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

                                      @Bugsounet :ok_hand:

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

                                        @MrDondoT said in MMM-GoogleAssistant:

                                        Just a typo in MMM-GoogleAssistant.css row 30 and 32 (it was already there in previous version).

                                        thx, i will be corrected for next release

                                        edit:
                                        lol, same in 41 and 43
                                        not really important, but not clean ;)
                                        it can wait again for next release (so go to dev too !)

                                        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 / 1
                                        • 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