Read the statement by Michael Teeuw here.
[MMM-JaST] Just another Stock Ticker (new: version 2.x)
-
@Jalibu
Please forgive me for not getting back to you in so long. I just have too many projects in parallel and the MagicMirror had to wait for a while now :-)I wanted to try the new display now. Unfortunately I am a github and git layman. Therefore I need your help.
How can I switch from the master branch to the development branch and then do a git pull to get the new version?
Unfortunately google didn’t really get me anywhere. I have tried many things, unfortunately without success so farThanks a lot!
Greetings
Sepp -
@spitzlbergerj
from within the MMM-Jast directory, executegit checkout development
Unfortunately, I really don’t find the time to continue working on this project.
Community, I would be very grateful for help.
-
@Jalibu
thank you very much. For me it works now -
Some may have noticed, that this module stopped working in the past days due to a change in Yahoo’s finance API.
Today, I published an update for MMM-Jast which should fix that. -
@Jalibu - Hey mate, would you please also do the fix for the dev branch?
-
@MZ-BER done
-
@Jalibu - Thanks for the update of the development branch . Unfortunately I can’t manage to update to the new version. I have already tried
git pull
This updated 7 files and so on …
Von https://github.com/jalibu/MMM-Jast 0412891..463571c development -> origin/development Aktualisiere 0412891..463571c Fast-forward MMM-Jast.js | 2 +- README.md | 12 ++++++------ package.json | 2 +- src/frontend/JastFrontendUtils.ts | 7 +++++-- templates/TableStockList.njk | 14 +++++++------- translations/de.json | 5 ++++- translations/en.json | 5 ++++- 7 files changed, 28 insertions(+), 19 deletions(-)
afterwards I executed
- npm install --only=production
- npm install
without success. The stock values are no longer displayed
git checkout development
returns:
Already on 'development' Your branch is at the same level as 'origin/development'.
I am grateful for any help
-
@Jalibu - A reboot of the Raspberry brought success. Everything is OK again. Sorry that I was too impatient.
Greetings and thanks for your work! -
@Jalibu , Thanks for providing this! I have been using it for a few days. I have switched to the development branch as you describe here and updated everything, but the display looks the same as before and not like the one in your screen shot. Is that something special or am I missing a step?
Harry -
@Harry in the config you need to set the value for „scroll“ to „table“.