I want to create a day view of events containing only the events that start today. Below I want to add a module that shows all events that started in the past but have an enddate in the future.
The reason is that if I show the events that started in the past in the list view of today, the view will show a quite long list of 'old' events first (like exhibitions that have no start time and started months ago). Therefore I want to filter those out.
I did create latest events module and placed in the jevpostjevents_day.listevents position, but I can't work out what the setting should be to show only events with a startdate in the past. It keeps showing the current events.