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 (v3)

    Scheduled Pinned Locked Moved System
    135 Posts 27 Posters 70.1k Views 25 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
      last edited by A Former User

      hi, google-assistant module is not installed.

      try this:

      cd ~/MagicMirror/modules/MMM-AssistantMk2
      npm install
      

      and execute electron rebuild :)

      1 Reply Last reply Reply Quote 0
      • N Offline
        nakedrabbit
        last edited by

        Yes, that seems obvious, but I did, in fact, follow the installation instructions, so I’m not sure why I have this error message either… left over from an aborted earlier attempt?

        In addition I took out Hotword and used your fine snowboy addon. Exactly the same effect, so I must have something wrong with my general setup… still testing…

        Thanks for your patience!

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

          @nakedrabbit : oupss, i have not seen your post :(
          maybe your problem is now solved…

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

            MMM-AssisantMk2 v3.1.1-1

            3.1.1-1 (05/03/2020)

            • BUG: correct audio cutting response for mpg321 (test)
            • ADD: add cvlc audio out support (vlc using)

            3.1.1-0 (02/03/2020)

            • ADD: add new function for addons-recipe (socketExec, onSocketExec)
            • BUG: continous conversation bug - infinite loop on no user response
            • BUG: double chimed on TRANSCRIPTION_FAILS retry
            • ADD: ability to set no chime on activate assistant
            • ADD: touching the keyword “try to say” activates the assistant for the suggested search (Fullscreen and Classic2 ui)
            • ADD: ASSISTANT_WEB server for activate with keyword
            • MOTIFY : search KEYWORD/ TRYTOSAY translation script to improve performance
            • BUG: correct screen parser log

            Assistant2Display v1.0.0

            addons of AMk2 to display result links and photos of assistant search

            credits:

            • @Sean
            • @bugsounet

            Addons repository updated

            see addon repository for more information ;)

            Good assistant to you !

            @bugsounet, @Sean

            SergeS 1 Reply Last reply Reply Quote 0
            • SergeS Offline
              Serge @Guest
              last edited by

              @Bugsounet said in MMM-AssistantMk2 (v3):

              MMM-AssisantMk2 v3.1.1-1

              Excellent updates!
              @Bugsounet could you please explain in a few words the functionality of these two features:

              • ADD: ASSISTANT_WEB server for activate with keyword
              • MOTIFY : search KEYWORD/ TRYTOSAY translation script to improve performance

              I have looked briefly on module’s wiki and did not found what do they mean.

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

                @Serge said in MMM-AssistantMk2 (v3):

                ASSISTANT_WEB server

                internal server to activate assistant with http://127.0.0.1:8080/activatebytext/?query='your request'
                it’s used in Fullscreen ui for touch help response screen word to active assistant with it

                KEYWORD/ TRYTOSAY

                script to search and store
                try to say... translation
                keyword is help word if found

                it’s used in Classic 2 ui

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

                  MMM-AssisantMk2 v3.1.1-2

                  3.1.1-2 (06/03/2020)

                  • ADD/MODIFY: ui: "Fullscreen"
                    • position: "fullscreen_above" is now ui like Google Home
                  • MODIFY: user interface priority order Assistant2Display -> AMk2
                  • ADD: move native sound to class
                  SergeS A 2 Replies Last reply Reply Quote 0
                  • SergeS Offline
                    Serge @Guest
                    last edited by

                    @Bugsounet got it. thanx for quick reply. will test shortly

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      athavanraja @Guest
                      last edited by

                      @Bugsounet Hi I am on version 3.0.2 and trying to update to latest version.
                      Running npm run update at ~/MagicMirror/modules/MMM-AssistantMk2 gives the following error message

                      pi@raspberrypi:~/MagicMirror/modules/MMM-AssistantMk2 $ npm run update
                      npm ERR! missing script: update

                      npm ERR! A complete log of this run can be found in:
                      npm ERR! /home/pi/.npm/_logs/2020-03-15T18_41_39_806Z-debug.log

                      Any help is highly appreciated.

                      Thanks.

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

                        hi, write update script since v3.1.X ;)

                        so, retry with this:

                        cd ~/MagicMirror/modules/MMM-AssistantMk2
                        git pull
                        npm run update
                        

                        it should work ;)
                        notes :

                        • install all new needed dependencies
                        • skip GCC check
                        • Electron rebuild step is not needed
                        • Audio check is not needed too

                        If you have some problems for updating, or if don’t work, i will help you ;)

                        A 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 10
                        • 11
                        • 12
                        • 13
                        • 14
                        • 13 / 14
                        • 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