With “showEmptyView: 0” i try hiding a day with no event
{
			module: 'MMM-CalendarExt',
			position: "top_center",		
			config: {
				colored: true,
				system: {
					show: ['current', 'daily'],
					redrawInterval:60000,
					showEmptyView: 0,
			  },
But my calendar give always the empty days (see screenshot above).
An idea ?
:winking_face: