MMM Jast Versions Save

A minimalistic stock ticker based on Yahoo's finance API for the MagicMirror² platform.

v2.9.4

1 month ago

Yahoo recently changed their unofficial Finance API so that the usual data-fetching no longer worked. This version of MMM-Jast contains updated dependencies that cope with the breaking changes of Yahoo's API.

An upgrade to this version is mandatory to continue module usage!

Update Instructions

  1. Navigate into the MMM-Jast folder (under MagicMirror/modules/ )
  2. Execute git pull*
  3. Execute npm install

*= if git complains about merge conflicts, caused by a previous checked-in package-lock.json, the easiest way is to delete the module and to clone it again.

v2.9.3

3 months ago

There was a problem with devDependencies which is fixed with this release

v2.9.2

3 months ago

This updates brings some css improvements:

  • Classes were added to some to better allow custom css stylings
  • Some changes in the horizontal scrolling animation. Hopefully it runs smoother now

v2.9.1

5 months ago

This version updates some dependencies.

Thanks to @KristjanESPERANTO

v2.9.0

6 months ago

This release brings a new display mode "table" which comes with some additional features.

Please change the configuration property scroll to displayMode

v2.8.2

10 months ago

This version fixes a problem with the limit decimals https://github.com/jalibu/MMM-Jast/issues/55

v2.8.1

10 months ago

Fixed: This version fixes an issue with Yahoo Finance API "Invalid Cookie"

To install this update, you need to execute npm install --only=production in the MMM-Jast folder again to update the dependencies

v2.8.0

1 year ago

v2.7.0

1 year ago

New:

v2.6.3

2 years ago