diff --git a/miku/plugins/forecast.lua b/miku/plugins/forecast.lua index a668542..0ff2e42 100644 --- a/miku/plugins/forecast.lua +++ b/miku/plugins/forecast.lua @@ -39,7 +39,7 @@ end forecast.command = 'f [Ort]' -local BASE_URL = "https://api.forecast.io/forecast" +local BASE_URL = "https://api.darksky.net/forecast" local apikey = cred_data.forecastio_apikey local google_apikey = cred_data.google_apikey diff --git a/miku/plugins/weather.lua b/miku/plugins/weather.lua index 95cbaae..dfd9d40 100644 --- a/miku/plugins/weather.lua +++ b/miku/plugins/weather.lua @@ -29,7 +29,7 @@ end weather.command = 'w [Ort]' -local BASE_URL = "https://api.forecast.io/forecast" +local BASE_URL = "https://api.darksky.net/forecast" local apikey = cred_data.forecastio_apikey local google_apikey = cred_data.google_apikey