WXforum.net

Web Weather => Weather Website PHP/AJAX scripting => Custom Website Templates => Topic started by: Lucht on March 17, 2021, 03:16:28 PM

Title: USNO Moon Image missing
Post by: Lucht on March 17, 2021, 03:16:28 PM
It appears everything else on https://www.sanctuaryweather.info/seasons.php is working EXCEPT the moon image. Can anyone help out with this?
Title: Re: USNO Moon Image missing
Post by: Jasiu on March 17, 2021, 04:06:04 PM
Code: [Select]
   <img src="http://tycho.usno.navy.mil/cgi-bin/phase.gif" width="100" height="100"
    alt="Today's Moon illumination from U.S. Naval Observatory"
    title="Today's Moon illumination from U.S. Naval Observatory" />

Trying to load an image from this URL. It isn't there.
Title: Re: USNO Moon Image missing
Post by: saratogaWX on March 17, 2021, 04:33:07 PM
They're still rebuilding the usno.navy.mil sites.  Their API isn't back either. :(

It's the reason I'd switched to internal calculations for get-USNO-sunmoon.php script as a default.
Title: Re: USNO Moon Image missing
Post by: Lucht on March 17, 2021, 04:34:16 PM
Thanks Ken