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.

    Screen "offline" during specific time of day

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 4 Posters 1.2k Views 4 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.
    • _ Offline
      _V_
      last edited by

      Hey guys

      Besides using some kind of wake module, is it possible to just set MM up be shown during specific times of a day or maybe darken the screen during night time?

      Thanks a lot

      S plainbrokeP R 3 Replies Last reply Reply Quote 0
      • R Offline
        rkorell @_V_
        last edited by

        @_V_ My module MMM-PresenceScreenControl Offers a comfortable way to switch on or off during defined times - as much as you like per day as much days as you like.

        Regards,
        Ralf

        1 Reply Last reply Reply Quote 3
        • S Offline
          sdetweil @_V_
          last edited by

          @_V_ that is not built in to the base

          There are addon modules that can do that I think
          See the 3rd party list linked in the top menu

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • plainbrokeP Offline
            plainbroke @_V_
            last edited by plainbroke

            @_V_
            You can set crontab -e to stop mm .
            Here is the lines from my crontab -e

            # Turn off display Sunday - Thursday at 21h00
            00 21 * * 0-4 /usr/local/bin/pm2 stop all
            # Turn off display Friday - Saturday at 21h00
            00 21 * * 5,6 /usr/local/bin/pm2 stop all
            # Turn on screen Monday - Friday at 6h45
            45 06 * * 1-5 /usr/local/bin/pm2 start mm
            # Turn on screen Saturday - Sunday at 7h30
            30 07 * * 6,0 /usr/local/bin/pm2 start mm
            

            My screen has no background and is black in color, then I set my bar to black with gray letters. That way when MM is not running the screen is really dark .
            works pretty well for night time. Your mileage may vary…

            Slow learner. But trying anyways.

            1 Reply Last reply Reply Quote 0
            • R Offline
              rkorell @_V_
              last edited by

              @_V_ My module MMM-PresenceScreenControl Offers a comfortable way to switch on or off during defined times - as much as you like per day as much days as you like.

              Regards,
              Ralf

              1 Reply Last reply Reply Quote 3
              • S sdetweil has marked this topic as solved
              • 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