Skip to content

Memories

Display memories.

Settings

Key Value
CONFIG memories
ENV KIOSK_MEMORIES
URL memories
VALUE bool
DEFAULT false
Using with config.yaml file
memories: false
Using with ENV in your docker-compose file
environment:
KIOSK_MEMORIES: false
Using with url queries
http://{URL}?memories=false

Include memories from the last N days. 0 shows only today.

Settings

Key Value
CONFIG past_memory_days
ENV KIOSK_PAST_MEMORY_DAYS
URL past_memory_days
VALUE int
DEFAULT 0
Using with config.yaml file
past_memory_days: 0
Using with ENV in your docker-compose file
environment:
KIOSK_PAST_MEMORY_DAYS: 0
Using with url queries
http://{URL}?past_memory_days=0