{% comment %} collabDoo · TRMNL Private Plugin · Layout "Half Horizontal" (800×240) Datenquelle: Strategie "Polling" auf https://team.collabdoo.app/d/.json Links "Heute" (Termine + Aufgaben gemischt), rechts der nächste Tag mit Einträgen. Gruß an alle ([greetings] note): kompakter Post-it unten rechts über den Listen, mit Symbol des Effekts (note.icon_svg). {% endcomment %} {% assign next_day = nil %} {% for d in days %}{% if d.is_today == false and d.line_count > 0 and next_day == nil %}{% assign next_day = d %}{% endif %}{% endfor %}
{{ labels.today }} · {{ today.label.day_month }}
{% for l in today.lines %} {{ l.time }} {{ l.title }}{% if l.who != "" %} · {{ l.who }}{% endif %} {% endfor %} {% if today.line_count == 0 %}{{ labels.nothing_planned }}{% endif %}
{% if next_day %} {{ next_day.label.weekday_long }} · {{ next_day.label.day_month }}
{% for l in next_day.lines %} {{ l.time }} {{ l.title }}{% if l.who != "" %} · {{ l.who }}{% endif %} {% endfor %}
{% else %} {{ labels.nothing_planned }} {% endif %}
{% if note %}
{{ note.icon_svg }}
{{ note.text }}
– {{ note.sender_name }}
{% endif %}
{{ household.name }} {% if weather %}{{ weather.label.temp }} {{ weather.label.location }} · {% endif %}{{ labels.updated }} {{ updated }}