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

    Posts

    Recent Best Controversial
    • RE: MMM-Photoprism

      great, that was something i wanted to start my self for a long time - thank you.

      I forked your module and added a few extras (mostly with AI, like you did :-D ):

      • use of thumbnail api (for reduced file size)
      • suspend if not visible (i use MMM-Carousel, and the pictures are not on the frontpage)
      • preload and caching (but I’m not sure if it is working as intended…)
      posted in Entertainment
      H
      HeikoGr
    • RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect

      this should work, but MMM-MieleAtHome and therefore MMM-Homeconnect as a fork do override the header…

      {
        module: “MMM-MieleAtHome”,
        header: "",
        position: “bottom_left”,
       [...]
      },
      
      posted in Troubleshooting
      H
      HeikoGr
    • Develop MagicMirror the easy way — all in one workspace

      start little ‘advertising’ … (this is what you get when you ask AI to promote your project…)

      Stop juggling terminals and fighting file permissions. With MMM-DevContainer you can develop MagicMirror in VS Code using either Docker Compose or Dev Containers — your choice.

      Why it’s better:

      One workspace for everything: modules, config and css all in one place. No more multiple windows or scattered folders.
      Works with Docker Compose and/or VS Code Dev Containers: pick the workflow that fits your setup.
      No file-rights hassle: edit and save directly from VS Code without sudo/chmod pain (unlike editing inside a running MM Docker container - if you’ve ever tried that).
      Reproducible, clean environment: consistent installs, easy onboarding, and less “it works on my machine.”
      Great DX: built-in terminals, IntelliSense, debugging, and Git — all inside the container.
      npm install runs automatically on first start, so you can get coding faster.
      Get started: https://github.com/HeikoGr/MMM-DevContainer

      Quick start

      • Clone the repo:
        git clone --depth=1 https://github.com/HeikoGr/MMM-DevContainer.git
        cd MMM-DevContainer
      • Add your module:
        Create your module inside modules/YourModule (or add it as a Git submodule).
      • Keep MagicMirror core, your modules, and config together in this single workspace.
      • Choose your workflow from below:

      Option A — Docker Compose
      docker compose up --build
      Open the app in your browser (e.g., http://localhost:8080)
      Stop when done: docker compose down

      Option B — VS Code Dev Container
      Install VS Code + the “Dev Containers” extension.
      Open the MMM-DevContainer folder in VS Code.
      Reopen in Container when prompted (or use Command Palette: “Dev Containers: Reopen in Container”).

      Notes:
      At the moment it’s only testet on linux (or windows with ssh on linux…)
      Dependencies: npm install runs automatically on first start (via the devcontainer/compose setup). If your module needs extra dependencies, you can still run npm install inside the container terminal.
      All source folders are mounted into the container; edits happen from VS Code without permission issues.
      Suggestions and feedback welcome!

      Have ideas to improve the setup? Issues and PRs are very welcome.
      Tell me what works well for you and what could be smoother.

      posted in Development
      H
      HeikoGr
    • RE: MMM-Webuntis

      Achtung, ich habe eine neue Version veröffentlicht und dabei die Konfigurations Variablen umbenannt - es muss die config.js angepasst werden.

      Dafür habe ich jetzt aber auch eine Tabellenansicht implementiert:
      f12ereEHEk.png

      posted in Education
      H
      HeikoGr
    • RE: MMM-Webuntis

      @HeikoGr a new commit is on github with a fix in the handling of “days” - maybe this fixes your problem.

      posted in Education
      H
      HeikoGr
    • RE: MMM-Webuntis

      @Eli maybe your school doesn‘t show more than 2 days to the future (like our school).

      Because the only differences in the debug mode are more log output and not filtering past lessons (there is also an undocumented option „debugLastDays“ - so i was able to develop during the holidays…). How many future days do you see in the untis app or on webuntis.com?

      posted in Education
      H
      HeikoGr
    • RE: MMM-Webuntis

      @OliWer i pushed a fix to github.

      I was able to reproduce your error.
      it should work now.

      posted in Education
      H
      HeikoGr
    • RE: MMM-Webuntis

      @kurkarte you can try to search your school at https://webuntis.com/ . On the next site the school name in the URL could work if you replace empty spa es with „+“ signs.

      posted in Education
      H
      HeikoGr
    • RE: MMM-Webuntis

      Note to myself: enhance error handling

      I did a clean reinstall on my machine and it worked with your config (and our qr code).

      Maybe the school doesn’t publish personal timetables?

      Can you try to set useClassTimetable: true,

      posted in Education
      H
      HeikoGr
    • RE: MMM-Webuntis

      @Eli the module surely isn‘t running properly.

      I think the module MMM-Remote-Control tries to run git to get the npm module untis (which is required by my module) and has no success.

      But this is only a guess… could be totally wrong

      posted in Education
      H
      HeikoGr
    • 1
    • 2
    • 3
    • 4
    • 1 / 4