Events in the Map View

The map view doesn’t seem to show any events previous to the current time.
Is there a way to have the map view show just the events from today, regardless if they’ve in the past or not?

Thanks,
Will

Hello,
you can do it with .map_start config:var now = new Date(); scheduler.config.map_start = new Date(now.getFullYear(), now.getMonth(), now.getDate());//.map_start = today