Simple and fast weather lookup by place name, powered by:
- Forecast data:
yr.no/met.noLocationforecast API - Place search: Open-Meteo Geocoding API
- Type a place name in Raycast.
- Pick a matching location.
- See daily forecast for today + up to 10 days:
- Condition
- Min/Max temperature (single unit display)
- Precipitation in mm
- Wind speed and humidity
- Pressure with trend (rising/falling/stable)
- Visibility
- Open a specific day for detailed hourly breakdown.
- Day details include feels-like temperature and sunrise/sunset time.
- Quick actions to copy forecast text or coordinates.
- Temperature unit defaults to
Celsius, switchable toFahrenheitfrom theCtrl+Kaction panel. - Favorite locations - Save frequently used places for quick access
- Search history - Recently searched places are remembered
- Weather alerts - Display any weather warnings from met.no
- Air quality - View AQI, PM2.5, PM10, ozone, NO₂, and CO data
- Install dependencies:
npm install
- Start extension development:
npm run dev
- In Raycast for Windows, open the extension and run
Search Weather.
met.norequires a customUser-Agentwith app identity and contact info.- Update
APP_USER_AGENTinsrc/search-weather.tsxbefore sharing this extension.
Search Weather: Search by place name and open a clean daily forecast view.