Skip to content

Releases: jalibu/MMM-Jast

Virtual horizontal multiplier

19 Jun 22:34
Compare
Choose a tag to compare

Added option to virtually clone the stocks in the horizontal mode to avoid whitespaces

Updated Depot feature

05 May 13:55
2872eaf
Compare
Choose a tag to compare

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

24 Apr 18:54
Compare
Choose a tag to compare

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

10 Apr 08:09
2526c36
Compare
Choose a tag to compare

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

31 Mar 08:48
6158d8f
Compare
Choose a tag to compare

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

24 Jan 18:36
Compare
Choose a tag to compare

Features:

  • Auto calculate best possible request interval for <= 500 requests per day (Alphavantage free plan)

Fixes:

  • Nunjucks async rendering
  • Typos

Crypto support

19 Jan 17:16
Compare
Choose a tag to compare
v1.1.0

crypto support doc

First Release

14 Jan 12:18
1165aa5
Compare
Choose a tag to compare
Merge pull request #4 from jalibu/refactoring

Refactoring