A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-google-route interacting w/ Modscheduler
-
Does anyone know how to take advantage of MMM-google-route integration with MMM-ModuleScheduler? I have it set up to only refresh in between 8am - 10am, but it doesn’t seem to be following those rules. Instead it just pulls every 10 minutes (the base interval I set in MMM-google-route). Am I missing a link between google-route and ModuleScheduler?
{ module: 'MMM-google-route', position: 'bottom_left', config: { key: 'sdfasdfaw3efadsf', //hidden for privacy height: '400px', width: '400px', refreshPeriod: 10, directionsRequest:{ origin: ' California, US', //privacy destination: 'California, US' //privacy } } }, { module: 'MMM-ModuleScheduler', config: { notification_schedule: [ { notification: 'MMM-google-route/refresh', schedule: '* 8-10 * * 1-5' } ] } },
-
@bazerka scheduler only controls when the module is shown. the actual module does not delay refresh while it is hidden