MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Jalibu
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 4
    • Topics 6
    • Posts 199
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      Hi @karsten13 @requiemmg,

      this is a MMM-Remote-Control Bug: https://github.com/Jopyth/MMM-Remote-Control/issues/267

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      thx @karsten13, I’ll check that for both modules

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      @requiemmg whats your MagicMirror version?

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      @jo-0 in the modules/MMM-Jast folder try to execute git reset --hard first and continue with git pull and npm install --only=production in a second step.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      @jo-0 you have useGrouping property twice in your settings. As true and as false. remove the ‚useGrouping: false‘ and it will work

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: How to update MMM-Jast and MMM-Sensor

      @rikko14 was there a message saying something like „merge conflict with package-lock.json“?

      posted in Troubleshooting
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      @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

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      @jo-0 add

      useGrouping: true,
      

      to your module configuration.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      Hi @jo-0,
      MMM-JaST follows the formatting rules for your locale which is set in your config.js
      The comma as decimal separator is common for German locale for example (de-DE) where the dot as decimal separator is common for English locales (en-GB)

      var config = {
       ..
       language: "de",
       locale: "de-DE",
       timeFormat: 24,
       units: "metric",
       modules: [...]
       ...
      }
      

      Keep in mind that locale settings can affect all modules. MMM-JaST has an option to override global platform locale settings. Just add the following to your Jast module config:

       modules: [
        {
          module: "MMM-Jast",
          config: {
           ...
           locale: "de-DE", // or any other desired locale for number formatting
           ...
          }
        }
      ]
      
      posted in Utilities
      JalibuJ
      Jalibu
    • RE: Module with HTTP Request

      @1blaunitrox said in Module with HTTP Request:

      Can I change it to 8080?

      No, because it is blocked by MagicMirror ;-)
      But what sdetweil says is of course true and on closer inspection this is the main problem in your code. Welcome to the world of asynchronous JavaScript :-)

      posted in Development
      JalibuJ
      Jalibu
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 19
    • 20
    • 8 / 20