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' }
]
}
},