MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. KristjanESPERANTO
    3. Topics
    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

    Topics

    • KristjanESPERANTOK

      Community task: Check automated translations

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      283 Views
      KristjanESPERANTOK
      Hey everyone, MagicMirror is currently available in 47 languages. However, a lot of these translations are incomplete. I have used translation tools to fill the gaps and compiled the results in a pull request (https://github.com/MagicMirrorOrg/MagicMirror/pull/3794). If you know a language other than German, Esperanto and English, please take a look at the PR and give us feedback.
    • KristjanESPERANTOK

      MMM-page-indicator now easier to style

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      2
      2 Votes
      1 Posts
      280 Views
      KristjanESPERANTOK
      MMM-page-indicator has been updated. The main change is that there are new classes that make it easier to customize the styling of the indicators and a new styling section in the README that describes some styling examples. Like this: [image: 1744446570502-screencast_3_pulsing-active.gif] or this: [image: 1744446465363-screencast_4_with-description.gif] So if you use MMM-page-indicator, check it out 😀 The styling was also possible before, but was a little more complicated and the examples certainly help to develop your own cool styles. Thanks to @mumblebaj for getting this rolling!
    • KristjanESPERANTOK

      MMM-Forum

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      1
      2 Votes
      1 Posts
      278 Views
      KristjanESPERANTOK
      Hello Community! I’m pleased to announce my new module, MMM-Forum, which brings unread topics, notifications and messages from this forum directly to your mirror. This module is designed to keep you up to date with what’s going on in the forum. It should also work for other NodeBB forums, but hasn’t been tested yet. Feedback would be nice. Here’s a (slightly doctored) screenshot of the module in action: [image: 1731531812693-screenshot.png] You can find the repository and installation instructions here: https://github.com/KristjanESPERANTO/MMM-Forum. Your feedback is invaluable, so please share your thoughts, suggestions or any problems you encounter. I’m not that talented at web design, so please be gentle and give me some pointers, or even better a PR 😁
    • KristjanESPERANTOK

      Module for MagicMirror forum

      Watching Ignoring Scheduled Pinned Locked Moved Solved Requests
      8
      0 Votes
      8 Posts
      1k Views
      KristjanESPERANTOK
      I’ve done it! 🥳 Checkout https://forum.magicmirror.builders/topic/19133/mmm-forum. For accessing the read(-only) api you can use a cookie from your browser, e.g. @karsten13 Thank you! That was the hint that led me to the solution 🙏
    • KristjanESPERANTOK

      Emergency service pharmacies in Germany

      Watching Ignoring Scheduled Pinned Locked Moved Development
      4
      0 Votes
      4 Posts
      495 Views
      KristjanESPERANTOK
      @mumblebaj Many thanks for the tips! :smiley: I have meanwhile written to the operators of the website to see if they can offer an API. If not, I will probably follow your suggested approach.
    • KristjanESPERANTOK

      The most popular 3rd party modules

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      3 Votes
      7 Posts
      15k Views
      KristjanESPERANTOK
      @JohnGalt Oh crap. Thank’s for the hint! I fixed it :-)
    • KristjanESPERANTOK

      Best practice 'package-lock.json' for modules

      Watching Ignoring Scheduled Pinned Locked Moved Development
      18
      0 Votes
      18 Posts
      7k Views
      S
      @karsten13 package-lock is SUPPOSED to insure installing EXACTLY those versions every time
    • KristjanESPERANTOK

      Module list updates since the middle of December

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      3 Votes
      5 Posts
      3k Views
      KristjanESPERANTOK
      @mumblebaj Thanks for the hint! I’ve just updated the state description. But unfortunately it is still abandoned. The maintainer no longer responds to issues and PRs.
    • KristjanESPERANTOK

      Transparent displays

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      4 Votes
      3 Posts
      1k Views
      R
      @KristjanESPERANTO Thanks you, it’s will interesting.
    • KristjanESPERANTOK

      Module list updates since the beginning of November

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      17
      2 Votes
      17 Posts
      5k Views
      KristjanESPERANTOK
      @mumblebaj Nice! Now all your modules have proper screenshots and tags. Thanks! :-)
    • KristjanESPERANTOK

      Automatic checking of all MagicMirror² modules

      Watching Ignoring Scheduled Pinned Locked Moved Development
      83
      2 Votes
      83 Posts
      84k Views
      BerkSmash1984B
      @KristjanESPERANTO Awesome. Thanks for the response!
    • KristjanESPERANTOK

      Fork creator rails against MagicMirror²

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      8
      1 Votes
      8 Posts
      1k Views
      ?
      @kristjanesperanto I’m sorry to contradict you but my project is not a fork, it’s just an adaptation, and what I write in the repository I think does not affect anyone who knows how to think, that is exactly what I wrote in capital letters
    • KristjanESPERANTOK

      `git clone` with `--depth=1`?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Feature Requests
      6
      0 Votes
      6 Posts
      1k Views
      S
      @kristjanesperanto one side effect, getting to the develop branch requires a little extra work see https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code
    • KristjanESPERANTOK

      `npm ci` instead of `npm install`

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Requests
      9
      0 Votes
      9 Posts
      2k Views
      KristjanESPERANTOK
      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.
    • 1 / 1