Hi, Vincent.
Please go to wp-admin > Events > Settings > Display > “Number of events to show per page” option and change that to what you want it to be.
If that’s not sufficient and you want it to be dynamic to where that posts_per_page is set to the number of upcoming events remaining in the month… then you’d be in the custom development territory.
If you do want to, you might find this code snippet helpful as a starting point:
https://gist.github.com/barryhughes/5125014d9c27bc0da7b2
Please let me know how things go for you.