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

    mcneilp

    @mcneilp

    0
    Reputation
    100
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mcneilp Unfollow Follow

    Latest posts made by mcneilp

    • RE: blank screen with mouse cursor

      Sounds about right (screensaver and all). Thank you for the pointer.

      I just ran it and will see how it does.

      posted in Troubleshooting
      M
      mcneilp
    • blank screen with mouse cursor

      Some time during the night my MM goes haywire. I find it with a blank screen and a mouse cursor. If I simply hit refresh (ctrl+r) it reloads everything and works fine. It is setup to auto boot into MM using PM2 which works perfectly.

      Any thoughts?

      posted in Troubleshooting
      M
      mcneilp
    • RE: MMM-GoogleMapsTraffic

      I got it working. I did the above…plus I was using the wrong bit of text for my API key…and had to “setup billing” on my api account apparently to allow it to work.

      posted in Transport
      M
      mcneilp
    • RE: Could use some assistance setting up MMM-Carousel w/ Navigation and understanding the architecture

      Does anyone know if it is possible with this module to have the first slide show for a longer period of time…then rotate through the other slides. This way you mainly see the primary one, and secondary ones periodically rotate through.

      posted in Troubleshooting
      M
      mcneilp
    • RE: MMM-GoogleMapsTraffic

      @rvanuden I have the same problem. Did you find a solution?

      posted in Transport
      M
      mcneilp
    • RE: Trying to modify dimensions of module MMM-RAIN-RADAR

      @sdetweil
      interesting. I have never used “vh” as a unit before. Haven’t done much CSS in a while though.

      posted in Development
      M
      mcneilp
    • RE: Trying to modify dimensions of module MMM-RAIN-RADAR

      I am having the same trouble. This line of code seems to set the iframe height to 50vh. I have no idea what “vh” is.

      iframe.style = “border:0;height:50vh”;

      In my custom CSS i had to use:

      .MMM-RAIN-RADAR .iframe {
      width: 300px;
      height: 300px !important
      }

      I added the !important to get it to override this other inline style which seems to be ill formed.

      posted in Development
      M
      mcneilp
    • RE: MMM-GooglePhotos

      @mcneilp If i let it run long enough it loads an image…but sometimes it goes blank for a while. I assume this is because its processing photos. Too bad it can’t just load a few at a time and run fast.

      posted in Entertainment
      M
      mcneilp
    • RE: MMM-GooglePhotos

      If I have an album with a very large number of photos does it scan all of them? I switched to a small album and it loads nice and fast…but the large one never seems to get a photo. Is this a one time scan (for each time it starts up). Or will it always be super slow.

      Google Photos auto adds photos to albums based on who is in them, so its a shame to not be able to use one of these albums.

      posted in Entertainment
      M
      mcneilp