I think I messed up so I'm trying again.
<div class="weather-container">
<a style="text-align: center;margin-bottom: 10px;" href="https://openweathermap.org/city/4985785" target="_blank" id="activate-weather"><img src="<?php echo get_template_directory_uri(); ?>/assets/sun-icon.png" /></a>
<div id="weather-widget" style="min-width: 250px;">
- <?php echo do_shortcode('[awesome-weather location="4985785" units="F" forecast_days="4"]'); ?>
+ <?php echo do_shortcode('[awesome-weather location="4985785" units="F" forecast_days="4" showdata="alerts,daynames,pop,icon,text,conditions,date,highlow"]'); ?>
</div>
<div style="color: white;font-family: Merienda;" class="weather-text">Local Weather</div>
</div>