--- xfce4-weather-plugin-0.8.11-old/panel-plugin/weather.c	2019-03-24 12:08:29.000000000 +0000
+++ xfce4-weather-plugin-0.8.11/panel-plugin/weather.c	2021-03-15 00:03:53.106759251 +0000
@@ -660,8 +660,8 @@
 
         /* build url */
         url = g_strdup_printf("https://api.met.no/weatherapi"
-                              "/locationforecastlts/1.3/?lat=%s&lon=%s&"
-                              "msl=%d",
+                              "/locationforecast/2.0/classic?lat=%s&lon=%s&"
+                              "altitude=%d",
                               data->lat, data->lon, data->msl);
 
         /* start receive thread */