• Register
    • Login
    • Search

    Unsolved "Stop" doen't work with Jarvis

    Issues
    5
    11
    49
    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.
    • R
      RIKO14 last edited by

      Good morning,
      Jarvis no longer wants to stop with the “Stop” command.
      I say “Jarvis mets France Inter” the radio station starts. I say “Jarvis stop” GA displays “stoppe” on my screen and launches this wikipedia page.
      Sans titre.png
      What to do ?
      Thank you for your help.

      1 Reply Last reply Reply Quote 0
      • pitchx
        pitchx BetaTester Helpers last edited by

        have you tried a simple workaround by changing the stopCommand in your config.js

        stopCommand: 'stoppe',
        

        I suspect a misconfiguration in your language param

        1 Reply Last reply Reply Quote 0
        • bugsounet
          bugsounet Main Coder last edited by

          Vous faites travailler votre anglais les gars ?
          😂

          Je vais regarder à la rentré pour mettre en place une suite de mots clé pour le stop 😉

          My place in France Top committers of Github:
          committers.top badge

          R 1 Reply Last reply Reply Quote 0
          • R
            RIKO14 @bugsounet last edited by

            I added on my config.js :

            
              module: "MMM-GoogleAssistant",
            
              configDeepMerge: true,
            
              config: {
            
                assistantConfig: {
            
                  lang: "fr-FR",
            
                  latitude: 49.1945833,
            
                  longitude: -0.375623,
            
                  stopCommand: "stoppe",
            
                },
            
                 recipes: [
            
                  "../../EXT-RadioPlayer/recipe/EXT-RadioPlayer.fr.js",
            
                ]
            
              }
            
            },
            

            but it does not work, here is what is displayed on my screen : Sans titre.png

            1 Reply Last reply Reply Quote 0
            • bugsounet
              bugsounet Main Coder last edited by

              Regarde le wiki afin de placer ton stopCommand au bon endroit 😉

              My place in France Top committers of Github:
              committers.top badge

              R 1 Reply Last reply Reply Quote 0
              • R
                RIKO14 @bugsounet last edited by RIKO14

                So I went through the wiki again and I think I missed something because the only place I read about stopCommand is here
                and so I modified my config.js like this :

                {
                
                  module: "MMM-GoogleAssistant",
                
                  configDeepMerge: true,
                
                  config: {
                
                    assistantConfig: {
                
                      lang: "fr-FR",
                
                      latitude: 49.1945833,
                
                      longitude: -0.375623,
                
                      stopCommand: "stop"
                
                    },
                
                     recipes: [
                
                      "../../EXT-RadioPlayer/recipe/EXT-RadioPlayer.fr.js",
                
                    ]
                
                  }
                
                },
                

                but it still doesn’t work, as soon as I say “Jarvis stop”, GA displays “stop” and launches a wikipedia page, yet I haven’t changed anything except an update several days ago.
                on the other hand (I believe since the update) as soon as my MM launches I have these 2 messages which appear at the top of my screen.
                first this one :
                1Sans titre.png

                then this message:
                2Sans titre.png

                maybe my MM update didn’t go well because I didn’t have these messages before… as long as my radio station was starting and I could stop it with the “stop” command it wouldn’t didn’t worry me, but I think it’s related, right?
                what should I do ?
                If that’s not it but I haven’t read the wiki well enough can you direct me to the page concerned because before I didn’t have to add this “stopCommand”

                besides sometimes (like now) I also have a problem with the EXT-Bring module which disappears from my screen…

                I do Reinstall Gateway with :

                cd ~/MagicMirror/modules/Gateway
                npm run rebuild
                

                But the same messages appear on my screen.

                And when I turn off and restart my Pi I have these 2 messages that appear:
                first this one:
                3Sans titre.png

                and then this message :
                4Sans titre.png

                Thank you for your help.

                V 1 Reply Last reply Reply Quote 0
                • V
                  venditti69500 Donators @RIKO14 last edited by

                  @RIKO14 reprenez correctement le wiki, je ne pense pas que @bugsounet ai placé une commande par défaut dans la config de l’assistant, plutôt dans la config du module 😉. Quand vous dites redémarrer, qu’entendez vous ? Je ne pense pas que vous rencontrerez de problème en redémarrant MM avec la bonne commande.

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    RIKO14 @venditti69500 last edited by

                    @venditti69500 redemarrer :
                    5Sans titre.png

                    I reinstalled EXT-Detector and copied in my config.js:

                    {
                      module: "EXT-Detector",
                      position: "top_left",
                      config: {
                        debug: false,
                        detectors: [
                          {
                            detector: "Snowboy",
                            Model: "jarvis",
                            Sensitivity: null
                          }
                        ]
                      }
                    },
                    

                    instead of :

                    {
                    
                      module: "EXT-Detector",
                    
                      position: "top_left",
                    
                      configDeepMerge: true,
                    
                      config: {
                    
                      useIcon: false,
                    
                    }
                    
                    },
                    

                    after a restart I no longer have the 2 Porpucine messages displayed

                    but the problem “stops” persists…

                    {

                    module: “MMM-GoogleAssistant”,

                    configDeepMerge: true,

                    config: {

                    assistantConfig: {
                    
                      lang: "fr-FR",
                    
                    1 Reply Last reply Reply Quote 0
                    • bigjojo
                      bigjojo last edited by bigjojo

                      bonjour, pour le stopcommand, tu ne l’as pas bien placé dans la configuration.
                      il doit etre sous config et pas sous assistantconfig.
                      voici ce que tu dois mettre corrigé.

                      {
                        "module": "MMM-GoogleAssistant",
                        "position": "top_left",
                        "configDeepMerge": true,
                        "config": {
                          "stopCommand": "stoppe",
                          "assistantConfig": {
                            "lang": "fr-FR",
                            "latitude": 49.1945833,
                            "longitude": -0.375623,
                            "deviceRegistred": false
                          },
                          "recipes": [
                          "../../EXT-RadioPlayer/recipe/EXT-RadioPlayer.fr.js",
                      
                           ]
                        }
                      },
                      
                      R 1 Reply Last reply Reply Quote 2
                      • R
                        RIKO14 @bigjojo last edited by

                        @bigjojo
                        Ha yes ! une erreur d’inattention…
                        Ca fonctionne, Super, Merci !!

                        V 1 Reply Last reply Reply Quote 1
                        • V
                          venditti69500 Donators @RIKO14 last edited by

                          @RIKO14 la moindre virgule peut tout chambouler …
                          Si tu es débutant, comme moi, je te conseil de parcourir l’ensemble de ce fabuleux forum de @bugsounet. Tout est très bien detaillé par modules, et de voir les erreurs rencontrées par d’autres ainsi que leur résolution te sera d’une aide précieuse pour la suite 👍🏼

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post
                          Powered by NodeBB | @bugsounet ©2023