🚧 This website is under construction - Some features might not work as expected 🚧

OpenWeatherMap (OWM) Guide

About API Keys

Basic weather For basic weather data, you can leave the API key empty. When doing so, my developer api key is used for your convenience.

Advanced Features: For additional weather metrics, you'll need a personal One Call API 3.0 key. This includes:

  • UV Index
  • Dew Point
  • Precipitation
  • Weather Forecasts

Important: Using a standard OWM key will result in an "ERR: V3KEY" message. Make sure to get a One Call API 3.0 key.

Usage Limits

  • Default update interval: 30 minutes
  • Maximum daily calls: 288 (when set to 5 minute interval)
  • Free tier limit: 1,000 calls/day
  • You're well within limits with default settings!

Getting Your API Key

  1. Visit OpenWeatherMap API
  2. Create an account (use "Subscribe" button)
  3. Navigate to "My API Keys"
  4. Generate a new API key
  5. Copy the key

Setting Up Your Device

  1. Open watch-face settings
  2. Find "Open Weather MAP API key (OWM Key)" field
  3. Paste your API key
  4. Save changes

Note: Initial weather data may take a few minutes to appear due to Garmin's 5-minute request limit. New API keys can take up to 2 hours to activate.

OWM Subscription Page OWM API Key Page OWM API Key Generation Watch Settings

Troubleshooting

  • Ensure you're using a One-Call 3.0 API key
  • Check your phone connection
  • Verify GPS signal
  • Wait for API key activation (up to 2 hours)

Status Messages

Message Description
OWM wait New call requested, waiting for 5 minutes or set update time
ERR: KEY Invalid key - One Call API 3.0 key required
ERR: V3KEY A v3.0 key is needed - empty key or v1 key detected
ERR: QUOTA Day quota exceeded for the entered key
ERR: GPS Location is invalid
GPS err/gps? No GPS location found - start an activity with GPS to fix
ERR: 400 Implementation error - please report if seen
ERR: 401 API Key invalid
ERR: 404 Invalid GPS position
ERR: 429 API Key quota exceeded
ERR: -104 No phone connection
ERR: -1000 Storage full
More error codes can be found here