Read the statement by Michael Teeuw here.
[MMM-JaST] Just another Stock Ticker (new: version 2.x)
-
thx @karsten13, I’ll check that for both modules
-
Hi @karsten13 @requiemmg,
this is a MMM-Remote-Control Bug: https://github.com/Jopyth/MMM-Remote-Control/issues/267
-
Thanks for the update. So I just ignore it and wait for fix.
-
Hi, i am struggling with your module. I am testing MM in VM on Ubuntu. It seems that module is running but i still see only Loading instead of content. I ve tried default config provided on Git and also some config from this feed with no succes.
-
@mmuser did you install the dependencies using
npm install
? -
Hi, yes i installed everything and after few restarts it is finally working, you did indeed great job, thanks for this module.
Maybe one quick question, for horizontal scrolling, on the left side, scrolling is aligned with module above but on right side, scrolling starting on very right side ( don’t know how to insert screenshot to this forum). I tried to modify maxWidth -no result, as it is according to description related only to vertical style. Any possibility to correct this ? -
Was anyone able to make this work for Australia?
I have tried AS and ASX both dont work. Example BOQ.AS but works on Yahoo Finance -
@Overbid4225 please check your logs:
API request for BOQ.AS failed: Quote not found for ticker symbol: BOQ.AS
This message does not come from the MMM-Jast module, but from the Yahoo Finance library. Apparently a required value is not available for this symbol.
Since MMM-Jast depends on the results of the Yahoo Finance Library, unfortunately I can’t help you here either. -
@Jalibu I see, thanks for the reply. Strange on Yahoo’s part to resolve BOQ.AS on their website or any other asx for that matter but not allow on API. https://finance.yahoo.com/quote/BOQ.AX?p=BOQ.AX&.tsrc=fin-srch
-
@Overbid4225 yap, that‘s strange. The Yahoo Finanance library is unofficial and does not use a public API. Instead it just parses the Yahoo Website ;-)