{% extends "base.html" %} {% block title %}Setup · hevy2garmin{% endblock %} {% block content %}
{% if garmin_error %}
Sign into Garmin manually

Automatic login isn't available from this server. Sign in with your browser instead (takes 30 seconds):

  1. Tap Sign into Garmin below (opens a new tab)
  2. Log in with your Garmin email and password
  3. After login, copy the URL from the address bar
  4. Come back here and paste it in the box below
Sign into Garmin
{% if allow_skip %}
Skip for now
{% endif %}
{% endif %}
1. Hevy API Key (requires Hevy Pro)
{% if not config.get('hevy_api_key') %}
How to get your key:
1. Open hevy.com/settings (or Hevy app → Settings)
2. Scroll to Integrations & API
3. Click Generate API Key and copy it here
{% endif %}
2. Garmin Connect
3. Your Profile
Used for calorie estimation in FIT files.

If your Garmin account is connected to Strava, synced workouts will also appear there.

{% endblock %}