<!-- generated by scripts/docs/generate-reference.ts — do not edit -->
astro_render_calendar
Astrological calendar renders — monthly grid or circular lunar phase.
- Layer: render
- Methods: monthly-astro, lunar-circular
- Free tier: —
- Paid tier: monthly-astro, lunar-circular
Description
Astrological calendar renders — monthly grid or circular lunar phase.
Methods:
monthly-astro [Paid] — Monday-first monthly calendar grid with lunation, ingress, and station events overlaid
lunar-circular [Paid] — one small moon disc per calendar day of the year arranged on a ring showing the lunar phase
Input schema
monthly-astro
| Field | Type | Required | Constraints |
|---|
| year | integer | yes | min 1800, max 2200, int |
| month | integer | yes | min 1, max 12, int |
| include.lunations | boolean | no | — |
| include.ingresses | boolean | no | — |
| include.stations | boolean | no | — |
| planets | array<enum(9)> | no | — |
| sizePx | integer | no | min 320, max 1600, int |
| palette.background | string | no | — |
| palette.grid | string | no | — |
| palette.text | string | no | — |
| palette.accent | string | no | — |
lunar-circular
| Field | Type | Required | Constraints |
|---|
| year | integer | yes | min 1800, max 2200, int |
| sizePx | integer | no | min 320, max 1600, int |
| palette.background | string | no | — |
| palette.light | string | no | — |
| palette.dark | string | no | — |
| palette.text | string | no | — |