I am trying to use mmm-module scheduler to limit the queries to the google api. I believe this should limit queries to every 5min between 6:00 am and 8:00 AM on weekdays but I am still getting the over query limit error.
module: 'MMM-ModuleScheduler', config: { notification_schedule: [ // Refresh the route every 5 minutes from 6:00 AM to 9:00 AM { notification: 'MMM-google-route/refresh', schedule: '*/5 6-8 * * *' },
I am trying to use mmm-module scheduler to limit the queries to the google api. I believe this should limit queries to every 5min between 6:00 am and 8:00 AM on weekdays but I am still getting the over query limit error.
module: 'MMM-ModuleScheduler', config: { notification_schedule: [ // Refresh the route every 5 minutes from 6:00 AM to 9:00 AM { notification: 'MMM-google-route/refresh', schedule: '*/5 6-8 * * *' },