You will need a separate module to achieve that. For pilots there is a stand-alone code:
<?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?>
Also for the PIREPS:
<?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?>
But if you want all those data together, you'll need to create a module.