lavolp3 / MMM-AVStock

MagicMirror module for displaying stock price with yfinance API
MIT License
38 stars 18 forks source link

Width only effects graph, not the stock headline #60

Closed sowhat621 closed 2 years ago

sowhat621 commented 2 years ago

I've tried many stuff, to get the hole thing a little bit smaller - but the only ones I could change was the graph.

2021-11-26 00_00_37-Window with no width setting or adjusting the *.css file Its bigger than the rest on the left and cuts It

2021-11-25 23_59_43-Window but If u set the width in the Mirror Config File to width: '75',, It only cuts the graph, but not the headline with the stock (75 just for testing)

lavolp3 commented 2 years ago

That's right, and intended. The stock table is a table and cannot be made smaller since the contents would not fit anymore. You can try to set a grid or a ticker as view mode (config option: mode: 'grid' or mode: 'ticker'), these are more adaptable.