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

    isaac2004

    @isaac2004

    1
    Reputation
    397
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    isaac2004 Unfollow Follow

    Best posts made by isaac2004

    • RE: regions...

      @retroflex Also some modules don’t listen to fullscreen, if the DOM gets updated, it paints over any fullscreen region

      posted in Development
      I
      isaac2004

    Latest posts made by isaac2004

    • RE: Proper way to have module loading screen

      @sdetweil so the map loads and the tileloaded event triggers on the map object. At that time, I set the class of the div to something visible. I have not figured out a way to have multiple divs in my module container and flip visibility from that event, which is what I need to do. All this is done after updateDom() and getDom() have already fired

      posted in Troubleshooting
      I
      isaac2004
    • RE: Proper way to have module loading screen

      @sdetweil eh playing more with this, I might have a limitation. I am using the Google Maps Api to load a map of a place I provide via voice. All is working fine, but there is delay in loading all the tiles. I have setup opacity and all that, but I would like to add a loading message that notifies of a command being input. The issue with updating the dom is that the event listener that I use to show the map once the tiles loaded needs the dom, so I cannot have a basically empty dom. What I really need is to be able to have 2 divs in my module, one that is the map, the other that is the loading div and hide/show accordingly. I tried that, the dom gets updated, but the UI does not change. Any thoughts?

      posted in Troubleshooting
      I
      isaac2004
    • RE: Proper way to have module loading screen

      @sdetweil how do you check it is ready? Is there a property to check?

      posted in Troubleshooting
      I
      isaac2004
    • Proper way to have module loading screen

      I have a module that takes time to load and update the dom, so there is a delay. I want to add a loading notification somehow to my mirror so I know the command was submitted. I tried to add a loading div to the dom wrapper, but got nowhere. Does anyone have a good example of this?

      posted in Troubleshooting
      I
      isaac2004
    • My Hello-Lucy like extensions to MMM-Voice-Commands and MMM-GoogleMapsTraffic

      GitHub Repos

      https://github.com/isaac2004/MMM-Voice-Commands
      https://github.com/isaac2004/MMM-GoogleMapsTraffic

      These aren’t modules as much as extensions to 2 of my favorite modules, MMM-GoogleMapsTraffic and MMM-Voice-Commands to use the concept introduced by Hello-Lucy. The installations are pretty self-explanatory, but let me know if anyone has any questions.

      posted in Showcase
      I
      isaac2004
    • RE: MMM-CalendarExt

      Is there a way to repaint the calendar module? I am working on hiding/showing the module with voice control, and for the life of me, I can’t get the UI to repaint after hiding. module.show() is not available in the module so it is not as simple as that

      posted in Productivity
      I
      isaac2004
    • RE: regions...

      @retroflex Also some modules don’t listen to fullscreen, if the DOM gets updated, it paints over any fullscreen region

      posted in Development
      I
      isaac2004
    • RE: regions...

      @retroflex fullscreen_above does not cover the whole screen sadly

      posted in Development
      I
      isaac2004
    • RE: Show City with MMM-GoogleMapsTraffic

      @onetwankyfive can you provide some tips on how you did this?

      posted in Troubleshooting
      I
      isaac2004
    • RE: regions...

      Is there a way to “hover” modules over eachother. For instance if I use Lucy to “SHOW” a module, I want it to float above all other modules. Currently, it pushes modules down.

      posted in Development
      I
      isaac2004