Weather
Built in - no setupCurrent conditions and a short daily forecast for any place, powered by the free Open-Meteo API. No account or token is needed. Give a place name (geocoded automatically) or exact latitude/longitude.
Publisher: Amistio (built-in) - version 1.0.0 - Apache-2.0
Operations (1)
Weather forecast
weather.forecastReturn current conditions plus a per-day forecast (min/max temperature in Celsius, precipitation chance, condition) for 1-7 days, and a one-line human-readable summary. Provide either a place name or latitude and longitude.
Inputs
place(string) - Place name to geocode, e.g. a city. Required unless latitude and longitude are given.latitude(number) - Latitude in decimal degrees. Use together with longitude instead of place.longitude(number) - Longitude in decimal degrees. Use together with latitude instead of place.days(number) - Forecast days to return, 1-7. Defaults to 1.
Returns
place(string) - The resolved place name, or the coordinates when none was given.current(object) - Current conditions: {temperature, condition, windSpeed}.daily(object) - Array per day: {date, minTemp, maxTemp, precipitationChance, condition}.summary(string) - One human-readable line, e.g. 'Berlin: 21C now, partly cloudy. Today 14-24C, 20% rain.'
Use Weather from the agent builder - add the block, and reviewed operations run with your own connected account.
Open the builder