← Back to dashboard

Kindle Widget — Help

All options are passed as URL parameters. They persist across auto-refreshes — set them once in the browser address bar and the dashboard keeps them.

URL Parameters

Parameter What it does Default
tz Timezone for the clock and calendar.
Any IANA timezone string.
Asia/Kolkata
city City name for weather (e.g. London, Tokyo, New York).
units Temperature unit: metric (°C) or imperial (°F). metric
quotes Raw URL of a plain-text file with one quote per line (e.g. a GitHub Gist raw URL). Overrides the built-in quote list. Built-in quotes
refresh Page auto-refresh interval in seconds. Minimum 5. 60

Example URLs

Different timezone:
https://kw.dineshdtech.in/?tz=America/New_York

Weather for London in °F:
https://kw.dineshdtech.in/?city=London&units=imperial

Custom quotes from a GitHub Gist:
https://kw.dineshdtech.in/?quotes=https://gist.githubusercontent.com/you/abc123/raw/quotes.txt

Everything together:
https://kw.dineshdtech.in/?tz=Europe/Berlin&city=Berlin&units=metric&quotes=https://gist.githubusercontent.com/you/abc123/raw/quotes.txt&refresh=120

Kindle Tips

Custom Quotes (GitHub Gist)

  1. Go to gist.github.com and create a new Gist.
  2. Add one quote per line, save as a public Gist.
  3. Click Raw and copy that URL.
  4. Add ?quotes=<raw-url> to the dashboard URL.