this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

HTML 87.7%
C 7.7%
Python 4.1%
Shell 0.2%
Other 0.3%
30 2 0

Clone this repository

https://tangled.org/alice.mosphere.at/tidface https://tangled.org/did:plc:by3jhwdqgbtrcc7q4tkkv3cf/tidface
git@tangled.org:alice.mosphere.at/tidface git@tangled.org:did:plc:by3jhwdqgbtrcc7q4tkkv3cf/tidface

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

screenshot

TID clock (and other watchfaces for pebble)#

Prerequisites#

Overview#

TID clock is a Pebble watchface that displays:

  • The IATA code and airport name whose local time is closest to noon.
  • The current time in decimal format (TID).
  • Internet time (.beats).

Prerequisites#

  • A Pebble watch or a compatible emulator (e.g., Basalt).
  • Rebbletool installed and configured.
  • Python 3 (for timezone data generation).

For Python#

Create a virtual environment (using uv) and install dependencies:

uv venv
source .venv/bin/activate
uv pip install -r requirements.txt

Build & Installation#

Use the included r helper script to streamline common tasks:

# 1) Generate timezone and airport data
./r generate

# 2) Build the project
./r build

# 3) Install onto the emulator (Basalt)
./r install

# 4) Build and install in one step
./r debug