Page 1 of 1

Dark Sky finally switched off...

Posted: Sun Apr 02, 2023 12:04 pm
by WessexWeather
So it looks like Dark Sky has finally been switched off - until yesterday the Forecast Block still worked for Dark Sky but it stopped updating yesterday.
The Outlook Block also appears to have stopped working, presumably because it also used the Dark Sky API.
Yet another great feature of Meteotemplate bites the dust :(

Re: Dark Sky finally switched off...

Posted: Mon Apr 03, 2023 2:59 pm
by alexvanuxem
pirate weather or virtualcrossing could be an alternative.

I see that that pwsdashboard (a weather template) has already implemented those in their template.

But i don't have the knowledge to write the php scrips.

maybe @davidefa?

Re: Dark Sky finally switched off...

Posted: Mon Apr 03, 2023 6:07 pm
by FSC830
Is'nt openweathermap an alternative?
This has been announced some weeks ago as successor for darksky.
I am using this at my site and as far as I can say it works fine for me.

Regards

Re: Dark Sky finally switched off...

Posted: Tue Apr 04, 2023 7:02 am
by alexvanuxem
can you share the block?

Thx Alex

Re: Dark Sky finally switched off...

Posted: Tue Apr 04, 2023 12:06 pm
by FSC830
Sure, but I was mistaken, its not the forecast block, it the forecast from menu weather - outlook which refers to darksky net previously and is now switched to openweathermap.org.
The forecast block still uses yr.no and meteoblue at my site.
pages_forecast.zip
(23.45 KiB) Downloaded 879 times
Regards

Re: Dark Sky finally switched off...

Posted: Wed Apr 05, 2023 8:39 am
by lobito
@FSC830
Note for the openweathermap call on your pages, is a potentially paid subscription necessary.
I will try this free API-Call in few hours if my subscription activated:

Code: Select all

https://api.openweathermap.org/data/2.5/forecast?lat={lat}&lon={lon}&appid={API key}

Re: Dark Sky finally switched off...

Posted: Sun Aug 27, 2023 4:20 pm
by Piddy
Hello, what else do I have to consider so that the forecast works again?

Api Key from Openweather is ready replaced with Dark Sky Key.

THX