Howdy Oni!
I would love to help you with this. There is not builtin way to show no list under the minical, because that would of course break most of the builtin functionality. But, a small modification could do this if you really only want the Minical and don’t want people to be able to view what events are on a given day.
Simply add this CSS to any CSS file in your theme:
body .tribe-mini-calendar-list-wrapper { display: none; }
From there the list will be hidden completely from view.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook