🚀 TinyTicker Dashboard 🚀

{% if update_available %}

🥳 Update available 🥳

{% endif %}

Config

Location: {{config_file | default("~/.config/tinyticker/config.json")}}


Tickers

{%- for ticker in tickers %}
{%- if ticker.lookback is none %} {#- If the look back is None then it hasn't been set so use the default lookback for the interval #} {%- else %} {%- endif %} {%- if ticker.wait_time is none %} {#- If the wait_time is None then it hasn't been set so use the default wait_time for the interval #} {%- else %} {%- endif %} {%- if ticker.mav is none %} {%- else %} {%- endif %}
{%- endfor %}

Command

{% for command in commands %} {% endfor %}
TinyTicker v{{version}} - TinyTicker - Log files