We found the reason for that issue. A fix is merged into the develop branch.
Read the statement by Michael Teeuw here.
Posts
-
RE: Newsfeeder is going way to fast when showing news
-
RE: MMM-NINA
@majorc Habe ich schon mal gesagt, wie sehr ich CSS hasse? :face_with_symbols_on_mouth:
Probier nochmal -
RE: MMM-NINA
@majorc zieh mal bitte die aller neuste Version (1.3.1). Das Alignment sollte jetzt automatisch funktionieren und besser sein.
-
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.
-
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. -
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.jsonQuestion: 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.
-
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.
-
RE: MMM-Fuel zeigt nur Lade...... MMM-Fuel show only load......
@biebermann bei mir funktioniert noch alles. Scheint also kein allgemeines Problem zu sein.
-
RE: MMM-RAIN-MAP (new: version 2.x)
Hi @gabrielm9,
the latest version 2.5.x supports different color schemes now.
-
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