Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions apps/weatherclockdateog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Weather Clock With Date OG

A faithful recreation of the original Tidbyt "OG" weather clock, rebuilt from a reference photo of the original device and later cross-checked against the original app's source for exact font and layout details.

Shows the time (with a blinking colon separator), a weather icon, temperature, and humidity, with an optional day-of-week and date column. Includes a dimmed, clock-only night mode for a configurable overnight window.

## Data

Weather comes from either:

- **National Weather Service** (default) — US locations only, no API key required.
- **OpenWeather** — works globally, requires a free API key.

## Configuration

- Location, 12/24-hour clock, temperature units (imperial/metric)
- Time, temperature, and humidity colors
- Show/hide temperature unit suffix and day/date column
- Blinking colon toggle
- Night mode with configurable start/end time (HHmm)

## Notes

- Built-in `5x8`/`6x13` font digits for `0` and `9` render narrower than other digits at this size, so those two glyphs are hand-drawn replacements spliced in per-character; everything else uses the stock font.
- When OpenWeather is selected without an API key, the app shows a placeholder instead of blank/incorrect data, and the day/date column is hidden to avoid a cramped layout.
Binary file added apps/weatherclockdateog/images/cloudy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/foggy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/haily.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/moony.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/moonyish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/rainy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/sleety.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/sleety2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/snowy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/snowy2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/sunny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/sunnyish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/thundery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/tornady.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/weatherclockdateog/images/windy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions apps/weatherclockdateog/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: weather-clock-date-og
name: Weather Clock With Date OG
summary: OG-Style Weather Clock
desc: Displays the current time alongside local weather conditions fetched from OpenWeather or the National Weather Service, with an optional day-of-week and date column.
author: alustig
fileName: weatherclockdateog.star
packageName: weatherclockdateog
recommendedInterval: 0
category: weather
tags:
- weather
- clock
- time
published: '2026-07-26T03:57:32Z'
updated: '2026-07-27T22:38:17Z'
Loading