MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. killerjoe34
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 39
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Bluetooth with MMM-GoogleAssistant

      @Chris said in Bluetooth with MMM-GoogleAssistant:

      Couldn’t the error come from the syntax of usenative: true, whose N must be uppercase?

      Bien vu ;) Mais non, ça ne change rien

      posted in Troubleshooting
      K
      killerjoe34
    • RE: Bluetooth with MMM-GoogleAssistant

      Ok je vais modifier ça, merci ;)

      I’ll be back :P

      posted in Troubleshooting
      K
      killerjoe34
    • RE: Bluetooth with MMM-GoogleAssistant

      Ok bah de toutes façons j’attends un module ampli pour ajouter en filaire dessus, c’était pour tester :D

      Merci, bonne soirée à toi ;)

      Ah si ! attends !
      Comment je peux enlever le bandeau “listening on LibreSpot” en bas, j’ai pas trouvé, et j’ai déjà MMM-NowPlayingOnSpotify

      posted in Troubleshooting
      K
      killerjoe34
    • RE: Bluetooth with MMM-GoogleAssistant

      Bah parce que j’aime bien :) et que j’ai pas mal de potes anglais qui passent à la maison ;)

      C’est pas dans la config de GA que tu me disais de le modifier ?

      posted in Troubleshooting
      K
      killerjoe34
    • RE: Bluetooth with MMM-GoogleAssistant
       {
                              module: "MMM-GoogleAssistant",
                              position: "fullscreen_above",
                              config: {
                                assistantConfig: {
                                  latitude: 44.13333,
                                  longitude: 4.08333,
                                },
                                micConfig: { // put there configuration generated by auto-installer
                                  recorder: "arecord",
                                  device: "plughw:2",
                                },
                                responseConfig: {
                                usenative: true,
                                },
                                A2DServer: {
                                useA2D: true,
                                stopCommand: "thank you"
                                },
                                recipes: [ "Reboot-Restart-Shutdown.js","with-radio_fr.js" ]
                              }
                      },
      

      Pas d’amélioration malgré un reboot, l’icone BT se met au vert et au rouge sans arrêt :(

      posted in Troubleshooting
      K
      killerjoe34
    • Bluetooth with MMM-GoogleAssistant

      Hi :)

      MMM-GoogleAssistant does’nt work if pulseaudio is installed, how can I get bluetooth working without it ?

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant

      Bon, c’est réglé, si je mets un transcriptionhook que ma google home connait, ça envoie la commande.

      Je viens de tester en mettant “allume la chambre” et ça le fait, pourtant la commande reste pm2 restart 0,

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant

      Visiblement il y a un lien avec ma GHome mini (qui ne m’entend pas de mon bureau), si je lui dis “redémarre” le robot démarre bien
      Pourtant je n’ai pas encore réussi à enregistrer mon MM comme related device

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant

      Mais si je modifie le transcriptionhook en autre chose que “redémarre”, sans modifier la commande, rien ne se passe, bizarre

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant

      Non c’est dans la recette Reboot-Restart-Shutdown en fait, j’avais modifié “PM2 restart 0” en “PM2 restart MagicMirror”

      Mais je viens de remettre restart 0 et mon aspi démarre quand même :D

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant
       id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 1  │ MagicMirror        │ fork     │ 4    │ online    │ 0%       │ 1.5mb    │
      │ 2  │ librespot          │ fork     │ 2    │ online    │ 6.5%     │ 4.9mb    ```
      
      

      oops j’étais en env, c’est plus court du coup :D

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant
      │ id  │ name           │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
      ├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
      │ 1   │ MagicMirror    │ default     │ 2.12.0  │ fork    │ 5990     │ 40m    │ 4    │ online    │ 0%       │ 1.5mb    │ pi       │ disabled │
      │ 2   │ librespot      │ default     │ 2.3.1   │ fork    │ 5011     │ 87m    │ 2    │ online    │ 6.4%     │ 4.9mb    │ pi       │ disabled 
      
      posted in Troubleshooting
      K
      killerjoe34
    • RE: Cant connect on Browser

      Did you put the port at the end of the address ? xxx.xxx.x.xx:8080 for example ?

      posted in Troubleshooting
      K
      killerjoe34
    • MMM-GoogleAssistant

      Hi again :)

      Not really a troubleshooting, but a strange thing that happens.
      In a recipe I have :

        transcriptionHooks: {
            "AMK2_RESTART": {
            pattern: "redémarre",
            command: "AMK2_RESTART"
          },
         commands: {
            "AMK2_RESTART": {
            soundExec: {
              chime: "close",
            },
            shellExec: {
              exec: "pm2 restart MagicMirror"
            }
      

      I’d love to understand why my Xiaomi vacuum starts to clean when I ask Jarvis “redémarre” :D
      and btw my MagicMirror does not restart

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant with MMM-MotionDetector

      @Bugsounet Thanks a lot, that will help :)

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant with MMM-MotionDetector

      @sdetweil said in MMM-GoogleAssistant with MMM-MotionDetector:

      @killerjoe34 black screen not turn tv off

      Well, could be interesting if I can’t get it working, I’ll ask you if I need a hand ;)

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant with MMM-MotionDetector

      @Bugsounet said in MMM-GoogleAssistant with MMM-MotionDetector:

      @killerjoe34 :

      try with rpi4:true in screen A2D config maybe i can help

      Was this for me ? :D
      Cause I have a RPI3 and “Screen” is not enabled in my AD config

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant with MMM-MotionDetector

      @sdetweil said in MMM-GoogleAssistant with MMM-MotionDetector:

      @killerjoe34 I wrote my own sleep. module that hides everything, as my TV’s don’t support API on/off

      You mean that can turn the tv off and on ? With a black screen or does it really turn the display off ?

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant with MMM-MotionDetector

      Well I’ve been a bit optimist…

      In fact there’s a problem with MotionDetector and a TV display, after a while the tv goes in deep sleep mode and does not wake up.

      If I turn the energy saving off on the tv, it still stays on with a “no signal” message.

      I’m trying some things with CEC at the moment wich can turn on a tv monitor, I’ll let you know …

      posted in Troubleshooting
      K
      killerjoe34
    • RE: MMM-GoogleAssistant with MMM-MotionDetector

      Sorry, got to go now, we’ll continue tomorrow, thanks and bonne soirée ;)

      posted in Troubleshooting
      K
      killerjoe34
    • 1
    • 2
    • 1 / 2