clock_almanac
A multi-row rollup of date-derived facts (moon phase, season, zodiac, chinese zodiac, ISO week, day of year). Use this when you want every almanac value at once; pick clock_derived instead to surface a single value on its own line. Calendar highlights today within the current month so the same fetcher can drive a grid_calendar widget.
| Kind | Safety | Shapes |
|---|---|---|
| realtime | Safe | entries, text_block, calendar |
Options
Section titled “Options”No options.
Compatible renderers
Section titled “Compatible renderers”| Shape | Renderers |
|---|---|
entries | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, grid_table |
text_block | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, list_plain |
calendar | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, grid_calendar |
Preview
Section titled “Preview”entries via grid_table
Section titled “entries via grid_table”moon 🌖 Waning Gibbous season Spring zodiac ♉ Taurus chinese 🐎 Horse iso week 2026-W17
[[widget]]id = "clock_almanac"fetcher = "clock_almanac"render = "grid_table"text_block via list_plain
Section titled “text_block via list_plain”moon: 🌖 Waning Gibbous season: Spring zodiac: ♉ Taurus chinese: 🐎 Horse
[[widget]]id = "clock_almanac"fetcher = "clock_almanac"render = "list_plain"calendar via grid_calendar
Section titled “calendar via grid_calendar”April 2026 Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
[[widget]]id = "clock_almanac"fetcher = "clock_almanac"render = "grid_calendar"