Releases: jalibu/MMM-Jast
Releases · jalibu/MMM-Jast
Virtual horizontal multiplier
Added option to virtually clone the stocks in the horizontal mode to avoid whitespaces
Updated Depot feature
Features:
- Depot feature now shows value and has some additional settings
- Option for monochromatic/uncolored tickers
Fixes:
- There was a problem with the header config setting
Value localization
This release enables auto value formatting based on your MagicMirrors locale and two additional settings:
useGrouping: boolean
adds a grouping character in high value numbers (i.e. BTC 60,000.00 EUR)
currencyStyle: string
allows to define the rendering style of currencies (i.e. USD 20.00 vs. $20.00 vs. 20.00 dollars). Possible values are "code", "symbol" or "name"
It's all about decimals
Changes
- You can now configure the number of decimals for stock values (default: 2) and percentages (default: 1)
- Decimal separator symbols are now localized by the browser's locale, as most of the countries use a comma instead of a dot.
- The stock's name field is optional now. If it is not set, the stock's official trade name will be used.
Switched to Yahoo finance API
From version 2.0.0 this module uses the Yahoo finance API (no longer Alphavantage).
- No API Key required
- Support for Stocks, ETF, Crypto, Indexes, etc...
- No request limit
- Better data
Auto calculate request interval
Features:
- Auto calculate best possible request interval for <= 500 requests per day (Alphavantage free plan)
Fixes:
- Nunjucks async rendering
- Typos
Crypto support
v1.1.0 crypto support doc
First Release
Merge pull request #4 from jalibu/refactoring Refactoring