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 25.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.
    • S Do not disturb
      sdetweil @lavolp3
      last edited by

      @lavolp3 said in MMM-AVStock:

      are you talking about REALTIME data

      what other data is important?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        @sdetweil nasdaq data is 15 min delayed. I dont care. I want to see how the stock develops today, not in this minute. I want to see how it has developed over the lest days and where it is e.g. in relation to it’s SMA200.
        I’m not daytrading in front of my mirror :-).
        I would rather ask you why is realtime data important in front of your mirror.

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

        S 1 Reply Last reply Reply Quote -1
        • S Do not disturb
          sdetweil @lavolp3
          last edited by

          @lavolp3 i didn’t realize there were different timescale data. i don’t use it. i list stocks, only as a daily thing.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • B Offline
            bclinton11 @lavolp3
            last edited by

            @lavolp3 Thanks for that info…

            1 Reply Last reply Reply Quote 0
            • K Offline
              killing joke @lavolp3
              last edited by

              @lavolp3
              Sorry for the delayed answer.
              If I type “PJXC” into a search engine (e.g. google) I got the stock for Pedrobras. I thought the “.F” delivers the stock value for the stock exchange for Frankfurt…

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

                @lavolp3
                Hello,

                There is a width bug since the last update (09/02/2020).
                alt text

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

                  @thymon Thank you, working on it.

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

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

                    @lavolp3 nice ! :)

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

                      @lavolp3 said in MMM-AVStock:

                      @thymon Thank you, working on it.

                      Hi @lavolp3 some news about this issue ?
                      Thx :)

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

                        @thymon pushed an update yesterday. Try it out and let meknow if it works now

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

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

                          @lavolp3 said in MMM-AVStock:

                          @thymon pushed an update yesterday. Try it out and let meknow if it works now

                          Same issue.

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

                            @thymon
                            Can you please post your config?
                            Also look if any changes in custom.css or main.css may affect behavior in the region or module. If yes post these entries as well

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

                            thymonT 1 Reply Last reply Reply Quote 0
                            • 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

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • 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