Weather
A Raycast extension that displays weather forecasts powered by wttr.in. Supports both macOS and Windows.
Features
- Weather Command – Search for any location and view current conditions plus multi-day forecasts
- Weather Menu Bar – Persistent weather in the menu bar with 30-minute refresh interval
- Unit systems – Metric (°C, km/h, mm) or Imperial (°F, mph, inches)
- Clock format – 12-hour or 24-hour time display
- Default location – Set a default query when the search bar is empty
- Multi-language – English, German, and French (via wttr.in)
Weather Data Shown
- Current temperature, feels like, min/max
- Humidity, pressure, cloud cover
- Wind (speed, direction)
- Rain, visibility, UV index
- Sunrise, sunset, sun hours
- Moonrise, moonset, moon phase
- Hourly and daily forecasts
Data Source
Weather data is provided by wttr.in, a free, no-API-key service. The extension uses the JSON format (format=j1) for structured data.
License
MIT