I updated the weather data.
authorIan Weller <ian@gaslightmedia.com>
Fri, 21 Dec 2018 19:53:31 +0000 (14:53 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 21 Dec 2018 19:53:31 +0000 (14:53 -0500)
I removed the Weather Underground data and added the Awesome Weather
codes.

parts/client-info-footer.php

index becc6bf..b9393ef 100644 (file)
@@ -33,9 +33,9 @@
     <a target="_blank" href="https://secure.instantsoftwareonline.com/OwnerLink/Owners/PropertyOwnerLogin.aspx?coid=1134">Owner Login</a>
         
     <div class="weather-container">
-        <a style="text-align: center;margin-bottom: 10px;" href="http://www.wunderground.com/us/mi/bessemer?MR=1" target="_blank" id="activate-weather"><img src="<?php echo get_template_directory_uri(); ?>/assets/sun-icon.png" /></a> 
+        <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('[wunderground location="Bessemer, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,text,conditions,date,highlow"]'); ?>
+            <?php echo do_shortcode('[awesome-weather location="4985785" units="F" forecast_days="4"]'); ?>
         </div>
         <div style="color: white;font-family: Merienda;" class="weather-text">Local Weather</div>
     </div>