MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Modules to display Stock (Capital Stock)

    Scheduled Pinned Locked Moved Troubleshooting
    13 Posts 4 Posters 10.8k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer @qqqqqqqq
      last edited by

      @qqqqqqqq you can ignore these warnings

      Please create a github issue if you need help, so I can keep track

      1 Reply Last reply Reply Quote 0
      • Y Offline
        Yurick
        last edited by

        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.

        Q 1 Reply Last reply Reply Quote 0
        • yawnsY Offline
          yawns Moderator @qqqqqqqq
          last edited by

          @qqqqqqqq
          You are in the modules base folder, but you need to change into the specific module folder instead

          1 Reply Last reply Reply Quote 1
          • Q Offline
            qqqqqqqq @Yurick
            last edited by qqqqqqqq

            @Yurick

            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>';
            
            1 Reply Last reply Reply Quote 0
            • Q Offline
              qqqqqqqq
              last edited by

              This is how they look right now.

              0_1487601867939_stock.png

              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?

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy