Local Weather uses Free API calls to https://api.met.no/ , https://nominatim.openstreetmap.org/ and https://api.weather.gov/ to provide a simple weather explanation of the player, with access to the larger Json files also returned in case a developer wants more information.
This Plugin provides 6 Custom Nodes, an example widget for an implementation demonstration, an actor which calls the widget, and 10 weather icon images (and corresponding sprites).
Get City Data: This has a call back that returns a Json of Map DataParse Location Json: This finds the Latitude and Longitude of the city and returns it as floats
Get Global Weather Data: This looks up weather for the location provided and returns a Json as in a delegate.
Extract Symbol Code: This parses the Json returned by “Get Global Weather Data” to return only the “Symbol Code” which is a summary of the forecast.Get Weather Data: (Deprecated but Included) This returns the “Main Menu” for the Area which include the ForecastGet Short Forecast: (Deprecated but Included) This returns the Whole Forecast Json and the Short Forecast Field.Any questions, please check out my discord: https://discord.gg/45h62SsFJy