• 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-JaST] Just another Stock Ticker (new: version 2.x)

Scheduled Pinned Locked Moved Utilities
166 Posts 37 Posters 134.7k Views 39 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.
  • J Offline
    Jo 0 @Jalibu
    last edited by Jan 25, 2022, 4:07 PM

    @jalibu thanks for fast answering,
    Doesn’t work the way I want it to.
    I just want the separator for the thousands.
    modules locale: “de-DE”,
    Jast lokale:
    de-DE gives 14170,85$
    en-GB gives US$14170.85
    What I want is 14.170,85$

    J 1 Reply Last reply Jan 25, 2022, 4:11 PM Reply Quote 0
    • J Offline
      Jalibu Module Developer @Jo 0
      last edited by Jan 25, 2022, 4:11 PM

      @jo-0 add

      useGrouping: true,
      

      to your module configuration.

      J 1 Reply Last reply Jan 25, 2022, 4:16 PM Reply Quote 0
      • J Offline
        Jo 0 @Jalibu
        last edited by Jan 25, 2022, 4:16 PM

        @jalibu said in [MMM-JaST] Just another Stock Ticker (new: version 2.x):

        useGrouping: true,

        it does not work.
        I run scroll: “none”

        J J 2 Replies Last reply Jan 25, 2022, 4:24 PM Reply Quote 0
        • J Offline
          Jo 0 @Jo 0
          last edited by Jan 25, 2022, 4:24 PM

          @jo-0
          Btw. I’m new in MMM.
          I got the message that there is an update for JaST.
          How can I get this
          git pull
          npm install --only=production
          does not help

          S 1 Reply Last reply Jan 25, 2022, 5:09 PM Reply Quote 0
          • S Away
            sdetweil @Jo 0
            last edited by Jan 25, 2022, 5:09 PM

            @jo-0 in the module folder, right?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • J Offline
              Jalibu Module Developer @Jo 0
              last edited by Jalibu Jan 25, 2022, 5:34 PM Jan 25, 2022, 5:33 PM

              @jo-0 said in [MMM-JaST] Just another Stock Ticker (new: version 2.x):

              @jalibu said in [MMM-JaST] Just another Stock Ticker (new: version 2.x):

              useGrouping: true,

              it does not work.
              I run scroll: “none”

              please PN me your module config

              J 1 Reply Last reply Jan 25, 2022, 9:14 PM Reply Quote 0
              • J Offline
                Jo 0 @Jalibu
                last edited by Jan 25, 2022, 9:14 PM

                @jalibu don’t know how to PN
                therefore here:
                {
                module: “MMM-Jast”,
                position: “bottom_right”, //“bottom_center”,
                config: {
                locale: “de-DE”,
                useGrouping: true,
                stocks: [
                { name: “DOW 30”, symbol: “^DJI”, quantity: 10 },
                //{ name: “S&P 500”, symbol: “^GSPC”, quantity: 15 },
                { name: “Nasdaq 100”, symbol: “^NDX” },
                //{ name: “DAX 30”, symbol: “^GDAXI” },
                { name: “EUR/USD”, symbol: “EURUSD=X”}
                ],
                maxWidth: “100%”,
                updateIntervalInSeconds: 300,
                fadeSpeedInSeconds: 15, //3.5,
                scroll: “none”, // One of [“none”, “vertical”, “horizontal”]
                useGrouping: false,
                currencyStyle: “symbol”, // One of [“code”, “symbol”, “name”]
                lastUpdateFormat: “HH:mm”,
                showColors: true,
                showCurrency: true,
                showChangePercent: true,
                showChangeValue: false,
                showChangeValueCurrency: false,
                showLastUpdate: false,
                showPortfolioValue: false,
                showPortfolioGrowthPercent: false,
                showPortfolioGrowth: false,
                numberDecimalsValues: 2,
                numberDecimalsPercentages: 1,
                virtualHorizontalMultiplier: 2
                }
                },

                S J 2 Replies Last reply Jan 25, 2022, 9:16 PM Reply Quote 0
                • S Away
                  sdetweil @Jo 0
                  last edited by Jan 25, 2022, 9:16 PM

                  @jo-0 he meant pm, private message

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  J 1 Reply Last reply Jan 25, 2022, 9:18 PM Reply Quote 0
                  • J Offline
                    Jo 0 @sdetweil
                    last edited by Jan 25, 2022, 9:18 PM

                    @sdetweil I know, but where can I find the email address?

                    S 1 Reply Last reply Jan 25, 2022, 9:46 PM Reply Quote 0
                    • S Away
                      sdetweil @Jo 0
                      last edited by Jan 25, 2022, 9:46 PM

                      @jo-0 not email. chat here,
                      click his username,
                      then 3 dots to the right,
                      start new chat

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 16
                      • 17
                      • 10 / 17
                      10 / 17
                      • First post
                        91/166
                        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