Hi @oneartur,
please be aware, that MMM-RAIN-MAP’s radar layers are history data from -2h until now (no forecast!) ;-)
Read the statement by Michael Teeuw here.
Posts
-
RE: OpenWeatherMap showing UTC time (not sunset) instead of CEST
-
RE: Magic Mirror Redesign WIP :D
-
RE: MMM-Fuel
@commander said in MMM-Fuel:
stationIds: [“238715f9-60d6-4f7a-9e74-c40fdb71a79d,1b41801e-ee5e-490e-86d6-474bafec5dc4,4b9763df-8cce-426f-a1d5-2b44d413550a”],
try
stationIds: ["238715f9-60d6-4f7a-9e74-c40fdb71a79d", "1b41801e-ee5e-490e-86d6-474bafec5dc4", "4b9763df-8cce-426f-a1d5-2b44d413550a"], -
RE: MMM-JaST Ticker Question
@ankonaskiff17 why don’t you just add the symbol as name?
{symbol: "xyz", name: "xyz"} -
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
Dear user of this module,
so far, the wording around the portfolio function was incorrect/misleading, as I incorrectly used the German term “Depot” for that.
In the latest version the translation should be clearer.Attention: Due to the renaming, configuration properties have also changed. Temporarily old AND new properties are supported, but in future versions I will only support the new ones. So, please update your config.
-
RE: MMM-JaST Depot
@ankonaskiff17
Depot is just a bad translation. In German “Depot” stands for a “share portfolio”.
This feature shows you the current value of your portfolio.I’ll rephrase that.
-
RE: Are you tired of editing config.js, or have trouble doing it, see my new module
Wow!
Great module! I just checked out compatibility with my modules and am very impressed.
I’ll leave you some feedback on GitHub.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@gpaquin please send me a PN to provide more information
-
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.45en-US vs.123,45 EURde-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 iSwitch 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
