MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-AVStock

    Productivity
    10
    44
    4964
    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.
    • thymon
      thymon @lavolp3 last edited by

      @lavolp3 said in MMM-AVStock:

      @thymon Thank you, working on it.

      Hi @lavolp3 some news about this issue ?
      Thx 🙂

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

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

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

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

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

                @lavolp3

                Can you save help me ? :disappointed_but_relieved_face:

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

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

                    lavolp3 2 Replies Last reply Reply Quote 0
                    • lavolp3
                      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
                      • lavolp3
                        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
                        • 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy