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.

    UNSOLVED MMM-Scheduler - Optimize schedule

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