Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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