WEATHER / FORECAST Keywords
Get weather information for any location using OpenWeatherMap API.
WEATHER
result = WEATHER "London"
TALK result
Returns current conditions: temperature, humidity, wind, visibility.
FORECAST
result = FORECAST "Paris", 5
TALK result
Returns multi-day forecast with high/low temps and rain chance.
Configuration
Add to config.csv:
weather-api-key,your-openweathermap-api-key
Get a free API key at openweathermap.org.
See Also
- Weather API Integration - Full documentation