Read the statement by Michael Teeuw here.
MMM-AVStock
-
@lavolp3 said in MMM-AVStock:
@thymon Thank you, working on it.
Hi @lavolp3 some news about this issue ?
Thx :) -
@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.