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.

    MMM-AVStock

    Scheduled Pinned Locked Moved Productivity
    45 Posts 11 Posters 21.9k Views 10 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.
    • thymonT Offline
      thymon @lavolp3
      last edited by

      @lavolp3

      {
        module: "MMM-AVStock",
        position: "top_right",
        config: {
          apiKey : "HIDEN :-) ",
          coloredCandles : true,
               symbols : ["C40.PAR"],
          alias: ["CAC40"],
              mode : "table",
              decimals: 2,
              poolInterval : 5 * 60 * 1000,
              tickerDuration: 5, // Ticker will be cycled once per this second.
              timeFormat: "DD-MM-YYYY HH:mm:ss",
        }
      },
      
      

      Nothing in custum.css for .MMM-AVStock

      thymonT 1 Reply Last reply Reply Quote 0
      • thymonT Offline
        thymon @thymon
        last edited by

        @lavolp3

        Can you save help me ? :disappointed_but_relieved_face:

        lavolp3L 1 Reply Last reply Reply Quote 0
        • lavolp3L Offline
          lavolp3 Module Developer @thymon
          last edited by

          @thymon
          Try:

          1. setting width: 400 or any other value in the config.
          2. using other regions

          By default the module should expand to 100% width of it’s region. For some reason it expands to more than you would like.

          How to troubleshoot modules
          MMM-soccer v2, MMM-AVStock

          thymonT 1 Reply Last reply Reply Quote 0
          • thymonT Offline
            thymon @lavolp3
            last edited by thymon

            @lavolp3 said in MMM-AVStock:

            width: 400

            same issue

            add : width: 400,
            testing with top left and top right

            IMG-3560

            lavolp3L 2 Replies Last reply Reply Quote 0
            • lavolp3L Offline
              lavolp3 Module Developer @thymon
              last edited by

              @thymon if it’s still an issue can you post an issue on github?
              I forget this when reading it only here.

              How to troubleshoot modules
              MMM-soccer v2, MMM-AVStock

              1 Reply Last reply Reply Quote 0
              • lavolp3L Offline
                lavolp3 Module Developer @thymon
                last edited by

                @thymon as a follow-up explanation:
                The reason for what you have shown is that the table expands beyond its given width: 400 limit because … well tables don’t behave.
                Setting a smaller font (classes: 'xsmall') OR using less table headers (to make the table thinner) OR setting a larger width would only solve this.

                How to troubleshoot modules
                MMM-soccer v2, MMM-AVStock

                1 Reply Last reply Reply Quote 0
                • lavolp3L Offline
                  lavolp3 Module Developer
                  last edited by

                  All,
                  anyone volunteering to do some beta testing?

                  I have pushed a new branch new_api including the IEX API. You would need an IEX API key (as described in the README) in ADDITION to the alphavantage key.
                  Then you will have up-to-date quotes in table, ticker, and grid.
                  Unfortunately I cannot switch completely to IEX, since fetching historical data is too expensive and would blow the free quota limit.

                  git fetch
                  git checkout new_api
                  git pull
                  

                  Let me know if you are going to test this and if the results are satisfying.
                  I will also look for another API to include all. Suggestions much appreciated!

                  How to troubleshoot modules
                  MMM-soccer v2, MMM-AVStock

                  1 Reply Last reply Reply Quote 0
                  • thymonT Offline
                    thymon
                    last edited by thymon

                    Hello @lavolp3

                    How follow Bitcoin BTC/EUR ? I can’t find the symbol.

                    https://www.alphavantage.co/query?function=SYMBOL_SEARCH&keywords=bitcoin&apikey=NXXXXXXXXXXXXX

                    OK to test your beta :)

                    lavolp3L 1 Reply Last reply Reply Quote 0
                    • lavolp3L Offline
                      lavolp3 Module Developer @thymon
                      last edited by

                      @thymon said in MMM-AVStock:

                      Hello @lavolp3

                      How follow Bitcoin BTC/EUR ? I can’t find the symbol.

                      https://www.alphavantage.co/query?function=SYMBOL_SEARCH&keywords=bitcoin&apikey=NXXXXXXXXXXXXX

                      OK to test your beta :)

                      Try the symbol BTCUSD. Works with many fx.

                      How to troubleshoot modules
                      MMM-soccer v2, MMM-AVStock

                      R 1 Reply Last reply Reply Quote 0
                      • R Offline
                        requiemmg @lavolp3
                        last edited by

                        @lavolp3 Is this module still being maintained?

                        C 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 4 / 5
                        • 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