Skip to content

Fixed Yahoo Finance API dependency

Compare
Choose a tag to compare
@jalibu jalibu released this 17 Apr 15:49
· 3 commits to main since this release

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.