• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 19.5k 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.
  • T Offline
    thymon @lavolp3
    last edited by Sep 12, 2020, 8:27 PM

    @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

    T 1 Reply Last reply Sep 16, 2020, 10:12 PM Reply Quote 0
    • T Offline
      thymon @thymon
      last edited by Sep 16, 2020, 10:12 PM

      @lavolp3

      Can you save help me ? :disappointed_but_relieved_face:

      L 1 Reply Last reply Sep 17, 2020, 6:10 AM Reply Quote 0
      • L Offline
        lavolp3 Module Developer @thymon
        last edited by Sep 17, 2020, 6:10 AM

        @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

        T 1 Reply Last reply Sep 18, 2020, 9:18 PM Reply Quote 0
        • T Offline
          thymon @lavolp3
          last edited by thymon Sep 18, 2020, 9:18 PM Sep 18, 2020, 9:18 PM

          @lavolp3 said in MMM-AVStock:

          width: 400

          same issue

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

          IMG-3560

          L 2 Replies Last reply Sep 20, 2020, 7:23 PM Reply Quote 0
          • L Offline
            lavolp3 Module Developer @thymon
            last edited by Sep 20, 2020, 7:23 PM

            @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
            • L Offline
              lavolp3 Module Developer @thymon
              last edited by Oct 13, 2020, 6:43 AM

              @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
              • L Offline
                lavolp3 Module Developer
                last edited by Oct 13, 2020, 6:46 AM

                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
                • T Offline
                  thymon
                  last edited by thymon Jan 6, 2021, 6:23 PM Jan 6, 2021, 6:20 PM

                  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 :)

                  L 1 Reply Last reply Jan 6, 2021, 9:17 PM Reply Quote 0
                  • L Offline
                    lavolp3 Module Developer @thymon
                    last edited by Jan 6, 2021, 9:17 PM

                    @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 Jan 3, 2022, 7:03 PM Reply Quote 0
                    • R Offline
                      requiemmg @lavolp3
                      last edited by Jan 3, 2022, 7:03 PM

                      @lavolp3 Is this module still being maintained?

                      C 1 Reply Last reply Nov 23, 2022, 2:35 AM 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