Read the statement by Michael Teeuw here.
MMM-AVStock
-
@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! -
Hello @lavolp3
How follow Bitcoin BTC/EUR ? I can’t find the symbol.
https://www.alphavantage.co/query?function=SYMBOL_SEARCH&keywords=bitcoin&apikey=NXXXXXXXXXXXXX
OK to test your beta :)
-
@thymon said in MMM-AVStock:
Hello @lavolp3
How follow Bitcoin BTC/EUR ? I can’t find the symbol.
https://www.alphavantage.co/query?function=SYMBOL_SEARCH&keywords=bitcoin&apikey=NXXXXXXXXXXXXX
OK to test your beta :)
Try the symbol BTCUSD. Works with many fx.
-
@lavolp3 Is this module still being maintained?
-
@requiemmg
API calls required for this through "AlphaVantage " were free but are now behind a paywall. Currently broken in it’s current state.