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

    alexhoud

    @alexhoud

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    alexhoud Unfollow Follow

    Latest posts made by alexhoud

    • RE: Freeze of the MagicMirror after few seconds

      Can be closed! I find by my own :)
      Too many lines with // in my config file… make the MagicMirror freezing…
      Removing all the // at the beginning of all the module I don’t want and replace it by :
      disabled: true,

      Bye

      posted in Troubleshooting
      A
      alexhoud
    • RE: Screen freezes

      @nuggets Any solutions here? Facing the same … I don’t know what to do…
      Thx ;)

      posted in Troubleshooting
      A
      alexhoud
    • RE: Raspberry PI Freezing

      @karp any solution on your issue?
      I’m facing the same…

      Thx

      posted in Troubleshooting
      A
      alexhoud
    • Freeze of the MagicMirror after few seconds

      Hello :)

      Im just installing a MagicMirror and I meet an issue.
      All was working fine since a couple of days but since today, my MagicMirror freeze after less than a minute ON.
      I can do what I want on the RPI, it’s still reachable. But my screen is frozen (clock, calendar,… they are all stopped)

      If I open a browser window, like http://RPI_ip:8080, I will have the screen with all the modules working and here also after few seconds it freeze.
      If I open another tab it will work for some seconds, …
      So the RPI is not frozen, only my screen!

      The only way is to reboot the RPI but the screen freeze once again after few seconds.

      Thinking it’s because of some modules, I delete some and also put on // the ones I’m using, on the config file. Trying to work on minimal module config with only clock and calendar for example… but still the same.

      More info :

      • RPI3 b with official RPI power adaptateur(2,5A)
      • Magicmirror OS installed
      • Installed Modules :
        default; MMM-EasyBack; MMM-Traffic; MMM-VigilanceMeteoFrance; next-train-transilien; node_modules; package.json; package-lock.json

      pi@magicmirroros:~ $ free -m
      total used free shared buff/cache available
      Mem: 925 307 272 20 345 550
      Swap: 1023 0 1023

      pi@magicmirroros:~ $ top

      top - 13:33:50 up 7 min, 2 users, load average: 1.14, 0.97, 0.49
      Tasks: 127 total, 2 running, 125 sleeping, 0 stopped, 0 zombie
      %Cpu(s): 25.2 us, 0.2 sy, 0.0 ni, 74.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
      MiB Mem : 925.6 total, 216.8 free, 276.8 used, 432.0 buff/cache
      MiB Swap: 100.0 total, 95.2 free, 4.8 used. 571.2 avail Mem

      PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
      1073 pi 20 0 296732 90036 68688 R 101.0 9.5 5:45.40 electron
      1108 pi 20 0 12236 4124 3344 S 0.7 0.4 0:00.06 sshd
      1166 pi 20 0 10312 2972 2444 R 0.7 0.3 0:00.06 top
      1148 root 20 0 0 0 0 I 0.3 0.0 0:00.02 kworker/2:1-events

      Do you have any advice ?
      Thanks ;)

      posted in Troubleshooting
      A
      alexhoud