Weather

An decision block that gets the current weather or a forecast.

The fiber will pause until the operation has completed, proceeding through the YES path if a forecast for the location and period was found, proceeding through the NO if not.

If forecast advance is empty, evaluate to null or is less than 3 hours, the current weather is returned. Future weather can be forecasted for up to 16 days in advance, hourly forecasts only up to 5 days. Only the temperature and forecast timestamp variables may be assigned.

The units used are those of the backing API, see unit conversion. Weather data provided by OpenWeatherMap.

Input arguments

Output variables