@gpaquin please send me a PN to provide more information
Read the statement by Michael Teeuw here.
Posts
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@leijoh said in [MMM-JaST] Just another Stock Ticker (new: version 2.0.0):
Maybe the almighty might be able to help me out a little?
i cant seem to be able to standard a header?Hi @Leijoh,
you can rely on the almighty! There indeed was a problem with the header setting which was fixed in the latest 2.3.0 release.===
@martinloidolt said in [MMM-JaST] Just another Stock Ticker (new: version 2.0.0):I want to ask you if it is possible to show the whole depot and not just the growth?
Furthermore it would be nice to have the option to disable the color.Hi @MartinLoidolt,
I picked up both of your feature requests and put them in the latest 2.3.0 release, too. -
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@martinloidolt
Thank you for your comment and your ideas.I’ll add this as soon.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
The latest version has some major improvements for localizations in number formatting (i.e
$123.45
en-US vs.123,45 EUR
de-DE)Please check it out and let me know if you‘re facing issues.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@uros76
I liked your idea and added this feature. Please checkout the latest version and check the README for instructions for your configuration.Please let me know if you’re facing any issues, as I did not have the time for extensive testing.
Changes v.2.1.0
- You can now configure the number of decimals for stock values (default: 2) and percentages (default: 1)
- Decimal separator symbols are now localized by the browser’s locale, as most of the countries use a comma instead of a dot.
- The stock’s name field is optional now. If it is not set, the stock’s official trade name will be used.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@jack819 That was my mistake in the documentation. It is fixed now.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
Bonjour @rikko14,
an easy way to get your Stock Symbols is as follows:
- Open https://finance.yahoo.com and just search for your favorite stocks (i.e. BMW)
- Click on Search result
- URL should now be like https://finance.yahoo.com/quote/BMW.DE?p=BMW.DE&.tsrc=fin-srch where BMW.DE is the symbol.
This module should not cause any problems with Electron. But there was a mistake in the installation documentation. Please make sure to change into the MMM-Jast module’s folder before you execute the “npm i” command. Please check the latest installation instructions, as they are now fixed.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@earnestrichards I sent you a PM.
I think you are not on the feat/useYahoo branch.No matter. I have now made the feature branch the master.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@bravooscar
Well, the word “install” is fuzzy…You don’t need to uninstall your old one and even your configuration is compatible.
You can switch between them by just changing the branch.
In your modules/MMM-Jast folder executeSwitch to Yahoo test branch:
git fetch git checkout feat/useYahoo npm i
Switch back to stable master:
git checkout master
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
I refactored this module again to use Yahoo’s financial API instead of Alphavantage and need some voluntary testers.
It should now support many more Symbols and be more accurate and much simpler.
Please check out this Feature Branch:
https://github.com/jalibu/MMM-Jast/tree/feat/useYahoo