Would there be any way to detect weather in godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Amateur.game.dev.

I know about the built-in methods of retrieving the date and time in godot, but I was wondering if there was any method of retrieving the statistical information about the weather forecast coming from the users’ interface (i.e. the weather in the pc system). Of course, I would have the weather be updated once every minute unless some data has changed.

:bust_in_silhouette: Reply From: Wakatta

Interesting concept however you may need to do a HTTP request to get that kind of information. Additionally if your application is being run on mobile devices you may need the location permission as well.