mzeryck / Weather-Cal

This is a Scriptable widget that lets you display, position, and format multiple elements, including dates and events, weather information, battery level, and more. You can even create your own elements.
MIT License
801 stars 318 forks source link

server issue #175

Closed Nari07 closed 2 years ago

Nari07 commented 2 years ago

Keeps displaying “the certificate for this server is invalid” and the widget will not load properly. Is there a fix to this?

herrandersen commented 2 years ago

The ssl certificate for „api.sunrise-sunset.org“ expired a few days ago, hence the error message. Don‘t know how to fix it though

herrandersen commented 2 years ago

Well you could just look for the „https://api.sunrise-sunset.org“ string in the code and change it to „http://…“ and there you go, but the connection would still not be safe though.

mzeryck commented 2 years ago

Duplicate of #173. Will probably just switch to OpenWeather since they have a sunrise/sunset API.