The official first-party plugin pack for led-ticker — the asyncio toolkit that drives Adafruit RGB Matrix HAT / HUB75 LED panels from a Raspberry Pi. These plugins add live data and effects to your sign: current weather, RSS/Atom headlines, cryptocurrency prices, calendar agendas, MLB scores, pool water-temperature, and homage sprite-trail transitions. Developed together in one uv workspace and distributed per-plugin so you install only what you want.
All first-party plugins are published to PyPI — install only the ones you want:
pip install led-ticker-<name> # e.g. pip install led-ticker-weather| Plugin | PyPI package | Widget / transition types | Data source |
|---|---|---|---|
| Weather | led-ticker-weather |
weather.current |
WeatherAPI.com |
| RSS / Atom | led-ticker-rss |
rss.feed |
any RSS or Atom feed |
| Crypto | led-ticker-crypto |
crypto.coingecko |
CoinGecko |
| Calendar | led-ticker-calendar |
calendar.events |
iCalendar (.ics) URL |
| Baseball / MLB | led-ticker-baseball |
baseball.scores, .standings, .promotions, .statcast, .attendance |
MLB Stats API |
| Pool | led-ticker-pool |
pool.monitor |
InfluxDB v2 |
| Flair | led-ticker-flair |
sprite-trail transitions nyancat.*, pokeball.*, pacman.*, sailor_moon.* (+ :pokeball.ball: emoji) |
bundled sprite artwork |
make dev # uv sync the whole workspace (led-ticker-core from PyPI)
make test # pytest every member
make lint # ruff + pyrightEach plugin lives under plugins/<name>/ with its own pyproject.toml,
CLAUDE.md, and README.md (versions derive from per-plugin git tags via hatch-vcs — no manual bump needed). See
docs/superpowers/specs/2026-06-19-led-ticker-plugins-monorepo-design.md.
This is the curated first-party pack. New plugins belong in your own repo — the authoring guide shows how, no fork needed. Fixes and improvements to the existing plugins here are welcome. See CONTRIBUTING.md.
The led-ticker-flair pack (nyancat, pokeball, pacman, sailor_moon)
contains unofficial fan homages — the character names/designs and any bundled
sprite artwork belong to their respective owners and are not covered by this
project's license. See NOTICE.md for details. The data plugins
(pool, baseball, crypto, calendar, rss, weather) are original
works.
MIT © James Awesome — applies to the plugin code. The third-party characters/artwork referenced by the sprite-trail homage plugins are not covered by it; see NOTICE.md.