• v1.8.0 38f97de73e

    zaph0d released this 2026-03-28 14:44:44 +01:00 | 43 commits to main since this release

    📅 Originally published on GitHub: Sat, 28 Mar 2026 13:45:15 GMT
    🏷️ Git tag created: Sat, 28 Mar 2026 13:44:44 GMT

    What's new

    Market widget (type: market)

    A new large widget giving a live snapshot of financial markets:

    • Fear & Greed gauge — gradient bar (red → yellow → green) with needle showing current crypto sentiment score (0–100) and classification label
    • Indices — S&P 500, NASDAQ, AEX, FTSE with price + % change
    • Stocks — AAPL, MSFT, NVDA, TSLA, AMZN with price + % change
    • Top 10 crypto — ranked by market cap, with price and 24h % change

    All data sources are free with no API key required: alternative.me/fng (Fear & Greed), Yahoo Finance (stocks/indices), CoinGecko (crypto). Cache TTL: 5 minutes. Graceful degradation if any source is unavailable.

    Admin panel

    Selectable from the rotator slot picker: Add slot → Market. No per-widget config needed.

    Deploy

    git pull && docker compose up --build -d
    
    Downloads