MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    [Electron] display, MM faded away

    Troubleshooting
    4
    11
    479
    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
      RIKKO14 last edited by RIKKO14

      Hello,
      I finally succeeded tonight in installing MMM-GoogleAssistant bugsounet then my Raspi started to slow down until it blocked, so I rebooted and since then I had to reinstall MMM-DHT-Sensor but above all my MM does not start anymore, appears instead: [Electron] see attached photo, I always have the same screen whether it is with the pm2 restart mm command or by closing the [Electron] window which opens automatically or by doing several reboots, there is always this [Electron] window.
      I do not want to start all over again … Would there be a diagnostic to launch and publish here to find out where the problem comes from and solve it by a command or reinstall a part that would have scratched?
      Thank you for your help.

      alt text

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

        @RIKKO14 use the pm2 logs command to dump out the logs

        pm2 status
        pm2 stop 0
        pm2 logs --lines=100

        Sam

        Create a working config
        How to add modules

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

          @sdetweil thanks a lot for the pm2 logs command i found the error and fixed it. It works very well.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User last edited by

            Note: if MM is running with pm2. You can use pm2 log command for see logs in real time

            R 1 Reply Last reply Reply Quote 1
            • R
              RIKKO14 @Guest last edited by

              @Bugsounet thanks for the Note.

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

                it’s strange,
                sometimes I reboot my Raspberry the device card changes for my microphone plugged in USB, sometimes it is in device: "plughw: 1", sometimes in device: "plughw: 2", so I have to change it in my config.js

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User last edited by A Former User

                  Yes, i have too this issue sometime ago

                  now it’s solved with lasted firmware (i think) because i don’t have this problem at now (RPI4)

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    kayakbabe @Guest last edited by

                    @Bugsounet I was using a small SD card 8MEG and my logs got too full and kept things from running correctly.

                    I had to pm2 flush to clear out the logs.
                    and then restart and it worked.

                    So I got a bigger sd card and have been working on the errors. I found changing the timer in the grove-gestures script got rid of a lot of timeout errors on it’s python script. I also made the news feed refresh less frequently and got less 401 errors from that. Now I can probably go back to the 8gb card. 🙂

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

                      @kayakbabe if u get 401 from newsfeed, turn off the module don’t let it just post errors to the log

                      add

                      disabled:true,
                      

                      after any module name to turn that module off

                      Sam

                      Create a working config
                      How to add modules

                      K 1 Reply Last reply Reply Quote 0
                      • K
                        kayakbabe @sdetweil last edited by

                        @sdetweil said in [Electron] display, MM faded away:

                        disabled:true,

                        I’m confused… if the module is still in the MagicMirror file and folder structure? is it still executed even if the module is completely commented out of the MagicMirror config.js? or does disabled:true; do the same thing as commenting it out?

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy