Skip to content

Releases: jalibu/MMM-Jast

Update Yahoo Finance dependency

04 Jun 13:35
Compare
Choose a tag to compare

Updated the Yahoo Finance dependency.

Please run npm install after you have pulled this latest version to upgrade your local dependencies.

Fixed Yahoo Finance API dependency

17 Apr 15:49
Compare
Choose a tag to compare

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.

Fixed devDependencies

23 Jan 20:38
c2da0bd
Compare
Choose a tag to compare

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

CSS improvements

21 Jan 11:46
Compare
Choose a tag to compare

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

Updated dependencies

12 Dec 20:09
Compare
Choose a tag to compare

This version updates some dependencies.

Thanks to @KristjanESPERANTO

New display mode: table

12 Nov 12:13
5715c39
Compare
Choose a tag to compare

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

Please change the configuration property scroll to displayMode

Fix: Fixed decimal fraction digits

15 Jul 09:39
Compare
Choose a tag to compare

This version fixes a problem with the limit decimals #55

Fixed Yahoo Finance Error "Invalid Cookie"

15 Jul 09:18
Compare
Choose a tag to compare

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

New option: Hidden Stocks

13 Aug 10:55
1cc458d
Compare
Choose a tag to compare
Development (#48)

* improvements for static list

* Time filter

* remove github assets

* Updated readme

* New option: Hidden Stock

* Update README.md

Co-authored-by: Jan Litzenburger <jan.litzenburger@sap.com>

LastChange option & style improvements for static list

18 Jun 10:43
94087c7
Compare
Choose a tag to compare

New:

  • This update contains a new config option "maxChangeAge" which allows to not display stock value changes if they are older than the given age (e.g. during weekends). (#43)
    Fixed:
  • The lines in the static list (none scolling) are better aligned now (#42)