> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reelevant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Weather

> Fetch current weather data for the user location

<img src="https://mintcdn.com/reelevant/amH2YHA9709Bju3v/images/workflows/node-weather.png?fit=max&auto=format&n=amH2YHA9709Bju3v&q=85&s=45cc3ee4dd5442e993d4446ae287fb22" alt="Weather node configuration panel showing weather timing, address, and temperature options" width="1024" height="768" data-path="images/workflows/node-weather.png" />

## Overview

The Weather node fetches current weather data for the user's location. It can be used to personalize content based on weather conditions.

This node uses data from the [Geolocation](/product-guide/workflows/data-nodes/geolocation) node to determine the user's location and then fetches the current weather.

## Output Data

The Weather node provides:

* **Temperature** — Current temperature.
* **Conditions** — Weather conditions (sunny, rainy, cloudy, etc.).
* **Additional data** — Humidity, wind speed, and other meteorological data.

## Common Use Cases

* Show **umbrellas** when it's rainy and **sunglasses** when it's sunny.
* Promote **seasonal products** based on temperature ranges.
* Display **weather-appropriate clothing** recommendations.

## Best Practices

* Always pair the Weather node with a [Geolocation](/product-guide/workflows/data-nodes/geolocation) node upstream.
* Use [condition nodes](/product-guide/workflows/logic-nodes/conditions) downstream to branch based on weather conditions or temperature ranges.
* Consider time zones — weather data reflects the current conditions at the user's location.
