• 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.

Flickering after 30-60 mins

Scheduled Pinned Locked Moved Solved Troubleshooting
10 Posts 7 Posters 2.4k Views 6 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.
  • R Offline
    rosenm
    last edited by Jan 2, 2019, 9:47 PM

    MagicMirror always starts to flicker after 30-60 minutes. I tried on different monitors and only the monitor on HDMI starts to flicker.
    It looks like it’s only on HDMI, because if I connect via remote desktop, HDMI starts flickering but on remote desktop everything looks fine.
    If I use pm2 restart mm, MagicMirror restarts, the clock is counting about every 2 seconds, but the monitor doesn’t stop to flicker.
    After rebooting the PI everything works fine again. After 30-60 minutes same problem.

    1 Reply Last reply Reply Quote 0
    • B Offline
      bhepler Module Developer
      last edited by Jan 3, 2019, 1:37 AM

      This post may help you. At the very least, check out the YouTube link and let me know if the graphical errors you’re experiencing are the same.

      R 1 Reply Last reply Jan 3, 2019, 5:15 PM Reply Quote 0
      • H Offline
        Hein-Jan
        last edited by Jan 3, 2019, 4:30 PM

        I did have the same problem as @bhepler. Switching from fake KMS to full KMS solved the problem.

        Hein-Jan

        A 1 Reply Last reply Jan 13, 2019, 6:17 AM Reply Quote 0
        • L Offline
          lavolp3 Module Developer
          last edited by Jan 3, 2019, 4:33 PM

          @rosenm Same problem for me.
          Only occured on my MM with the fake kms driver activated.
          I don’t know the reason yet.

          How to troubleshoot modules
          MMM-soccer v2, MMM-AVStock

          1 Reply Last reply Reply Quote 0
          • R Offline
            rosenm @bhepler
            last edited by Jan 3, 2019, 5:15 PM

            @bhepler
            Thanks this solved it.
            Does anyone know why this is a problem with the fake one?

            1 Reply Last reply Reply Quote 0
            • A Offline
              afrench10 @Hein-Jan
              last edited by Jan 13, 2019, 6:17 AM

              @hein-jan I had the same problem as well, switching from fkms to kms. When I switched to kms, the flickering went away, but I was unable to rotate 90 degrees for my vertical display.

              Have you come across any solutions? Or has anybody else? Thanks in advance for your insight!

              H 1 Reply Last reply Jan 13, 2019, 3:17 PM Reply Quote 0
              • S Offline
                surger13 Project Sponsor
                last edited by Jan 13, 2019, 10:09 AM

                I had the problems after updating to 2.6.0 too. I noticed that the fading stuttered after the start of MM at the newsfeed module. After some time the whole monitor flickered like in the video.
                It helped me to comment out both kms drivers in the config.txt. The load of the system was also lower afterwards. The problem with the high load because of electron seems to be no longer present. At least for me.

                #dtoverlay=vc4-kms-v3d
                #dtoverlay=vc4-fkms-v3d
                
                1 Reply Last reply Reply Quote 0
                • D Offline
                  dazza120
                  last edited by dazza120 Jan 13, 2019, 11:39 AM Jan 13, 2019, 11:19 AM

                  Hi how do I switch to the KMS drivers, I’m not noticing the flickers as my tv gets turned off, but have noticed memory on the Pi 3B+ is getting taxed big time and after about 2days the memory will go down to single figures before it just goes black screen, I’ve tried to use watchdog but that just crashes MM to desktop and doesn’t do the pm2 restart mm. Would switching to the KMS driver make it lighter? For me CPU usage is 1.something percent so it’s hardly using CPU but memory it’s killing it

                  1 Reply Last reply Reply Quote 0
                  • H Offline
                    Hein-Jan @afrench10
                    last edited by Jan 13, 2019, 3:17 PM

                    @afrench10

                    A small part of the MichMich set-Up instructions:

                    ℹ️ Activating the Open GL drive can also be accomplished by using the raspi-config tool by running sudo raspi-config. Go to the Advanced Options menu and select A7 GL Driver. Next, select the G1 GL (Full KMS) OpenGL desktop driver with full KMS. Note that this option will be selected in the menu even when the GL drive is not yet configured.
                    
                    Unfortunately, as a result, the display_rotate=1 (see below) won't have any effect on the display. If you want to rotate the display when the Open GL driver is in use, we need to use the xrandr tool which allows us to rotate the display when in desktop mode. To do so, edit the autostart file:
                    
                    nano ~/.config/lxsession/LXDE-pi/autostart
                    
                    And add the following line:
                    
                    @xrandr --output HDMI-1 --rotate right
                    

                    That should solve your problem.

                    Kind Regards

                    Hein-Jan

                    A 1 Reply Last reply Jan 13, 2019, 6:03 PM Reply Quote 0
                    • A Offline
                      afrench10 @Hein-Jan
                      last edited by Jan 13, 2019, 6:03 PM

                      @hein-jan Thanks for sending your reply! I saw that in the set-up instructions as well, but for some reason, I couldn’t get xrandr to rotate the display. I was curious if we needed the GL Driver at all, but based on recent comments in this thread, it seems that others don’t. I commented the Driver out and things seem to be working fine now. Thanks again!

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • 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