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

    Posts

    Recent Best Controversial
    • RE: `npm ci` instead of `npm install`

      Okay, thanks for your opinions. I’ll use npm ci for a while with my instances to gain more experience.

      I mark this thread as solved for now. Further opinions are of course welcome.

      posted in Feature Requests
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-SystemStats shows Free RAM as NaN%

      @Aldarande has already created a PR to this problem:
      https://github.com/BenRoe/MMM-SystemStats/pull/50

      You could use his/her fork for now until the PR is accepted:
      https://github.com/Aldarande/MMM-SystemStats

      posted in System
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Carousel is not working

      @kusselin said in Carousel is not working:

      another question I have: udn namely when the modules change it can be that these are very “WIDE” at once…at the repeated change then again normal in the width become…woran lies this? can that be?

      Does this also happen with the new fork I recommended?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: `npm ci` instead of `npm install`

      many developer don’t know what is package.json file

      Isn’t that one of the first things you learn when you start using npm? :-)

      this command need package-lock.json

      Yes, of course. And the core system has the package-lock.json. I was not talking about modules. Sorry if that was not clear.

      posted in Feature Requests
      KristjanESPERANTOK
      KristjanESPERANTO
    • `npm ci` instead of `npm install`

      What do you think about switching from npm install to npm ci?

      I’m not an npm/node expert, but my understanding is that there could be some advantages.

      If we use npm ci, we’ll get reliable builds. Users who install a release get exactly the versions that worked on the release.

      posted in Feature Requests
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Carousel is not working

      barnabycolby did’t update the module since 5 years. I recommend to use a newer fork. Like this one: https://github.com/shbatm/MMM-Carousel/

      The following config should work with the new fork:

           {
                  module: 'MMM-Carousel',
                  config: {
                      transitionInterval: 40000,
                      ignoreModules: ['clock', 'alert', 'MMM-Tools', 'MMM-OpenmapWeather', 'MMM-PublicTransportHafas', 'weatherforecast', 'calendar', 'newsfeed', 'MMM-Remote-Control', 'MMM-Traffic', 'MMM-Fuel'],
                      mode: 'slides',
                      slides: {
                          "Slide 1": ['MMM-SoccerLiveScore'],
                          "Slide 2": ['MMM-Formula1', 'MMM-COVID19-AMPEL']
                      }
                  }
          }
      
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1 / 1