Flux Guide ← All widgets
Widget

Launch

The next rocket launch, front and center — mission, provider, launch pad, date and time, and a live countdown that ticks down to T‑0. It updates itself and rolls straight to the next launch the moment one lifts off.

What it does

The Launch widget shows the next upcoming orbital rocket launch worldwide. It displays the mission name, the launch provider and vehicle, the pad and location, the scheduled time, and a big T‑minus countdown updating every second. A status badge (for example GO or TBD) reflects the launch's current state, and the launch photo can sit faded behind the text.

It always shows the next one When a launch reaches T‑0, the widget automatically advances to the next upcoming launch — no action needed. The countdown then counts down to the new one.

Where the data comes from

Launch data is provided by Launch Library 2, the free public launch database from The Space Devs. Each device fetches it directly — there is no Flux server in between — and caches it locally, so your dashboard keeps working offline on the last known data.

Stays current, automatically Flux refreshes the data on an adaptive schedule: about every 5 minutes when a launch is within 90 minutes (so delays, holds and scrubs show fast), every 15 minutes within 12 hours, and every 30 minutes otherwise. The live countdown updates every second regardless.

Filter by country

Don't care about every country's launches? In the widget's inspector, the Countries section lets you choose which launch sites to include:

The list only shows countries that currently have upcoming launches, so it stays short. The filter is per‑widget, so you can keep one tile for US‑only launches and another for everything.

Add it

  1. Enter edit mode, tap Add Widget, choose Launch.
  2. It drops onto the dashboard and begins fetching the next launch (give it a moment the first time).
  3. Open the widget's inspector (tap it while editing) to set the country filter and toggles.

Settings

SettingWhat it does
Show launch photoDisplay the launch/vehicle photo faded behind the text. Turn off for a plain card.
Show provider & vehicleShow the launch provider and rocket (for example "SpaceX · Falcon 9").
CountriesChoose which countries' launches to show (see above). All countries by default.

Notes

The Launch widget needs no Home Assistant entity — it pulls its own data over the internet. It works on iPhone, iPad, and Apple TV. Resize it larger to reveal the launch photo plus the pad and location lines; shrink it and it collapses to the countdown and mission.

Build automations around launches Want a light to flash when a launch is imminent? Launch‑based automation triggers are on the roadmap — see Automations.