Read the statement by Michael Teeuw here.
Modules to display Stock (Capital Stock)
-
@qqqqqqqq you can ignore these warnings
-
3rd module with google finance works for me just fine, all you need it to find the correct ticker. For currency try “CURRENCY:EURUSD”, for commodities unfortunately you will need to find some substitute. You can try “NYSEARCA: USO” or “NYSEARCA: BNO” in case of crude oil.
-
@qqqqqqqq
You are in the modules base folder, but you need to change into the specific module folder instead -
3rd works for me too. And, thanks for your help, I’ve added currency in in too.
I got it to display it as static list by modifying the .js file as below. I’ve modified the line 26 from this
var wrapper = document.createElement("marquee");
to this
var wrapper = document.createElement("div");
And line 62
from
divider.innerHTML = ' • ';
to
divider.innerHTML = '<br>';
-
This is how they look right now.
Can someone please help me change the font style/size, since they look a little big compared to the others.
how do I change the brightness of a specific module?
I know, both has to be done using the custom.css but how?