A Family Calendar on Fire TV (No App to Install)

There is no good family calendar app for Fire TV. There is, however, a browser — Amazon's own Silk, free in the same app store — and a web-based calendar board opens in it with nothing else to install.

So: yes, you can put your family's day on the television, and the only thing you install is a browser. The honest limit is at the bottom of the page.

What you need

DinkyDash is a web page, not an app. So there are two parts:

  1. Something to serve it. A Raspberry Pi or an old computer on your Wi-Fi — free, MIT licensed, and about an evening's work. Or the hosted version, which is in build.
  2. The Fire TV, which is the screen. Silk opens that address.

The DinkyDash board on a wide screen: today's events on the left, whose turn each chore is and the countdowns on the right

On a 16:9 television the board splits into two columns by itself and sizes its own type to the screen. Nothing needs configuring for a particular set.

Set it up

1. Install Silk. From the Fire TV home screen, go to Find → Search, type or say "Silk", pick Amazon Silk and choose Download. It is free and it is Amazon's own, so there is no sideloading and no developer mode.

2. Type the address, once. On your own network it looks like http://192.168.1.50:5000. Typing that on an on-screen keyboard with a remote is the worst minute of this whole setup. Two ways round it:

3. Bookmark it. Silk opens on its bookmarks, so after this the board is two clicks from the home screen and you never type the address again.

4. Push the screensaver out. Settings → Display & SoundsScreensaver → set Start after to its longest value. This does not remove the screensaver, only delays it.

The honest limit

A Fire TV stick is a streaming device plugged into a television, and both halves of that fight an always-on calendar:

So the fair summary: a Fire TV is a good way to put today on the big screen for a few minutes — over breakfast, or while the football is loading — and the wrong device to leave it on all day. If what you want is a panel that never goes off, an old tablet or a Raspberry Pi does that job properly, and costs less than the television does.

If your TV already has its own browser, you may not need the stick at all — see smart TV calendar display for Samsung and LG.

What ends up on the screen

The board reloads itself every five minutes with a plain HTML refresh rather than JavaScript. That matters on a TV stick, where the browser is the least capable one in the house.

What it costs

Nothing beyond the Fire TV you already own. Silk is free, DinkyDash is free and MIT licensed with no subscription for the self-hosted version, and the only running cost is the daily line — a Claude API call once a day, roughly $0.13 a month, and the board works without it.

Other screens

Start here

The setup guide covers the other half: getting DinkyDash running, adding your calendars, and pointing a screen at it. The code is on GitHub under an MIT licence.

Rather skip the setup? A hosted version is in build at $39/year — join the waitlist.

Last updated 2026-09-08.