{{ app_name }}

Starlark App — ID: {{ app_id }}

Starlark {% if app_enabled %} Enabled {% else %} Disabled {% endif %}

Status

Frames: {{ frame_count if has_frames else 'Not rendered' }}
Render Interval: {{ render_interval }}s
Display Duration: {{ display_duration }}s
Last Render: {{ last_render_time }}

Timing Settings

How often the app re-renders (fetches new data)

How long the app displays before rotating

{% if schema or config %}

App Settings

{% for key, value in config.items() %} {% if key not in ('render_interval', 'display_duration') %}
{% endif %} {% endfor %} {% endif %}