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

    Posts

    Recent Best Controversial
    • RE: MMM-MyScoreboard

      @vinp being a linux/magic mirror newbie - how would one switch to your fork?

      posted in Sport
      BKeyportB
      BKeyport
    • RE: Fresh Install

      You may have to use the display utility within the desktop manager. see here: https://pimylifeup.com/raspberry-pi-rotate-screen/

      posted in General Discussion
      BKeyportB
      BKeyport
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      Sometimes with this app you gotta jiggle the handle.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: My first written module

      Ah, the heck with it. It’s released!

      posted in Development
      BKeyportB
      BKeyport
    • RE: MMM-MyScoreboard

      @sdetweil ESPN sneezes and the data format changes. Not a reliable source.

      posted in Sport
      BKeyportB
      BKeyport
    • RE: Minimal depth of a frame for the magic mirror

      Mine is around 2" deep (5cm) - I could go thinner if I modify the monitor’s circuit board layout a bit and reduce dead space… but I’m not going to mess with that.

      posted in General Discussion
      BKeyportB
      BKeyport
    • RE: MMM-CalendarExt2

      @luke1 I believe it refreshes every minute anyway, but don’t ping the servers for the time you specify. If you want it to stop animating as a stopgap, you can use this:

      /* Stop animating */ 
      
      .CX2.hidden {
        display: block;
        opacity: 1;
        animation-name: none;
        animation-iteration-count: 0;
        animation-timing-function: none;
        animation-duration: 0s;
      }
      
      .CX2.shown {
        display: block;
        opacity: 1;
        animation-name: none;
        animation-iteration-count: 0;
        animation-timing-function: none;
        animation-duration: 0s;
      }
      
      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Automatic checking of all MagicMirror² modules

      @KristjanESPERANTO “This” instead of “The” perhaps?

      posted in Development
      BKeyportB
      BKeyport
    • RE: Calender Module: Time Not visible

      Yep.

      			dateFormat: "M/D h:mm a",
      

      That’ll fix it.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: TV vs. Monitor

      Monitors are generally lighter due to less components… I find that TVs even with the right inputs tend to get weird with computer signals… etc…

      I’m almost to the point of never buying a TV again, personally. just bigger monitors, because of all the useless junk in the TV.

      posted in General Discussion
      BKeyportB
      BKeyport
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 15
    • 16
    • 6 / 16