Want to show what posts are coming up? add this bit of code in:
have_posts()) : while ($my_query->have_posts()) :
$my_query->the_post();
?>
-
please note that I have it set to a thousand posts to be shown, so you may want to limit it on your installation. Also, all I have there is the time and post title, but you can add in the rest of the post information to your liking.