Hi Oliver,
Glad to hear you’re using Event Rocket! We actually do not support it here in these forums and it is supported directly on WordPress.org.
That said, images do not display in the list widget by default. However, you could technically make that happen by overriding the template file for the list widget and including the featured image in the markup where you wold like it to display:
<?php echo tribe_event_featured_image( $event_id, 'small', false ); ?>
Please do check out our Themer’s Guide for a step-by-step process for overriding calendar template files. 🙂
Cheers!
Geoff