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

    Posts

    Recent Best Controversial
    • RE: WeatherBackground using AI generated images

      @ajocham Great idea! I have tried the module on my MagicMirror and it works, somewhat… A few thoughts:

      Public keys seem to be deprecated in pollinations.ai and you can no longer create them on their website. The module seems to work fine with a secret key though, which I created and used. Perhaps you could change that in the README to prevent confusion for future users.

      The module does generate and download images. Unfortunately, in my case the image does not appear properly as a background image but modules will appear on top of the background with a black background. In my main.css I have defined a 60px gap between the edges of the screen and my modules. Only there the image appears…

      Bildschirmfoto vom 2026-04-27 17-37-12.png

      This is what my module configuration looks like:

      {
        module: "MMM-AIWallpaper",
        position: "fullscreen_below",
        config: {
          weatherApiKey:    "*****************************",
          pollinationsKey:  "*****************************",   // pk_...
          city:             "*****************************",
          mediaType:        "image",                   // "image" or "video"
          width:            600,
          height:           1024,
          imagemodel:       "flux",
          videomodel:       "nova-reel",
          videoDuration:    5,
          videoAspectRatio: "9:16",
          videoAudio:       false,
          muteVideo:        true,
          loopVideo:        true,
          enhance:          true,
          styles: [
            "impressionist painting, oil on canvas, artistic, moody, expressive brushstrokes",
            "Comic style, atmospheric, science fiction elements, modern european",
            "anime background art, studio ghibli style, detailed, beautiful",
            "photorealistic landscape, ultra detailed, 8k"
          ],
          updateInterval:   60 * 60 * 1000,            // 1 hour in ms
          debug:            false,
        }
      },
      

      Any ideas?

      posted in Utilities
      C
      CuddlyCow
    • MMM-HoymilesPVMonitor

      Re: MMM-HoymilesPVMonitor

      Ok, new try! I got caught up with some other stuff and started a new topic since it’s been more than half a year since my last attempt at publishing my module… My first attempt at publishing on github was unsuccessful (see previous discussion) so I decided to move the whole repository to Codeberg. Perhaps this works better :-)

      A MagicMirror² module that displays live PV power and energy data from a Hoymiles DTU using a Chart.js donut chart.

      This module queries the DTU via the local network at regular intervals and visualizes the current power, daily energy, and total energy values on your MagicMirror.

      https://codeberg.org/CuddlyCow/MMM-HoymilesPVMonitor.git

      posted in Utilities
      C
      CuddlyCow
    • RE: MMM-HoymilesPVMonitor

      @KristjanESPERANTO Got my account reinstated and flagged again for a third time… But at least I now know what triggers this. The account was unblocked for three consecutive days but as soon as I edited the module list to add my module, the account was flagged immediately. I reopened the ticket again and I am now waiting for them to reinstate my account (yet) again.

      posted in Utilities
      C
      CuddlyCow
    • RE: MMM-HoymilesPVMonitor

      @KristjanESPERANTO That is really weird… The account was unblocked first but obviously flagged again. I have reopened the ticket with Github support. If this continues I might have to create a new account… I have absolutely no clue what triggers this behaviour…

      posted in Utilities
      C
      CuddlyCow
    • RE: MMM-HoymilesPVMonitor

      @karsten13 Indeed, I opened a ticket and the issue was resolved. Link should be working as expected now!

      posted in Utilities
      C
      CuddlyCow
    • RE: MMM-HoymilesPVMonitor

      @karsten13

      Sorry, first time publishing on github… The repository is set to “public” but I can only reach it when logged in to my account. When logged out, github throws a 404 error… Perhaps some automated review process? Account and repo to github are new (<24h).

      posted in Utilities
      C
      CuddlyCow
    • MMM-HoymilesPVMonitor

      My first post in this forum and my first module:
      MMM-HoymilesPVMonitor displays live PV power and energy data from a Hoymiles inverter and DTU:

      https://github.com/CuddlyCow/MMM-HoymilesPVMonitor

      PV_Monitor.png

      The module queries the DTU via the local network at regular intervals and visualizes the current power, daily energy, and total energy values on your MagicMirror.

      Features

      • Fetches real-time PV data from your Hoymiles DTU
      • Displays:
        – Current power (W)
        – Daily energy (kWh)
        – Total energy (MWh)
      • Visual donut chart created with Chart.js
      • Automatically updates at configurable intervals
      • Keeps showing the last known energy values at night when the DTU stops responding
      • Stores all daily values with timestamps in a local history file
      posted in Utilities
      C
      CuddlyCow
    • 1 / 1