MagicMirror Forum

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

    UNSOLVED disabled modules MMM-moduleScheduler

    Feature Requests
    1
    2
    350
    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.
    • C
      chassain 0 last edited by

      Hello everybody,

      i have a lot of modules on my magicmirror and i’m using MMM-Pages to rotate them…it’s a good configuration for me…but i’m trying to perfect it. i need only to display only four modules at 7h00 , 12H00 et 18h00…So, i’m testing MMM-Modulescheduler…and it’s not the best solution because other modules are only hidde and not disabled…At 7h00, four modules are display but MMM-Pages is always active. I would like to have modules with rotate except at 7, 12 and 18h00 to have four modules fix with their positions
      here an exemple of my config.js for 7h00 (and sorry for english) :

          		{
              		module: 'MMM-ModuleScheduler',
              		config: {
                  			// Montre tous les modules de 06h00 à 18h35. Montre que les modules ignorés à partir de 18h35
                  			global_schedule: {from: '05 7 * * *', to: '59 11 * * *', ignoreModules: ["MMM-EmbedYoutube" , "clock" , "newsfeed" ,  "MMM-DarkSkyForecast"] },
              			}
          		},
      		{
              		module: "MMM-pages",
      			disabled: false,
              		config: {
                      		modules:
      				[[ "MMM-EmbedYoutube" , "clock" , "newsfeed" ,  "MMM-DarkSkyForecast" ],
      				[ "MMM-EmbedYoutube" , "clock" , "newsfeed" ,  'MMM-Lunartic' , 'MMM-rfacts' ],
      				[ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "calendar", "calendar_monthly" ],
      				[ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "MMM-cryptocurrency" ],
      				[ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "MMM-Cocktails" , 'MMM-SystemStats' ],
      				[ "MMM-EmbedYoutube" , "clock" , "newsfeed" , "MMM-NowPlayingOnSpotify" , 'MMM-rfacts' ],
      				[ "MMM-EmbedYoutube" , "clock" , "newsfeed" , 'MMM-MovieListings' , 'MMM-SystemStats' ]],
              			rotationTime: 7000,
      				}
          		},
      

      Thanks if you have some idea…

      See you

      C 1 Reply Last reply Reply Quote 0
      • C
        chassain 0 @chassain 0 last edited by

        The best way wil be to disabled MMM-Pages at 7h00…at 12h00…

        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