MagicMirror Forum

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

    My Mirror reboots for no reason

    General Discussion
    4
    4
    92
    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.
    • L
      lhops last edited by

      I am using the PIR Sensor on my Mirror and it seems to work fine. But I find that
      sometimes the screen will turn on in the middle of the night with no one around.
      It will also do a total reboot for no reason at all.

      F 1 Reply Last reply Reply Quote 0
      • F
        fribse @lhops last edited by

        @lhops Try to log your temperature, the reboot sounds like a temp issue.
        It would also suit the PiR that registers a rising temperature.

        L 1 Reply Last reply Reply Quote 0
        • L
          lhops @fribse last edited by

          @fribse

          I will install a fan to the Raspberry and see if that solves the problem. Thanks for your help.

          thgmirror 1 Reply Last reply Reply Quote 0
          • thgmirror
            thgmirror @lhops last edited by thgmirror

            @lhops for a small protocoll add the following lines to crontab
            (enter crontab -e at the prompt):

            @reboot echo “---- start ----” >> proto.txt
            */5 * * * * date >> proto.txt
            */5 * * * * vcgencmd measure_temp >> proto.txt

            That moves the date and the temperature to a file called proto.txt every 5 minutes (and an eyecatcher at the start of the raspberry)

            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy