Calendar
Included calendars
Each linked person adds their own calendars (ICS subscription or CalDAV, set up in Settings) -- being linked here doesn't include anything automatically. Anyone linked to this frame can mute a calendar they'd rather not see here, even one they don't own; only its owner can add it back.
-
{% for u in calendar_users %}
-
{{ u.display_name }}{% if u.is_self %} (you){% endif %}
{% if u.calendars %} {% set current_palette = frame.palette_rgb or default_palette_rgb %} {% set current_hex = palette_to_hex(current_palette) %} {% for c in u.calendars %}{% if u.is_self %} {% for idx in range(2, 6) %} {% endfor %} {% endif %}{% endfor %} {% elif u.is_self %}No calendars set up yet -- add an ICS link or CalDAV account in Settings.
{% else %}No calendars included.
{% endif %}
{% endfor %}
Last fetch: {{ frame.calendar_fetch_summary }}
{% endif %}Weather
Shown above the event list on Agenda, Agenda (today & tomorrow), and Week views -- there's no room for it on Month.
Cities
Every city shows on every day -- add more than one if people split their time between places.
-
{% for c in frame.calendar_weather_cities or [] %}
- {{ c.label }} {% else %}
- No cities added yet. {% endfor %}