./config.py dump | grep TEMPLATE
2024-02-04 00:31:57,207 [INFO] MainProcess config._dump() [805]: Dumping config
"WEB_STATUS_TEMPLATE": "Status: {status:s}\nLat: {latitude:0.1f}/Long: {longitude:0.1f}\nSidereal: {sidereal_time:s}\nMode: {mode:s}\nSun: {sun_alt:0.1f}° {sun_dir:s}\nMoon: {moon_alt:0.1f}° {moon_dir:s}\nPhase: {moon_phase_str:s} <span data-bs-toggle=\"tooltip\" data-bs-placement=\"right\" title=\"{moon_phase:0.0f}%\">{moon_glyph:s}</span>\nSmoke: {smoke_rating:s} {smoke_rating_status}\nKp-index: {kpindex:0.2f} {kpindex_rating:s} {kpindex_trend:s} {kpindex_status:s}\nAurora: {ovation_max:d}% {ovation_max_status}",
"IMAGE_LABEL_TEMPLATE": "# size:30 [Use 60 for higher resolution cameras]\n# xy:-15,15 (Upper Right)\n# anchor:ra (Right Justified)\n# color:150,0,0\n{timestamp:%Y.%m.%d %H:%M:%S}\n# color:100,100,0\nLat {latitude:0.0f} Long {longitude:0.0f}\n# color:150,150,150\nHubble {hst_up:s} [{hst_next_h:0.1f}h/{hst_next_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0]\nISS {iss_up:s} [{iss_next_h:0.1f}h/{iss_next_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0]\n# xy:-15,-240 (Lower Right) [Use -15,-450 for size 60]\n# color:175,175,0\nSun {sun_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0\n# color:125,0,0\nMercury {mercury_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0\n# color:100,150,150\nVenus {venus_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0\n# color:150,0,0\nMars {mars_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0\n# color:100,100,0\nJupiter {jupiter_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0\n# color:100,100,150\nSaturn {saturn_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0\n# color:150,150,150\nMoon {moon_phase:0.0f}% {moon_alt:0.0f}\u00c3\u0083\u00c2\u0082\u00c3\u0082\u00c2\u00b0\n# xy:15,-120 (Lower Left) [Use 15,-210 for size 60]\n# anchor:la (Left Justified)\n# color:0,150,150\nStars {stars:d}\n# color:150,50,50\nKp-index {kpindex:0.2f}\n# color:150,150,150\nSmoke {smoke_rating:s}\n# xy:15,15 (Upper Left)\n# color:0,150,0\nExposure {exposure:0.6f}\n# color:150,50,0\nGain {gain:d}\n# color:50,50,150\nTemp {temp:0.1f}{temp_unit:s}\n# color:150,0,150\nStretch {stretch:s}\nStacking {stack_method:s}\n# color:200,200,200 (default color)\n# additional labels will be added here",
"URL_TEMPLATE": "https://{bucket}.s3.{region}.{host}",
"URL_TEMPLATE": "https://{bucket}.s3.{region}.{host}",
"TITLE_TEMPLATE": "Allsky Timelapse - {day_date:%Y-%m-%d} - {timeofday}",
"DESCRIPTION_TEMPLATE": "",

Read More...