Read the statement by Michael Teeuw here.
MMM-AVStock
-
@thymon pushed an update yesterday. Try it out and let meknow if it works now
-
@lavolp3 said in MMM-AVStock:
@thymon pushed an update yesterday. Try it out and let meknow if it works now
Same issue.
-
@thymon
Can you please post your config?
Also look if any changes in custom.css or main.css may affect behavior in the region or module. If yes post these entries as well -
{ module: "MMM-AVStock", position: "top_right", config: { apiKey : "HIDEN :-) ", coloredCandles : true, symbols : ["C40.PAR"], alias: ["CAC40"], mode : "table", decimals: 2, poolInterval : 5 * 60 * 1000, tickerDuration: 5, // Ticker will be cycled once per this second. timeFormat: "DD-MM-YYYY HH:mm:ss", } },
Nothing in custum.css for .MMM-AVStock
-
Can you
savehelp me ? :disappointed_but_relieved_face: -
@thymon
Try:- setting
width: 400
or any other value in the config. - using other regions
By default the module should expand to 100% width of it’s region. For some reason it expands to more than you would like.
- setting
-
@lavolp3 said in MMM-AVStock:
width: 400
same issue
add :
width: 400,
testing with top left and top right -
@thymon if it’s still an issue can you post an issue on github?
I forget this when reading it only here. -
@thymon as a follow-up explanation:
The reason for what you have shown is that the table expands beyond its givenwidth: 400
limit because … well tables don’t behave.
Setting a smaller font (classes: 'xsmall'
) OR using less table headers (to make the table thinner) OR setting a larger width would only solve this. -
All,
anyone volunteering to do some beta testing?I have pushed a new branch new_api including the IEX API. You would need an IEX API key (as described in the README) in ADDITION to the alphavantage key.
Then you will have up-to-date quotes in table, ticker, and grid.
Unfortunately I cannot switch completely to IEX, since fetching historical data is too expensive and would blow the free quota limit.git fetch git checkout new_api git pull
Let me know if you are going to test this and if the results are satisfying.
I will also look for another API to include all. Suggestions much appreciated!