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.