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.

    MMM-Scheduler - Optimize schedule

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 329 Views 2 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.
    • S Offline
      selyjohns
      last edited by selyjohns

      Hello everyone,

      I use the MMM-Scheduler to display/hide some modules. I need 3 programmations

      • 6:00 to 9:00 from monday to friday
      {from: '0 6 * * 1-5', to: '0 9 * * 1-5'}
      
      • All day of the week end
      {from: '* 0 * * SAT', to: '59 23 * * SUN'},
      
      • And “others” (so monday to friday between 0:00 and 9:00 and between 9:00 and 0:00)
      {from: '0 9 * * 1-5', to: '59 23 * * 1-5'},
      {from: '* 0 * * 1-5', to: '59 5 * * 1-5'}
      

      but I think it’s not very optimized…
      How would you do ?

      Thank you for your help ! :)

      1 Reply Last reply Reply Quote 0
      • S Offline
        sophiaabigail
        last edited by

        This post is deleted!
        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy