Get an alert with viewing tips when the space station passes overhead

Checks the space station's position and your local weather, then alerts you only when it's actually visible outside.

How the work actually flows

It branches. Exactly one path is taken.

Pattern: Exclusive Choice (4)

flowchart TD trig(["every 10 minutes"]):::trigtime s0["calculate ISS position"]:::task s1["check local weather"]:::task s2["determine visibility"]:::task trig --> s0 s0 --> s1 s1 --> s2 gx{"× is ISS visible now"}:::gate s2 --> gx p00["send alert with tips"]:::task gx -->|"visible"| p00 p10["no alert sent"]:::task gx -->|"not visible"| p10 p00 --> out p10 --> out out[/"timely alert with viewing directions"/]:::out pay{{"never miss a visible pass"}}:::pay out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepOne path onlyResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
Messaging & NotificationsSpreadsheet & Database OpsScheduling & Calendar
Connects
OpenWeatherMapDiscordSlackGmail

The problem it solves

Spotting the International Space Station takes planning most people don't have time for. You have to track its schedule and check the weather yourself, and by the time you notice it's visible, it's often already gone.

Who it fits

Educators, team leads, or space enthusiasts who want a simple heads-up for a shared science moment.

How it works

  1. The space station's position is checked every 10 minutes
  2. Its distance and direction from your location are calculated
  3. Local weather is checked to confirm the sky will be clear
  4. Viewing guidance, like direction and elevation, is put together
  5. You get an alert on Discord, Slack, or Gmail telling you when to look up
What you get

Clear nights you catch the station overhead

You get a heads-up with viewing directions whenever the space station is about to pass over your location on a clear night.

What you get

A timely alert with viewing directions whenever the space station is visible from your location.

What you need

An OpenWeatherMap API key and at least one messaging or email account such as Discord, Slack, or Gmail.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook