Read the statement by Michael Teeuw here.
Trading module
-
Hello,
It could be nice to have a trading module which display like CAC40, EuroStock 50, instruments you’re following.
I’ve tried to find a good public trading api but no luck for now…
Anyone interested ?
Thanks
-
@plumcraft I am surprised this isn’t already there! I could take a look at this.
-
Sure, let me know if you find something
-
I’ve built a basic scrolling stocks ticker based on the Google APIs if you’re guys interested.
-
Yes, will be happy to try it !
thks
-
Alright I’ve just published it. Enjoy: :)
-
I got an error when trying your module :
stocks.js:110 GET http://finance.google.com/finance/info?client=ig&q=.DJI,MSFT,AAPL,GOOG,INTC,CICS,TSLA,FB getStocks @ stocks.js:110start @ stocks.js:19startModules @ loader.js:55(anonymous function) @ loader.js:40stylesheet.onload @ loader.js:190
192.168.0.31/:1 XMLHttpRequest cannot load http://finance.google.com/finance/info?client=ig&q=.DJI,MSFT,AAPL,GOOG,INTC,CICS,TSLA,FB. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://192.168.0.31:8080’ is therefore not allowed access. The response had HTTP status code 500.It might be a configuration issue on my side ?
Thanks
-
@plumcraft Hmm… that’s strange why you’re getting the CORS error. It works for me directly from the chromium… Where’re you running it from?
-
@alexyak : I’m testing it from a remote computer and directly on my RPI , and same issue…, don’t get it :(
-
ok then the easiest solution would be to move this call to the node_helper…