• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-ModuleScheduler - issues

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 2 Posters 1.8k 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.
  • B Offline
    Brandlin
    last edited by Nov 15, 2017, 11:02 PM

    Hi

    I am trying to use the MMM-ModuleScheduler module to show sports league tables only during the relevant season. eg only show the Formula1 standings between March and November and football league table only between August and May. Each of the modules is in the same screen position and uses MMM-Carousel to rotate between them.

    My config is

                   {
                            module: 'MMM-ModuleScheduler'
                    },
    

    and then for the MMM-Formula1 module

                    {
                            module: 'MMM-Formula1',
                            position: 'top_left',
                            classes: 'scheduler',
                            config: {
                                    type: 'driver',
                                    maxRows: "5",
                                    calendar: "true",
                                    fade: "true",
                                    module_schedule: {from: "* * 1 3 *", to: "* * 30 11 *" }
                            }
                    },
    

    No matter what I have tried, the MMM-ModuleScheduler causes the mirror display to be blank.

    If I comment out the first section of code above then the mirror runs fine. This seems to suggest that the issue is in the module: statement?

    What am I doing wrong?

    1 Reply Last reply Reply Quote 0
    • Y Offline
      yawns Moderator
      last edited by Nov 16, 2017, 9:29 AM

      Did you install the MMM-ModuleScheduler after git cloning it? Do you see any error messages in the log of magic mirror

      • if run with pm2: type pm2 logs mm in terminal
      • if run manually: look at the terminal for any error messages
      • in browser hit F12 and look for console -> errors
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        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