Releases: jalibu/MMM-Jast
Update Yahoo Finance dependency
Fixed Yahoo Finance API dependency
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
- Navigate into the MMM-Jast folder (under MagicMirror/modules/ )
- Execute
git pull
* - 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
There was a problem with devDependencies which is fixed with this release
CSS improvements
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
This version updates some dependencies.
Thanks to @KristjanESPERANTO
New display mode: table
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
This version fixes a problem with the limit decimals #55
Fixed Yahoo Finance Error "Invalid Cookie"
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
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>