HamClock

Space weather · propagation · your shack

HamClock lives on.

Real-time solar data, band conditions, gray-line and satellite tracking — served from hamclock.com, so your clock keeps ticking now that the original Clear Sky Institute server is offline.

New

HamClock now runs on an Amazon Fire TV Stick.

No Pi, no SD cards, nothing to build — install it and it’s on your TV. Become a patron sponsor by subscribing: $4.99/month is what keeps the backend on the air for everyone.

Get it on the Amazon Appstore →
HamClock · live · hamclock.com
HamClock display showing world map, band conditions, and space weather

If your clock stops updating

The Clear Sky Institute server is offline. Your HamClock doesn't have to be.

In January 2026 we lost Elwood Downey, WB0OEW, HamClock's creator. The original Clear Sky Institute server that fed every HamClock its data is now offline. Clocks still pointed at it won't receive correct data. Point yours at hamclock.com and it keeps ticking.

The one-line switch. Open a terminal on your clock — Raspberry Pi, Inovato Quadra, or any Linux box running HamClock — and run:
$ curl -fsSL https://hamclock.com/tools | sudo bash

That's it. The script finds every place HamClock launches from — desktop icon, autostart, systemd, cron — and points them all at hamclock.com. It also cleans up any old-server redirects left behind by earlier fixes. Safe to run more than once; if there's nothing to do, it says so and changes nothing.

Did the switch bring your clock back? hamclock.com runs on community support — a few dollars keeps it on the air.

Prefer to do it by hand?

Add -b hamclock.com:80 to the end of the HamClock command wherever it launches — the Exec= line of its desktop or autostart entry, its systemd unit, or its crontab line. The script above just does this for you, everywhere at once.

Already used the /etc/hosts trick?

Some earlier guides had you redirect the old server by editing /etc/hosts. That pins your clock to one fixed server address, which breaks the moment anything moves. The switch script above finds those entries, comments them out so nothing is lost, and moves you to the supported -b method — which follows hamclock.com wherever it lives.

Three ways to run it

Get HamClock

Brand new to HamClock, or building a fresh display? Pick the path that fits your hardware.

No build Amazon Fire TV

Run it on a Fire Stick

HamClock is now on the Amazon Appstore and runs on a Fire TV Stick. No Pi, no SD cards, no soldering — install it and it's on your screen. The app is $4.99/month, and that subscription is what pays for the backend.

Get it on the Amazon Appstore →
Build Your Own

Raspberry Pi, from scratch

Roll your own with one install command, or build by hand if you like to see the gears turn. Works on any Pi, any resolution, headless or on-screen.

Read the build guide →
Easiest Inovato Quadra

Convert an Inovato

Already have a Quadra running HamClock? The same one-line switch repoints it at hamclock.com — no reflashing, no rebuilding.

Run the one-line switch →

Original ESP32 HamClock devices Coming soon

Running HamClock on one of the original ESP32 devices? Those firmware builds don't support the -b switch, so the one-line switch above can't repoint them — they need to be reflashed with updated firmware to use hamclock.com. Support for these devices is in the works. Check back here, or email [email protected] to be notified when it's ready.

Where this came from

The original HamClock, preserved

HamClock was created and passionately maintained for years — with new features added monthly — by Elwood Downey, WB0OEW, at the Clear Sky Institute. hamclock.com carries the project forward — and with the original site now offline, Elwood's own documentation deserves to stay reachable.

What's the Wayback Machine?

The Wayback Machine is a free service from the non-profit Internet Archive that takes dated snapshots of websites and keeps them readable forever. Even with Clear Sky Institute's server offline, you can still visit its pages exactly as they looked — Elwood's documentation, his original instructions, all of it, frozen in time.

Visit the archive:

When something's off

Troubleshooting

The handful of things that trip people up most often.

The display is frozen or the data is stale
Your clock is probably still trying to reach the old Clear Sky Institute server, which is now offline. Run the one-line switch in Keep It Running above and it comes right back.
My HamClock runs fine for a few days, then drops to the desktop
Almost always the log files filling up the SD card. Check free space with df -h and clear old logs. A failing or undersized SD card makes this worse — a good name-brand card is worth it.
How do I update to the latest version?
When the version number in the corner turns red, double-click it. HamClock downloads the newest version from its configured backend — hamclock.com, once you've run the switch — and restarts itself. No reinstall needed.
Can I view HamClock from another device?
Yes — build or run the web version and open http://<your-clock-ip>:8080/live.html from any browser on your network. Great for headless setups.