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: Newsfeeder is going way to fast when showing news

      We found the reason for that issue. A fix is merged into the develop branch.

      posted in Troubleshooting
      JalibuJ
      Jalibu
    • RE: MMM-NINA

      @majorc Habe ich schon mal gesagt, wie sehr ich CSS hasse? :face_with_symbols_on_mouth:
      Probier nochmal

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-NINA

      @majorc zieh mal bitte die aller neuste Version (1.3.1). Das Alignment sollte jetzt automatisch funktionieren und besser sein.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-NINA

      Hi Leute,

      ich habe eben ein neues Update veröffentlicht. Damit können nun auch mehrere Städte/Gemeinden gleichzeitig abgerufen werden.
      Da ich das Modul im Header/Top Bereich verwende, habe ich zusätzlich noch ein weiteres Theme erstellt.

      Viel Spaß beim Ausprobieren. Freue mich über Feedback.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: Module Development in TypeScript

      @strawberry-3-141
      as you say, it is a very simple and incomplete version. And you can not install them as a package or use them in your modules, except if you copy the file.
      In fact, that’s the real reason I created the typings on DefinitelyTyped.
      You can find the sources here and the npm module here.

      posted in Development
      JalibuJ
      Jalibu
    • Module Development in TypeScript

      Hello developers,

      some time ago I switched all my modules to TypeScript (feel free to check out MMM-Jast as a reference implementations).
      Especially for more complex modules, TypeScript brings huge advantages from my point of view.
      Since the MagicMirror platform doesn’t provide its own TypeDefinitions, I made them available via the DefinitelyTyped library.
      For interested developers I also plan to provide some kind of TypeScript template module soon.

      .
      ├── src
      │   └── backend
      │       ├── Backend.ts
      │       ├── BackendUtils.ts
      │       └── ...
      │   └── frontend
      │       ├── Frontend.ts
      │       ├── FrontendUtils.ts
      │       └── ...
      │   └── types
      │       ├── ABC.ts
      │       └── ...
      └── templates
      │       ├── main.njk
      │       └── ...
      └── translations
      │       ├── de.json
      │       ├── en.json
      │       └── ...
      └── MMM-XYZ.js (generated)
      └── node_helper.js (generated)
      └── MMM-XYZ.css
      └── tsconfig.json
      └── rollup.config.json
      └── README.md
      └── package.json
      

      Question: Are there any other developers among you who are interested in joining my “TypeScript” initiative? A little support from another developer in maintaining the type definitions would be helpful.

      posted in Development
      JalibuJ
      Jalibu
    • RE: MMM-Fuel zeigt nur Lade...... MMM-Fuel show only load......

      @biebermann Weil Zertifikate ein Ablaufdatum haben. Danach wird ihnen nicht mehr vertraut und gesicherte Verbindungen abgelehnt.

      posted in Transport
      JalibuJ
      Jalibu
    • RE: MMM-Fuel zeigt nur Lade...... MMM-Fuel show only load......

      @biebermann bei mir funktioniert noch alles. Scheint also kein allgemeines Problem zu sein.

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

      Hi @gabrielm9,

      the latest version 2.5.x supports different color schemes now.

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

      Hi @gabrielm9 ,
      contribution is always welcome :-)

      You have to compile the Typescript sources using npm run build.

      Let me know, if you have problems. I‘m waiting for your PR

      posted in Utilities
      JalibuJ
      Jalibu
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 19
    • 20
    • 11 / 20