Weather program | Region | Date | Script | Description | Solution |
all | all | 2021-03-02 | met.no forecast page and on startpage | After API changes no forecast is shown |  |
Script . . /wsmetno3/metnoCreateArr.php
line 53 change 1.9 t0 2.0 and add classic/
0 => 'https://api.met.no/weatherapi/locationforecast/1.9/?lat=',
it should look like
0 => 'https://api.met.no/weatherapi/locationforecast/2.0/classic/?lat=',
|
all | all | 2021-02-01 | UV forecast | The UV Index Forecast is currently not available |  |
Script . . / uvforecastv3.php change in line 125 the the http:// to https://
$fullurl = 'https://www.temis.nl/uvradiation/nrt/uvindex.php?lon='.$uvlon'.&lat='.$uvlat;
|
all | all | 2022-02-21 | mobile phone forecast errors yr.no | Mobi-11 forecast errors as yr.no stopped their forecasts |  |
|