8
« Last post by BKS97 on Today at 12:16:00 PM »
I have a recent version of Base USA in which I placed an override script in Settings.php. For example, to replace the right-side WU satellite map with a Goes 16 image, as I did, the override should be inserted just below the WU block of script in Settings.php:
______________________________________
$SITE['WUsatellite'] = 'nc'; // Wunderground regional satellite maps
// ="nw" North West, ="nc" North Central, ="ne" North East,
// ="wc" West Central, ="ce" Central, ="ec" East Central,
// ="sw" South West, ="sc" South Central, ="se" South East,
$SITE['rightMap'] = "Satellite|https://cdn.star.nesdis.noaa.gov/GOES16/ABI/SECTOR/umv/GEOCOLOR/GOES16-UMV-GEOCOLOR-600x600.gif|";
_________________________________________
Information on this can be found in the Readme link I referenced in my first reply above.