@ooom416354 Look into line 173 of the MMM-MyCommute.js
getData: function() {
//only poll if in window
if ( this.isInWindow( this.config.startTime, this.config.endTime, this.config.hideDays ) ) {
//build URLs
Above that you can find the isInWindow()-function that checks if current time is between start and end time.
