• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

[Electron] display, MM faded away

Scheduled Pinned Locked Moved Troubleshooting
11 Posts 4 Posters 1.3k Views 4 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.
  • ? Offline
    A Former User
    last edited by Aug 20, 2020, 10:34 PM

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

    R 1 Reply Last reply Aug 21, 2020, 7:16 AM Reply Quote 1
    • R Offline
      RIKKO14 @Guest
      last edited by Aug 21, 2020, 7:16 AM

      @Bugsounet thanks for the Note.

      1 Reply Last reply Reply Quote 0
      • R Offline
        RIKKO14
        last edited by Aug 21, 2020, 7:56 AM

        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
        • ? Offline
          A Former User
          last edited by A Former User Aug 21, 2020, 11:13 AM Aug 21, 2020, 11:13 AM

          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 Aug 21, 2020, 9:30 PM Reply Quote 0
          • K Offline
            kayakbabe @Guest
            last edited by Aug 21, 2020, 9:30 PM

            @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 Aug 21, 2020, 10:02 PM Reply Quote 0
            • S Offline
              sdetweil @kayakbabe
              last edited by sdetweil Aug 21, 2020, 10:02 PM Aug 21, 2020, 10:02 PM

              @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

              How to add modules

              learning how to use browser developers window for css changes

              K 1 Reply Last reply Aug 21, 2020, 11:25 PM Reply Quote 0
              • K Offline
                kayakbabe @sdetweil
                last edited by Aug 21, 2020, 11:25 PM

                @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 Aug 21, 2020, 11:34 PM Reply Quote 0
                • S Offline
                  sdetweil @kayakbabe
                  last edited by Aug 21, 2020, 11:34 PM

                  @kayakbabe disabled:true does the same as commenting out. and less possible to have an error.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 1
                  • 1
                  • 2
                  • 1 / 2
                  1 / 2
                  • First post
                    8/11
                    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