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

    Posts

    Recent Best Controversial
    • RE: MagicMirror not working after upgrade

      @sdetweil said in MagicMirror not working after upgrade:

      @bugsounet
      pouvez-vous examiner pourquoi il a eu ces erreurs même si vous avez effectué la réinitialisation matérielle de git ?

      ma mise à niveau appelée npm run update

      Tous mes modules ont été retiré de la liste des modules tiers, et vont être supprimé de mon compte github.

      Je suis désolé @pat59, il donc faudra trouver un/des modules équivalent.
      Comme vous venez de comprendre, je me retire donc du projet MagicMirror² complètement.

      Bonne continuation,
      @bugsounet

      posted in Utilities
      bugsounetB
      bugsounet
    • RE: mmm-googleassistant ou réglage son

      @myayo001 Généralement, c’est un probleme de token (trop ancien), il faudrait le renouveler avec la commande npm run token dans le répertoire de MMM-GoogleAssistant

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: mmm-googleassistant ou réglage son

      @myayo001

      Je vois le warning: ********* * ### [2025-01-10 10:24:54.472] [WARN] No /home/flavio/MagicMirror/modules/EXT-Detector/EXT-Detector.js found for module: EXT-Detector.********

      • Avez-vous supprimer le repertoire /home/flavio/MagicMirror/modules/EXT-Detector/ ?
      • Avez vous vu cette note dans le Home du wiki
        e97c5f4b-1f90-4c06-b540-f4daf5f3fde3-image.png

      Au niveau de la config: d’apres l’exemple de configuration du wiki.
      Il manque porcupineAccessKey, si vous voulez utiliser le detector avec Porcupine
      Si vous n’avez pas cette clé fourni par picovoice.ai, il suffit de la créé en lisant ceci

      Vous pouvez essayer toutefois avec le detector snowboy uniquement en utilisant cette config:

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

      Avez-vous utiliser la commande npm run install:EXT-Detector dans le répertoire de MMM-Google-Assistant pour installer EXT-Detector ?

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Cannot find module 'node-fetch' error with multiple MM modules

      @sdetweil cela arrive quand la version principale de node est v10.x et que l’utilisateur demande la version v20 ou v22 avec la commande n

      généralement resolu avec la version principale de node en v20. ensuite on peux utiliser n comme on a envie

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: mmm-googleassistant ou réglage son

      @myayo001 pourrais-je voir la config de EXT-Detector ?

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: mmm-googleassistant ou réglage son

      @myayo001 tout est ok maintenant ?

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: mmm-googleassistant ou réglage son

      @myayo001 est-ce résolu avec ceci, je pense que c’est lié, non ?

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: update ou rebuils EXT-detector

      @myayo001 Désolé du retard :/

      oulala passer de v4.x a v9x…

      on va esayer ceci dans le repertoire de GA:

      git reset --hard && git pull
      npm install
      

      Mais attention beaucoup de choses ont changé dans la config, vous falloir tout revoir (aussi bien GA que les EXTs)
      le wiki vous guidera

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: update ou rebuils EXT-detector

      Bonjour, je pense que le souci est que vous n’avez pas mis a jour vers MMM-Google Assistant v9

      Pouvez vous essayer npm run update avant d’exécuter votre commande ?

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: EXT-Detector for MMM-GoogleAssistant no longer working

      Hi, can you take a look at the wiki

      For better management, MMM-GoogleAssistant v9.x have now 25 modules in one.

      Requirement MagicMirror² v2.30.0

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil ok,… If you think that is an hot fix, not me :/

      I just wish users good luck for the next update.

      why ?
      just because they lost master branch

      bugsounet@PC-Bugsounet:~/MagicMirror$ git branch
      * _fix_clipping
        develop
        master
      

      so they NEVER have MM v2.31.0, git pull will not works (detached head) :/

      That’s why … maybe hotfix needed (v2.30.1)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil maybe hotfix needed ?

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-Pir

      @sdetweil of course not :)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-Pir

      Readme says:

      fd794daa-9f4a-4281-9272-f2a6b4c670da-image.png

      see there

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-Pir Monitor stays black instead of turning off completley

      @Che

      I am touched by your “thank you” in French!

      Happy use,
      @bugsounet

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-Pir Monitor stays black instead of turning off completley

      @Che The real question is now:

      What compositor do you use ? (X11, wayfire or labwc)

      I purpose to use X11 compositor. (it’s the better choice for rpi 3b+)
      Can you try this commands:

      sudo raspi-config nonint do_wayland W1
      sudo raspi-config nonint do_blanking 0
      

      and reboot your pi

      in your config of MMM-Pir, can you try mode 1 in Display block ?
      and if not work try mode 2 in Display block

      Tell me if better ?

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-Pir Monitor stays black instead of turning off completley

      @Che
      Hi, just try to enable screen blancking with raspi-config tool

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: new compositor on wayland

      @sdetweil I have coded screen turn on/off for labwc compositor on MMM-Pir

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-Pir

      Can you check new ReadMe

      I haven’t had time to create a topic for the new release of MMM-Pir v2 yet, sorry

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-GoogleAssistant error when trying to get reponse?

      Hi, i think it’s related to grpc library.

      I planed to release MMM-GoogleAssistant v8.x in few days. It should fix. (I will update this library)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • 1
    • 2
    • 3
    • 4
    • 5
    • 12
    • 13
    • 1 / 13