Weather

built-in

Current conditions and multi-day forecasts powered by Open-Meteo—free, no API key required. Requires Location Services. Location is cached in memory for 10 minutes.

Download Clyde

WHAT IT DOES

  • Current conditions: temperature, feels like, humidity, wind speed/direction, today's high/low
  • Tomorrow's forecast: condition, high/low, precipitation probability
  • 5-day forecast: daily condition, high/low, precipitation probability

TRIGGERS

weather / forecast / wxweather today / weather now / weather currentweather tomorrow / forecast tomorrowweather week / forecast week / 5 day

DATA

Open-Meteo
// No local file. Live API response from api.open-meteo.com:

// current.temperature_2m:      68.4  (°F)
// current.apparent_temperature: 65.1
// current.relative_humidity_2m: 52
// current.weather_code:         1     (mostly clear)
// current.wind_speed_10m:       9.2   (mph)
// current.wind_direction_10m:   247   (WSW)

// daily.temperature_2m_max:    [72, 69, 74, 71, 68]
// daily.temperature_2m_min:    [55, 53, 57, 54, 51]
// daily.precipitation_probability_max: [5, 20, 10, 35, 60]

No local storage. Location is cached in memory for 10 minutes. Weather data is fetched live from api.open-meteo.com with an 8-second timeout. No API key or account required.

This is a built-in Clyde command. No installation required—it ships with every copy of the app.