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

    Posts

    Recent Best Controversial
    • RE: Auto restart MagicMirror after x hours ?

      I see your original problem. You have the cron job set to execute each day at 5am.

      Here is the cron command for every five hours:
      0 */5 * * * pm2 restart /home/piMagicMirror/mm.sh

      I now have this running myself (every three hours).

      Note: The leading 0 means that it will execute in the 0th minute of the hour.

      posted in Troubleshooting
      F
      fuet
    • RE: Auto on/off of the TV (not the Pi)?

      I use a simple command in my crontab:
      0 23 * * * vcgencmd display_power 0
      0 6 * * * vcgencmd display_power 1

      This turns the monitor off at 11pm and back on at 6am.

      posted in Requests
      F
      fuet
    • RE: Auto restart MagicMirror after x hours ?

      @smotx, here is a thread with a similar goal to restart from cron:
      https://forum.magicmirror.builders/topic/6826/how-to-autorestart-mm-once-a-day/4

      posted in Troubleshooting
      F
      fuet
    • 1 / 1