Read the statement by Michael Teeuw here.
[MMM-JaST] Just another Stock Ticker (new: version 2.x)
-
@morphisto see https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1622084388280
you can discover what you need to know
-
-
@jalibu said in [MMM-JaST] Just another Stock Ticker (new: version 2.0.0):
–size: 2.0rem;
Thank You!
-
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.
-
@Jalibu
Hi, Just installed this. What a great addition to my MagicMirror. Congrats!I’m running on top of a background with pictures and I would like to have the letters fading when disappearing on the horizontal mode (guess it could be the same for the vertical mode).
Instead of “seeing” an invisible line where all the letters just disappear, I believe a little fade option would be a design touch that would elevate this module a lot.I’m not sure I can achieve it with CSS only without damaging the view of the background picture.
Thank you.
-
I love the idea of that Ticker but sadly if i try to use it, i also only get an “Undefined” error message on my mirror. Any idea why so? For the moment i tried it with the BASF and SAP-Stocks like in the example.
-
@itsdonj
Please check your symbols. The “undefined” error comes when there are invalid symbols in your list -
@Jalibu thanks for your continuos work on this module. It’s awesome and I use it on few MM deployments. Virtual beer sent your way :)
Perhaps you know, is there a way to pull a list of stocks into a config.js file, from a different file? I am no expert in JS but maybe there is a way to pull some of the config elements from a different file?
-
Hi @uros76,
thank you for the beer :-)
What do you mean with “different file”? Should that be a central/remote file which should be loaded over the internet from different mirrors or just another local file on the same system?Prost!
-
@jalibu welcome :)
Preferably the other file with defined stocks would be on the same system.
I kind of get it how to make this work with python scripts but I have no clue if it’s possible with JS.