Author Topic: Space-weather Aurora URL changes...  (Read 1044 times)

0 Members and 1 Guest are viewing this topic.

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Space-weather Aurora URL changes...
« on: May 18, 2017, 06:40:37 PM »
For users of Mike Challis' space-weather page, you need to modify two of the scripts for changes of image types from services.swpc.noaa.gov for aurora images.

In image-space-aurora.php script change
Code: [Select]
$ImageURL = 'http://services.swpc.noaa.gov/images/animations/ovation-north/latest.png';
to
Code: [Select]
$ImageURL = 'http://services.swpc.noaa.gov/images/animations/ovation-north/latest.jpg';
and in

image-space-aurora-s.php script change
Code: [Select]
$ImageURL = 'http://services.swpc.noaa.gov/images/animations/ovation-south/latest.png';
to
Code: [Select]
$ImageURL = 'http://services.swpc.noaa.gov/images/animations/ovation-south/latest.jpg';

The source website has changed from PNG to JPG images for those two images.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Breezy

  • Indian Trail Weather
  • Forecaster
  • *****
  • Posts: 325
    • Indian Trail Weather
Re: Space-weather Aurora URL changes...
« Reply #1 on: May 22, 2017, 09:53:04 AM »
Thanks Ken. Much appreciated !   \:D/

Jeff
Jeff

W7-64, Intel Z170A 16 GB RAM
Davis VP2 Plus, Davis Soil Moisture/Temp Sensors, Laser Snow Depth Sensor LR4/Fluke 414D

Offline mikeym2m

  • Senior Contributor
  • ****
  • Posts: 153
    • MikeyM's Thornhurst PA Weather
Re: Space-weather Aurora URL changes...
« Reply #2 on: May 23, 2017, 04:27:47 PM »
Yes, thanks Ken

 :grin:

MikeyM