Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan committed Nov 22, 2017
1 parent 6785e5b commit 6edf7d8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ Navigate into your MagicMirror's modules folder and execute <br>
To use this module, add it to the modules array in the `config/config.js` file:
````javascript
{
module: 'MMM-Stock',
position: position,
module: "MMM-Stock",
position: "top_left",
config: {
companies: ['MSFT', 'GOOG', 'ORCL', 'FB'] (check each company ticker symbol in yahoo finance)
currency: 'gbp' (dont use this if you need the currency to be USD)
companies: ["MSFT", "GOOG", "ORCL", "FB", "AAPL"]
}
}
````

Only US companies are accepted.

````css

Expand Down

1 comment on commit 6edf7d8

@RogerComte
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi and thank you very much for this module !
Can you explain me why only "US Companies are accepted" as soon as the Yahoo API can give many other worldwide stocks ?
What can be made to add this "worldwide" function ?
ATM, when i add a french stock, your module can display it but with wrong variation/currency.
Is the road long to do it ?
Than you again and hope to read you soon !

Please sign in to comment.