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-BoschSmartHome

      @majorc That’s strange. The only module dependency is bosch-smart-home-bridge which uses rxjs but also has it in its dependencies: https://github.com/holomekc/bosch-smart-home-bridge/blob/master/package.json

      I am running the module on 2.18 without problems

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @karsten13 let me know your findings

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-NINA

      @kab du könntest maxAgeInHours auf 99999999 stellen und/oder mal testweise gucken wo grade eine aktuelle Warnung anliegt und den AGS bei dir eintragen: https://warnung.bund.de/meldungen

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

      @mmuser did you install the dependencies using npm install?

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @karsten13 Unfortunately, I can’t tell you that. I am only responsible for the display layer, not for the weather data :-)
      The radar layers come from the Rainviewer API, which I have actually had quite good experiences with in the past.
      Is it the usual case on your mirror that the displayed radar images do not match the reality?

      What I can see is that RegenRadar.de and RainViewer have different scales. With RainViewer it needs a much higher degree of cloudiness to be displayed on the map.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @fmarcu said in MMM-RAIN-MAP (new: version 2.x):

      Does anyone know if it there is a parameter I can change so the blank tiles between zoom levels stay black?

      try to add this to your custom.css

      .MMM-RAIN-MAP .leaflet-container {
        background: #000;
      }
      
      posted in Utilities
      JalibuJ
      Jalibu
    • RE: Stack rank modules

      I just wanted to reveal that I’d really enjoy a better module overview so that SOMEONE ELSE might get starting to work on it and he knows that it is not in vain and that he gives me and many others a great pleasure with it :-D
      If I had time, then I would have done this looong ago, @sdetweil ;-)

      posted in General Discussion
      JalibuJ
      Jalibu
    • RE: MMM-Rain-Radar

      @lhops because MMM-Rain-Radar is no longer maintened, I created https://github.com/jalibu/MMM-RAIN-MAP which uses the same data source but with even more features and forecast.

      posted in Show your Mirror
      JalibuJ
      Jalibu
    • RE: Stack rank modules

      @cowboysdude I know that page, and I think we all agree, that this is not a perfect or modern way :-)
      In my understanding MagicMirror is a platform that offers a great opportunity for developers to build a powerful ecosystem around it. Just like Android (-> Play Store) or Apple (-> App Store) MagicMirror could provide a “Magic Store” :-D
      In principle, a rating function is not that important to me. I just find the current way of presentation as a Markdown table not chic, confusing and not meaningful.
      You have to install a module to get an impression of it. As a user, it would be nice if you could scroll through all the modules in a central place, like in a catalog/shop, and directly have a nice presentation of the module with screenshot an feature list.

      posted in General Discussion
      JalibuJ
      Jalibu
    • RE: Stack rank modules

      I would also like to have a better overview of the available modules. Some kind of catalog or App Store would be great. With a preview.

      However, I know that it would be hard to implement this, as every module developer would be responsible to maintain their modules (incl. preview etc.) in this AppStore. However, many modules are no longer maintained. Whereby this could also be a chance to clean up with the legacy modules, because for many there are modern forks. The best example is MMM-PIR-Sensor.

      And I could also imagine a quality ranking, not based on the amount of downloads, but on other metrics like user experience, usability and maintenance.

      posted in General Discussion
      JalibuJ
      Jalibu
    • 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
    • 3
    • 4
    • 5
    • 6
    • 9
    • 10
    • 4 / 10