lavolp3 / MMM-AVStock

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

HOW TO : Follow the CAC40 stock market index #17

Closed thymon13 closed 4 years ago

thymon13 commented 4 years ago

Hello,

My question is in the title :) I can't follow the : PX1 symbol

popeye2002 commented 4 years ago

here is the config.js you need

{ module: "MMM-Jast", position: "bottom_bar", config: { updateIntervalInSeconds: 3600, fadeSpeedInSeconds: 3.5, stocks: [ { name: "Amazon", symbol: "AMZN" }, { name: "CAC40", symbol: "^FCHI"},

Scott Brown  "Life is Good"

 On Sunday, May 3, 2020, 04:27:39 PM PDT, Thymon <notifications@github.com> wrote:  

Hello,

My question is in the title :) I can't follow the : PX1 symbol

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

thymon13 commented 4 years ago

symbol: "^FCHI"

Damn ! That's it ! Thanks a lot !