• 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 453.3k 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.
  • T Offline
    tontonchow @Guest
    last edited by Feb 9, 2020, 9:28 AM

    @Sean my app is correctly configure for me. If he don’t understand histoire reply is in french but if i speak french he don’t understand.

    Étrange

    ? 1 Reply Last reply Feb 9, 2020, 10:04 AM Reply Quote 0
    • ? Offline
      A Former User @tontonchow
      last edited by Feb 9, 2020, 10:04 AM

      @tontonchow
      Weird. Transcription on the log is returned as French as expected?

      T 1 Reply Last reply Feb 9, 2020, 10:17 AM Reply Quote 0
      • T Offline
        tontonchow @Guest
        last edited by tontonchow Feb 9, 2020, 10:18 AM Feb 9, 2020, 10:17 AM

        @Sean Yes
        I don’t know why but it seems to work after adjust config.js and reboot

        add , after lang line

        profiles: {
                 "default" : {                                                                                                                   
                            profileFile: "default.json",                                                                                            
                            lang: "fr-FR",
        
        ? 1 Reply Last reply Feb 9, 2020, 10:27 AM Reply Quote 0
        • ? Offline
          A Former User @tontonchow
          last edited by A Former User Feb 9, 2020, 10:27 AM Feb 9, 2020, 10:27 AM

          @tontonchow
          Can you show me the log of transcription part when you said some phrases as French? To see whether transcription was recognized as French or not.

          1 Reply Last reply Reply Quote 0
          • M Offline
            MisterT
            last edited by Feb 15, 2020, 2:49 PM

            Hi Sean,
            Nice works for MK2 update but i have a problem to install it. I launched the auto installation but a packet is not found. gcc-7 is missing. when a try to install manually the answer is (in french):

            pi@raspberrypi:~/MagicMirror/modules/MMM-AssistantMk2 $ sudo apt-get install gcc-7
            Lecture des listes de paquets... Fait
            Construction de l'arbre des dépendances       
            Lecture des informations d'état... Fait
            E: Impossible de trouver le paquet gcc-7
            
            

            when i write gcc -v the result is:

            gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1) 
            

            And without this my Magic mirror turn into a black screen

            How i can install gcc-7 ?
            Do i need an update of raspbian to install gcc-7. I’m on last version of raspbian Stretch

            Thanks for your support and your next answers

            ? 1 Reply Last reply Feb 15, 2020, 3:22 PM Reply Quote 0
            • ? Offline
              A Former User @MisterT
              last edited by Feb 15, 2020, 3:22 PM

              @MisterT
              first, try to install without gcc7. usually gcc8 on buster was a reason of problem, so gcc6 on stretch might be ok(not tested currently but it worked a year ago)

              1 Reply Last reply Reply Quote 0
              • M Offline
                MisterT
                last edited by Feb 16, 2020, 3:30 PM

                hi @Sean thanks for your reply. So retry auto installation with gc6 and rebuild electron. Then finish the config with my audio and mic. Great
                After these, i download my credentials then make my default profile.
                So everithing seem to bo good. that’t why i start MM and:
                MK2v3 logo is on my Magic mirror with animation but when i say a simple sentence, nothing happen.
                I changed hotword word to Jarvis and html5 to mpg321 but it’s the same thing.

                See below my config js for hotword and MK2

                			{
                	module: "MMM-Hotword",
                	position: "top_left",
                	config: {
                	useDisplay: false,
                	chimeOnFinish: null,
                	recipes: ["with-AMk2v3_Jarvis.js"],
                	mic: {
                		recordProgram: "arecord",
                		device: "plughw:1",
                            },
                				  },
                	},
                		{
                  	module: "MMM-AssistantMk2",
                  	position: "top_right",
                  	config: {
                	debug: true,
                	 ui: "Classic",
                	assistantConfig: {
                	latitude: 43.64074, // -90.0 - +90.0
                	longitude: 5.09545, // -180.0 - +180.0
                					  },
                	responseConfig: {
                	useHTML5: false, // sound render by HTML5
                	playProgram: "mpg321",
                				},
                	micConfig: {
                	recorder: "arecord",
                	device: "plughw:1",
                				   },
                	recipes: [
                	"with-MMM-Hotword.js"
                				   ],
                	profiles: {
                	"default": {
                		profileFile: "default.json",
                			lang: "fr-FR"
                				 }
                
                				  },
                			},
                		},
                

                have you an idea ?

                ? 1 Reply Last reply Feb 16, 2020, 4:07 PM Reply Quote 0
                • ? Offline
                  A Former User @MisterT
                  last edited by Feb 16, 2020, 4:07 PM

                  @MisterT
                  Need a log to know what happens.

                  M 1 Reply Last reply Feb 17, 2020, 1:23 PM Reply Quote 0
                  • M Offline
                    MisterT @Guest
                    last edited by MisterT Feb 17, 2020, 1:24 PM Feb 17, 2020, 1:23 PM

                    @Sean after uninstall, re install, rebuilt electron from MK2 and from Hotword, it was always the same.
                    So i decided to start a simple config.js with only default modules and Mk2 and hotword. Finaly…Tada !!! it works.

                    The guilty module is MMM-GooglemapsTraffic. So I hid it in my config.js

                    I have no console log about Mk2 if MMM-GooglemapsTraffic is on.

                    Have you an idea?

                    S 1 Reply Last reply Feb 17, 2020, 1:27 PM Reply Quote 0
                    • S Offline
                      sdetweil @MisterT
                      last edited by sdetweil Feb 17, 2020, 1:30 PM Feb 17, 2020, 1:27 PM

                      @MisterT said in MMM-AssistantMk2:

                      MMM-GooglemapsTraffic

                      yes, it has a bug, download the fixed version from my repo (the author has not updated from my changes, last updated 2 years ago)

                      rename the existing module folder out of the way

                      cd ~/MagicMirror/modules
                      mv MMM-GooglemapsTraffic MMM-GooglemapsTraffic.original
                      git clone https://github.com/sdetweil/MMM-GoogleMapsTraffic.git
                      cd MMM-GooglemapsTraffic
                      npm install
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      M 1 Reply Last reply Feb 19, 2020, 4:49 PM Reply Quote 0
                      • 1
                      • 2
                      • 39
                      • 40
                      • 41
                      • 42
                      • 43
                      • 41 / 43
                      41 / 43
                      • First post
                        401/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