Read the statement by Michael Teeuw here.
[MMM-JaST] Just another Stock Ticker (new: version 2.x)
-
@sdetweil much much better!!!
and now I do see the errors for to many calls0|MagicMirror | [2020-04-28 11:05:25.153] [ERROR] 0|MagicMirror | Error processing Stock response { 0|MagicMirror | Note: 'Thank you for using Alpha Vantage! Our standard API call frequency is 5 ' + 0|MagicMirror | 'calls per minute and 500 calls per day. Please visit ' + 0|MagicMirror | 'https://www.alphavantage.co/premium/ if you would like to target a higher ' + 0|MagicMirror | 'API call frequency.' 0|MagicMirror | } 0|MagicMirror | [2020-04-28 11:05:25.167] [ERROR] 0|MagicMirror | Error processing Stock response { 0|MagicMirror | Note: 'Thank you for using Alpha Vantage! Our standard API call frequency is 5 ' + 0|MagicMirror | 'calls per minute and 500 calls per day. Please visit ' + 0|MagicMirror | 'https://www.alphavantage.co/premium/ if you would like to target a higher ' + 0|MagicMirror | 'API call frequency.' 0|MagicMirror | } 0|MagicMirror | [2020-04-28 11:05:25.460] [LOG] 0|MagicMirror | Sending Stock result: { symbol: 'SBUX', current: 77.74, last: 75.58 } 0|MagicMirror | [2020-04-28 11:05:25.482] [LOG] 0|MagicMirror | Sending Stock result: { symbol: 'MSFT', current: 174.05, last: 174.55 } 0|MagicMirror | [2020-04-28 11:05:25.555] [LOG] 0|MagicMirror | Sending Stock result: { symbol: 'JD', current: 45.58, last: 45.05 } 0|MagicMirror | [2020-04-28 11:05:25.649] [LOG] 0|MagicMirror | Sending Stock result: { symbol: 'VZ', current: 58.22, last: 57.81 } 0|MagicMirror | [2020-04-28 11:05:25.683] [LOG] 0|MagicMirror | Sending Stock result: { symbol: 'PFE', current: 38.1199, last: 38.33 } 0|MagicMirror | [2020-04-28 11:05:28.263] [ERROR] 0|MagicMirror | Error processing Stock response { 0|MagicMirror | Note: 'Thank you for using Alpha Vantage! Our standard API call frequency is 5 ' + 0|MagicMirror | 'calls per minute and 500 calls per day. Please visit ' + 0|MagicMirror | 'https://www.alphavantage.co/premium/ if you would like to target a higher ' + 0|MagicMirror | 'API call frequency.'
-
@sdetweil
Can’t thank you enough!!!
You really made my day a whole lot better! no idea how I may pass it along but you can belive i will pass it forward one way or another.Cheers
Scott
-
@popeye2002 cool, thats the idea around here… we all work together
-
Hello I have installed Jast, everything is fine.
I just don’t see a share.
Biontech
FRA: 22UA
there is zero also 22UA.DE does not work.how can i “https://www.stockdio.com/”
insert as API? -
What “symbol” should I use for the Dow Jones Industrial Average? I tried DJI and .DJI
-
Hello,
does this module work for french stocks on euronext ?
-
Hello, what do I have to do so that the values are shown up to date to some extent. It is currently only queried once a day or the value renewed.
I sometimes have values for 2 days even though they have fallen or increased -
@Jalibu Is there a way to have the ticker scroll all the way across the screen? Mine gets about 85% across the screen, doesn’t show all the stocks, just 4 stocks & then restarts from the beginning again.
-
@Jalibu also, how can I increase the font size?
-
@MisterTFM said in [MMM-JaST] Just another Stock Ticker:
What “symbol” should I use for the Dow Jones Industrial Average? I tried DJI and .DJI
Hi @MisterTFM,
as you can read here, the Alphavantage API does not provide stock indices. You could try using “DIA”.
@RIKKO14 said in [MMM-JaST] Just another Stock Ticker:
Hello,
does this module work for french stocks on euronext ?
HI @RIKKO14,
the question should better be “does the Alphavantage API work with french stocks on euronext”. To be honest: I just don’t know :-)I just googled that list of Symbols for Alphavantage: https://github.com/prediqtiv/alpha-vantage-cookbook/blob/master/symbol-lists.md
You can easily test your Symbols by pasting this url in your browser and change the symbol value on its end:
https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY&interval=5min&apikey=3JJ4NFIVSE57V6NB&symbol=YOUR_SYMBOL_HERE
If you get a response like this, your symbol is valid and offered by the API:
{ Meta Data: { Information: "Daily Prices (open, high, low, close) and Volumes", Symbol: "BAS.DE", Last Refreshed: "2021-01-05", Output Size: "Compact", Time Zone: "US/Eastern" }, Time Series (Daily): { 2021-01-05: { open: "64.3000", high: "65.4700", low: "63.2600", close: "64.4000", volume: "2770107" },
@wilbur245 said in [MMM-JaST] Just another Stock Ticker:
Hello, what do I have to do so that the values are shown up to date to some extent. It is currently only queried once a day or the value renewed.
I sometimes have values for 2 days even though they have fallen or increasedHi @wilbur245 ,
the module always requests the latest values from the Alphavantage API. If they are not up to date, I’m afraid there is nothing we can do ¯\(ツ)/¯
The update interval between the MMM-Jast module and the Alphavantage API can be configuredconfig{ updateIntervalInSeconds: 1800 }
@DJ6sTep said in [MMM-JaST] Just another Stock Ticker:
@Jalibu Is there a way to have the ticker scroll all the way across the screen? Mine gets about 85% across the screen, doesn’t show all the stocks, just 4 stocks & then restarts from the beginning again.
Hi @DJ6sTep , perhaps that’s a bug. I’ll have a look on that.
@DJ6sTep said in [MMM-JaST] Just another Stock Ticker:
@Jalibu also, how can I increase the font size?
By modifying the modules/MMM-Jast/MMM-Jast.css