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 & MMM-Instagram

    Scheduled Pinned Locked Moved Troubleshooting
    1 Posts 1 Posters 877 Views 1 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.
    • V Offline
      vwillcox
      last edited by

      Hi, I have set this module to be hidden, but it is not being picked up in the scheduler:

      
      Starting MagicMirror: v2.1.2
      Loading config ...
      Loading module helpers ...
      Initializing new module helper ...
      Module helper loaded: MMM-WatchDog
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: MMM-ModuleScheduler
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: MMM-Instagram
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      Module helper loaded: newsfeed
      All module helpers loaded.
      Starting server on port 8080 ...
      Server started ...
      Connecting socket for: MMM-WatchDog
      Starting module helper: MMM-WatchDog
      Connecting socket for: MMM-ModuleScheduler
      Starting node helper for: MMM-ModuleScheduler
      Connecting socket for: updatenotification
      Connecting socket for: MMM-Instagram
      Starting node_helper for module [MMM-Instagram]
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      WatchDog started. Maximum timeout: 10s.
      MMM-ModuleScheduler is removing all scheduled jobs
      MMM-ModuleScheduler received CREATE_MODULE_SCHEDULE
      MMM-ModuleScheduler is scheduling currentweather using "5-59/10 * * * *" and "0-59/10 * * * *" with dim level undefined
      MMM-ModuleScheduler is hiding currentweather
      MMM-ModuleScheduler has scheduled currentweather
      MMM-ModuleScheduler will next show currentweather at Sun Jul 09 2017 18:45:00 GMT+0100 (BST)
      MMM-ModuleScheduler will next hide currentweather at Sun Jul 09 2017 18:50:00 GMT+0100 (BST)
      MMM-ModuleScheduler received CREATE_MODULE_SCHEDULE
      MMM-ModuleScheduler is scheduling weatherforecast using "5-59/10 * * * *" and "0-59/10 * * * *" with dim level undefined
      MMM-ModuleScheduler is hiding weatherforecast
      MMM-ModuleScheduler has scheduled weatherforecast
      MMM-ModuleScheduler will next show weatherforecast at Sun Jul 09 2017 18:45:00 GMT+0100 (BST)
      MMM-ModuleScheduler will next hide weatherforecast at Sun Jul 09 2017 18:50:00 GMT+0100 (BST)
      MMM-ModuleScheduler received CREATE_MODULE_SCHEDULE
      MMM-ModuleScheduler is scheduling newsfeed using "5-59/10 * * * *" and "0-59/10 * * * *" with dim level undefined
      MMM-ModuleScheduler is hiding newsfeed
      MMM-ModuleScheduler has scheduled newsfeed
      MMM-ModuleScheduler will next show newsfeed at Sun Jul 09 2017 18:45:00 GMT+0100 (BST)
      MMM-ModuleScheduler will next hide newsfeed at Sun Jul 09 2017 18:50:00 GMT+0100 (BST)
      Create new news fetcher for url: http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml - Interval: 300000
      MMM-ModuleScheduler is sending SHOW_MODULE to module_6_currentweather
      MMM-ModuleScheduler will next send SHOW_MODULE to module_6_currentweather at Sun Jul 09 2017 18:55:00 GMT+0100 (BST) based on "5-59/10 * * * *"
      MMM-ModuleScheduler is sending SHOW_MODULE to module_7_weatherforecast
      MMM-ModuleScheduler will next send SHOW_MODULE to module_7_weatherforecast at Sun Jul 09 2017 18:55:00 GMT+0100 (BST) based on "5-59/10 * * * *"
      MMM-ModuleScheduler is sending SHOW_MODULE to module_8_newsfeed
      MMM-ModuleScheduler will next send SHOW_MODULE to module_8_newsfeed at Sun Jul 09 2017 18:55:00 GMT+0100 (BST) based on "5-59/10 * * * *"
      MMM-ModuleScheduler is sending HIDE_MODULE to module_6_currentweather
      MMM-ModuleScheduler will next send HIDE_MODULE to module_6_currentweather at Sun Jul 09 2017 19:00:00 GMT+0100 (BST) based on "0-59/10 * * * *"
      MMM-ModuleScheduler is sending HIDE_MODULE to module_7_weatherforecast
      MMM-ModuleScheduler will next send HIDE_MODULE to module_7_weatherforecast at Sun Jul 09 2017 19:00:00 GMT+0100 (BST) based on "0-59/10 * * * *"
      MMM-ModuleScheduler is sending HIDE_MODULE to module_8_newsfeed
      MMM-ModuleScheduler will next send HIDE_MODULE to module_8_newsfeed at Sun Jul 09 2017 19:00:00 GMT+0100 (BST) based on "0-59/10 * * * *"
      
      
      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
              port: 8080,
              ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.0.17"], // Set [] to allow all IP addresses
                                                                     // or add a specific IPv4 of 192.168.1.5 :
                                                                     // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
                                                                     // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
                                                                     // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
              language: "en",
              timeFormat: 24,
              units: "metric",
      
              modules: [
                      {
                              module: 'MMM-WatchDog',
                      },
                      {
                              module: "alert",
                      },
                      {
                              module: 'MMM-ModuleScheduler'
                      },
                      {
                              module: "updatenotification",
                              position: "top_bar"
                      },
                      {
                              module: "clock",
                              position: "top_left",
                      },
                      {
                              module: "MMM-Instagram",
                              position: "top_left",
                              classes: "scheduler",
                              config: {
                                      access_token: "...",
                                      count: "35",
                                      min_timestamp: "0",
                                      animationSpeed: "2500",
                                      updateInterval: "12500",
                                      module_schedule: {from: '0-59/10 * * * *',  to: '5-59/10 * * * *'}
                              }
                      },
                      {
                              module: "currentweather",
                              position: "top_left",
                              classes: 'scheduler',
                              config: {
                                      module_schedule: {from: '5-59/10 * * * *',  to: '0-59/10 * * * *'},
                                      location: "Colechester",
                                      locationID: "2652618",  //ID from http://www.openweathermap.org/help/city_list.txt
                                      appid: "..."
                              }
                      },
                      {
                              module: "weatherforecast",
                              position: "top_right",
                              header: "Weather Forecast",
                              classes: 'scheduler',
                              config: {
                                      module_schedule: {from: '5-59/10 * * * *',  to: '0-59/10 * * * *'},
                                      location: "Colechester",
                                      locationID: "2652618",  //ID from http://www.openweathermap.org/help/city_list.txt
                                      appid: "...",
                                      maxNumberOfDays: '4',
      
      
                              }
                      },
                      {
                              module: "newsfeed",
                              position: "top_bar",
                              classes: 'scheduler',
                              config: {
                                      feeds: [
                                              {
                                                      title: "BBC News",
                                                      url: "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml"
                                              }
                                      ],
                                      showSourceTitle: false,
                                      showPublishDate: false,
                                      module_schedule: {from: '5-59/10 * * * *',  to: '0-59/10 * * * *'},
                                      wrapTitle: false,
                                      ignoreOldItems: true,
      
                              }
                      },
              ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      

      I am scratching my head.
      Thanks.

      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