Page 1 of 1

wxindex/index.php broken image for IR satellite

Posted: Sun 19 Feb 2017 11:19 pm
by saratogaWX
WeatherUnderground is doing some major changes to their website, and is no longer providing the IR Satellite image used in the right-hand image on the wxindex/index.php page. You can substitute the Visible Satellite image by changing

Code: Select all

    <img src="http://icons.wunderground.com/data/640x480/<?php echo $SITE['WUregion']; ?>_ir_anim.gif" alt="Regional Infrared Satellite"  
      width="320" height="240" style="margin: 0px; padding: 0px; border: none" />
to

Code: Select all

    <img src="http://icons.wunderground.com/data/640x480/<?php echo $SITE['WUregion']; ?>_vi_anim.gif" alt="Regional Visible Satellite"  
      width="320" height="240" style="margin: 0px; padding: 0px; border: none" />