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-DHT-Sensor : black screen : problem of electron's version number

    Scheduled Pinned Locked Moved Troubleshooting
    26 Posts 3 Posters 5.6k Views 3 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.
    • S Offline
      sdetweil @RIKKO14
      last edited by

      @RIKKO14 install electron rebuild in MagicMirror folder the run it from there while in module folder

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @sdetweil
        last edited by

        @sdetweil pm2 fix, run my fixuppm2.sh script from here
        https://github.com/sdetweil/MagicMirror_scripts

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • R Offline
          RIKKO14
          last edited by

          bu t how to do ?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @RIKKO14
            last edited by

            @RIKKO14 how to do what?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 1
            • R Offline
              RIKKO14
              last edited by

              to install electron rebuild ?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @RIKKO14
                last edited by sdetweil

                _@RIKKO14
                cd ~/MagicMirror
                npm install electron-rebuild

                cd ~/MagicMirror/modules/??? module name
                node ~/MagicMirror/node_modules/.bin/electron-rebuild

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • R Offline
                  RIKKO14
                  last edited by

                  it’s ok for MMM-DHT-Sensor, thank you so much
                  for pm2 i will see tomorrow .

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    RIKKO14
                    last edited by

                    today I reinstalled MMM-Google Assistant, MMM-Assistant2Display, MMM-GABackground.
                    After several reboots pm2 finally starts automatically without doing the procedure you indicated to me above: weird but so much the better … (
                    should I even have your procedure done ?)

                    On the other hand I had to remove with-BackgroundStatus.js from the GoogleAssistant recipe (too bad) because the responses are slower and the movements of the “Jarvis” logo are not smooth (however I have Raspberry 4 B 2Go).

                    Since my new installation I still find that the responses to “Jarvis” commands are either long or nonexistent.
                    I checked if openGL is working and the answer is: direct rendering: Yes

                    I also installed "with-radio_fr.js" recipe but when I say “Jarvis mets RTL” or “Jarvis mets … sur youtube” the command starts (radio or youtube) but if I then say “Jarvis” for stopping, Jarvis command does not start, I have to close the MM window to stop it.

                    a few times after executing “Jarvis, quel temps fait t’il ?” command for example the window account.google.com/o/oauth2… opens and ask me to confirm the account used it, didn’t do that to me before

                    well too often I have to change the plughw to 1 or 2 in config.js, is there something to do ?

                    thank you for your help on these different questions?

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @RIKKO14
                      last edited by

                      @RIKKO14 @Bugsounet

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      ? 1 Reply Last reply Reply Quote 0
                      • R Offline
                        RIKKO14
                        last edited by

                        with arecord -l I have :

                        ```pi@raspberrypi:~/MagicMirror $ arecord -l
                        **** Liste des Périphériques Matériels CAPTURE ****
                        carte 1: USB [WordForum USB], périphérique 0: USB Audio [USB Audio]
                          Sous-périphériques: 0/1
                          Sous-périphérique #0: subdevice #0
                        

                        so the capture card is : 1, however sometimes I have to put 2 for “Jarvis” to start

                        I do this too :

                        responseConfig: { 
                          useNative : true , 
                          playProgram : "mpg321" 
                        }
                        

                        but I often have to call “Jarvis” several times for him to answer

                        S 1 Reply Last reply Reply Quote 0
                        • S Offline
                          sdetweil @RIKKO14
                          last edited by sdetweil

                          @RIKKO14 what microphone are you using?

                          does it work better w a different hotword?

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0
                          • R Offline
                            RIKKO14
                            last edited by

                            this one :
                            https://fr.aliexpress.com/item/4000472738470.html?spm=a2g0s.9042311.0.0.27426c37Cmejmg

                            “Jarvis” responds well even at 3 or 4 meters

                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              sdetweil @RIKKO14
                              last edited by

                              @RIKKO14 eh, you said doesn’t respond

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              1 Reply Last reply Reply Quote 0
                              • R Offline
                                RIKKO14
                                last edited by

                                I don’t think it comes from the microphone because it picks up well even a few meters away, it’s more the request that MMM-GoogleAssistant does not support, I think

                                1 Reply Last reply Reply Quote 0
                                • R Offline
                                  RIKKO14
                                  last edited by

                                  and when radio or youtube is on, MMM-GoogleAssistant never responds when I say “Jarvis”.

                                  1 Reply Last reply Reply Quote 0
                                  • R Offline
                                    RIKKO14
                                    last edited by

                                    in the wiki (https://github.com/bugsounet/MMM-Assistant2Display/wiki) it’s wrote :
                                    "Notes
                                    If you want to stop radio, a video, displaying photos, link or Spotify:

                                    Activate assistant and say : stop"

                                    and in myconfig.js I wrote :

                                    A2DServer: {
                                      useA2D: true,
                                      stopCommand: "stoppe"
                                    			},
                                    

                                    if i change “stoppe” by “stop” nothing change

                                    S 1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      sdetweil @RIKKO14
                                      last edited by

                                      @RIKKO14 so,you said
                                      Jarvis, stoppe,
                                      right?

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply Reply Quote 0
                                      • R Offline
                                        RIKKO14
                                        last edited by

                                        when radio or youtube is on, I say “Jarvis” the screen not display GA, so I can’t say after “stoppe”.

                                        GA does not already respond to the “Jarvis” command

                                        S 1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          sdetweil @RIKKO14
                                          last edited by

                                          @RIKKO14 ok, when PI is playing sound, hotword detection is difficult…

                                          I have the same on all my systems… I usually have to manually mute, or yell the hotword

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0
                                          • R Offline
                                            RIKKO14
                                            last edited by

                                            ok,
                                            however when I had installed GA and A2D before with youtube it worked (I had not installed radio)

                                            (I have a Nesthub in my room and I don’t need to shout for it to answer my requests)

                                            S 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • 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