More errors popped up on their own after working fine for a few hours. I have my own AQI sensor, so I did not update that script. I wonder if that's part of the issue.
Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in /homepages/8/d252567151/htdocs/ajax-dashboard6.php on line 2028
line 2028... <?php $VPuv2 = round($UVfcstUVI[$UVptr - $evening], 0);
eprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in /homepages/8/d252567151/htdocs/ajax-dashboard6.php on line 2042
Line 2042... $VPuv2 = round($UVfcstUVI[$UVptr - $evening], 0);
Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in /homepages/8/d252567151/htdocs/ajax-dashboard6.php on line 2056
Line 2056... $VPuv2 = round($UVfcstUVI[$UVptr - $evening], 0);
Warning: Undefined array key 2 in /homepages/8/d252567151/htdocs/ajax-dashboard6.php on line 2064
Line 2064... <b><a href="<?php echo htmlspecialchars($UV_URL); ?>" title="<?php echo strip_tags($requiredNote); ?>"><?php echo $UVfcstUVI[$UVptr - $evening]; ?></a></b>
Warning: Undefined array key 1 in /homepages/8/d252567151/htdocs/ajax-dashboard6.php on line 2050
Line 2050... <b><a href="<?php echo htmlspecialchars($UV_URL); ?>" title="<?php echo strip_tags($requiredNote); ?>"><?php echo $UVfcstUVI[$UVptr - $evening]; ?></a></b>