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

    Posts

    Recent Best Controversial
    • RE: Way to change horizontal or vertical tiling for regions?

      @sdetweil That does work. Looking back, I did try that, but I wonder if maybe I had a typo in the region name or something.

      Makes things side-by-side as you say (for my usage with upper_third region):

      .region.upper.third  .container {
        flex-direction: row;
      }
      

      Thanks, as always, for all the hard work and all the kind help!

      posted in Feature Requests
      J
      joey
    • RE: Pollen module

      I figured it out, at least for my system. I leaned on ChatGPT to figure out how to fix it. It appeared that it would sometimes update when I had MagicMirror running on the mirror system, but I also had a browser open to troubleshoot. Reloading the browser would sometimes make the module work.

      It appears that the problem is the delay for updateDom might have been causing a timing issue. I posted the following as an issue to the module GitHub page:

      In MMM-Pollen.js, changing “this.updateDom(this.config.fadeSpeed)” (line 132) to “this.updateDom(0)” seems to fix the problem I am seeing. There may be a more elegant solution, and it is possible this avoids one issue but can cause a different issue. Hopefully, vincep5 (or someone who knows more JS than I do) can find a proper way to fix this (or put logic to avoid the problem I see).

      At some point, I will learn more JavaScript AND learn how to properly contribute code changes to GitHub projects. For today, I got a thing working and now I have to get back to other stuff.

      @sdetweil This is entirely vincep5’s code (except for the one change I made). I am happy to keep using others’ modules, but I have not found the courage or time to make or fork things myself yet!

      posted in Requests
      J
      joey
    • 1 / 1