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

    jynx13

    @jynx13

    0
    Reputation
    219
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jynx13 Unfollow Follow

    Latest posts made by jynx13

    • RE: Screen Flashes/glitches after ~10 min of operation

      @Mykle1 you are my favorite! That link totally did the trick.

      At the end of the day, it turned out to be that HDMI issue. All I had to do was use the Open GL driver instead of the fake one and use Xrandr to rotate the screen after the fact.

      So far it has run smoothly without any incident. I’m gonna mark this as solved.

      posted in Troubleshooting
      J
      jynx13
    • Screen Flashes/glitches after ~10 min of operation

      Hello fellow mirror builders. A newbie asking for help :smiling_face_with_open_mouth_cold_sweat:

      I’ve encountered an issue in which the screen will start to “flash/glitch” after 10 or so minutes of otherwise perfectly fine operation. Link below:

      Magic Mirror Glitch

      Now, here are some things that I have tried to troubleshoot:

      • Read somewhere that it could be a hardware issue with the pi itself. I switched to another pi I had from an old project and tested it on that. Exact same issue, and I know that pi should be fine.

      • Tried connecting to a different monitor. Same thing was replicated on that monitor too.

      • I stopped the mirror (pm2 stop mm) and left the pi running to see if it would happen anyway. Without the Magic Mirror running, it did not glitch.

      output of pm2 log MagicMirror:

      pi@black-mirror:~ $ pm2 log MagicMirror
      [TAILING] Tailing last 15 lines for [MagicMirror] process (change the value with --lines option)
      /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
      0|MagicMir | libGL error: MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | libGL error: MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | libGL error: MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | libGL error: MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | libGL error: MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      0|MagicMir | MESA-LOADER: failed to retrieve device information
      
      /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
      0|MagicMir | No helper found for module: weatherforecast.
      0|MagicMir | Initializing new module helper ...
      0|MagicMir | Module helper loaded: newsfeed
      0|MagicMir | All module helpers loaded.
      0|MagicMir | Starting server on port 8080 ... 
      0|MagicMir | Server started ...
      0|MagicMir | Connecting socket for: updatenotification
      0|MagicMir | Connecting socket for: calendar
      0|MagicMir | Starting node helper for: calendar
      0|MagicMir | Connecting socket for: newsfeed
      0|MagicMir | Starting module: newsfeed
      0|MagicMir | Sockets connected & modules started ...
      0|MagicMir | Launching application.
      0|MagicMir | Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/en.canadian%23holiday%40group.v.calendar.google.com/public/basic.ics - Interval: 300000
      0|MagicMir | Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      

      Thanks so much for all your help! I’m very new to all this so let me know what I can give you to help out.

      posted in Troubleshooting
      J
      jynx13