Weather: current + 7-day forecast

weather_node · action · Utility · Available · v1.0.0

Description

Fetch current conditions and a 7-day forecast for any location worldwide via the public Open-Meteo API (free European service, no API key, commercial use allowed) — temperature, precipitation, wind and weather codes ready for alerts and reports.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
location
Località
expressionyes
Roma oppure 45.4642,9.1900
Nome città (es. "Milano", "Roma, IT") oppure coordinate "lat,lon" (es. "45.4642,9.1900"). Il reverse-geocoding usa Open-Meteo geocoding API.
forecastDays
Giorni forecast (0–7)
numberno3Default 3 giorni. Max 7. Imposta 0 per ricevere solo le condizioni correnti (no forecast).
units
Unità misura
enum
metricimperial
nometricDefault metric (°C, km/h, mm). Imperial converte °C→°F, km/h→mph, mm→inch.
language
Lingua condizioni
enum
iten
noitLingua per il campo `condition`: "it" → "sereno/temporale", "en" → "clear/thunderstorm".

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • location
  • current
  • forecast

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-weather_node-1",
  "defId": "weather_node",
  "label": "Weather: current + 7-day forecast",
  "config": {
    "location": "Roma   oppure   45.4642,9.1900",
    "forecastDays": 3,
    "units": "metric",
    "language": "it"
  }
}

🔗 Related nodes in the same category

Ready to use Weather: current + 7-day forecast?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes