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 67
    • Posts 1,319
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-Multimonth

      UPDATE:

      I’ve pushed this to 0.9. Module now will change start of week fully.

      Localization including start of week is provided by moment.js - translation errors and/or start of week issues (example: they have it on Sunday, but it should be Saturday) should be reported to them. https://github.com/moment/moment/

      Thanks!

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Help restyling MMM-ValuesByNotification

      @sdetweil you’re correct. It’s a string. That started fixing it up, just gotta reset a couple of variables I forgot to capture. 😏

      posted in Custom CSS
      BKeyportB
      BKeyport
    • RE: [Proposal] Enhanced Translator

      I love this idea! Could we include other localization as well, such as week start (Sunday start, Monday Start, Saturday start), etc.

      posted in Feature Requests
      BKeyportB
      BKeyport
    • RE: Fresh Install

      FWIW, I would have started with a fresh image. whenever I’m working with a system that’s not been used in a while, I grab what I can and start the OS over fresh, it just seems to work better.

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

      @Cr4z33 Good answer. 🤣🤣

      Then, again, I’m not sure how MMM-FreeboxTV is supposed to help with RTSP streaming - wanna comment, @Bugsounet ?

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MMM-OpenWeatherForecast... CSS

      @sdetweil I’ve tried everything I could think of, and can’t get it to translate to custom CSS.

      posted in Custom CSS
      BKeyportB
      BKeyport
    • UpdateNotification - Enhancement?

      For those of us that have lots of modules in the mirror, but not always using them in each config (IE: Server mode) - is there either a way to get Updatenotification to hunt down changes to any module, or can we get that added to the module?

      I’d like to use the space on my 2nd screen to show if I have any updates available, even if it’s not on my 2nd mirror.

      thanks!

      posted in Feature Requests
      BKeyportB
      BKeyport
    • RE: Portrait Mode

      https://pimylifeup.com/raspberry-pi-rotate-screen/

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

      I’ll refer back to the original module here:

      https://forum.magicmirror.builders/topic/4189/worldclock-nobody-made-this-so-i-did/37?_=1601325307067

      This code does work with my updated version of the module:

      In your custom.css:

      .worldtime {
        display:flex;
        flex-direction:row;
      }
      
      .world{
        width:200px;
      }
      

      As a reminder, only make changes to your files, not system files.

      – B

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

      Capture.PNG

      Well, there it is. My silly little module. Pretty.

      posted in Development
      BKeyportB
      BKeyport
    • 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
    • 8
    • 9
    • 3 / 9