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

    Posts

    Recent Best Controversial
    • 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
    • RE: MMM-CalendarExt2

      @marva82 My statement was functionally correct. Yeah, I forgot to use the overused “Use custom.css” mantra

      (Which in this case, don’t really matter, as if you’d adjust MMM-CX2’s css stub, it’ll likely never get overwritten as the projects effectively dead)

      And yes, you can remove the Week of the year with your stub.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Automatic checking of all MagicMirror² modules

      @KristjanESPERANTO I figured that’s what it was. Not a big deal - everyone here don’t speak english properly, even us native speakers. 🤣`

      posted in Development
      BKeyportB
      BKeyport
    • RE: Flickering in portrait mode

      @dazza120 Course, I can report the opposite, with my setup. While I don’t have exact figures the one thing that seems to have happened is that my system isn’t triggering the temp. icon anymore now that I’m back on the normal driver.

      That being said, I’ve got a fan+heatsink on the way for the final setup, there’s no reason not to protect the pi.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: WHY is Mykle1 such a forum god?

      @mykle1 What, it’s true… :)

      posted in General Discussion
      BKeyportB
      BKeyport
    • RE: Dumbest question of the week Calendar Module

      @n6ng alternatively, if you can open two ssh sessions, you can use one of them with just pm2 logs - and watch it live as you restart MagicMirror in the other one.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Automatic checking of all MagicMirror² modules

      @KristjanESPERANTO Kinda awkward, honestly.

      posted in Development
      BKeyportB
      BKeyport
    • RE: MMM-RTSPStream not showing video

      I suspect you’re not addressing the video correctly.

      https://www.ispyconnect.com/sources.aspx - check your camera model for full URLs.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Something new weather related.

      @cowboysdude pretty module. I’ll still use @j-e-f-f 's module, tho. 🤣🤣🤣

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

      @ccr41981 it’s likely because how CX2 generates it’s positions. In short, it’s working AROUND the built in position system and kinda builds it own.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Automatic checking of all MagicMirror² modules

      @KristjanESPERANTO

      There is no package.json. We need this file to gather information about the module for this website

      is what I meant.

      posted in Development
      BKeyportB
      BKeyport
    • RE: Issues with a special Google calendar

      by the way, if you wanna dump the empty slots:

      1. in config.js under views add
      className: "remove_empty_slot",
      
      
      1. add the following css to custom.css
      
      /* CalExt2 - Hide empty days on agenda */
      .CX2 .remove_empty_slot .eventCount_0 {
              display:none;
      }
      
      
      posted in Troubleshooting
      BKeyportB
      BKeyport
    • Petition to get Sdetweil his own group tag....

      So, I’ve decided that we need to make @sdetweil his own group so that he can have a badge that serves him well… I propose “MM God” – whatcha all think?
      🤣🤣🤣

      Seriously though, I’m shocked he’s not carrying all the badges, I can’t think of anyone that is more involved with the project other than MichMich himself.

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

      So, here’s my final config in CSS -

      * CalendarExtende3 Agenda */
        
      .CX3A .event .description {
        display: none;
      }
      
      .CX3A .event .headline .symbol.noSymbol::after {
        content: '';
      }
      
      .CX3A .cellBody .fullday {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
      }
      
      .CX3A .cellBody .fullday .event {
        color: var(--calendarColor);
        background-color: gray;
        max-width: 100%;
        padding: 0px 0px;
      }
      
      .CX3A .cellBody .fullday .event .title {
        color: inherit;
        overflow: unset;
        white-space: unset;
        text-overflow: unset;
      }
      
      .CX3A .cellBody .fullday .event .headline :not(.title) {
        display: inline-block;
      }
      
      .CX3A .cellBody .fullday .event .headline .time {
        display: none;
       }
      
      .CX3A .event .time {
        width: 55px; /* adjust for your entire CSS harmony */ 
        text-align: right;
      }
      
      .CX3A .event .location {
        display: none;
      }
      
      .CX3A::after {
        height: 0;
      }
      

      Results in:

      7cdfcb3f-ce93-45c6-a1ab-a3a193bd954d-image.png

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Do you need to list moment and moment-timezone as dependencies in modules?

      @KristjanESPERANTO I’ve noticed that it seems that most of the functions of moment is in vanilla javascript - at least in what we typically use.

      posted in Development
      BKeyportB
      BKeyport
    • RE: Remove Modules

      Simply remove the modules from the config.js and they won’t load. You can delete the directories if you want to save space, but it’s not needed.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Rotating Display again..

      @n6ng are you using bullseye?

      cat /etc/os-release

      PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
      NAME="Raspbian GNU/Linux"
      VERSION_ID="11"
      VERSION="11 (bullseye)"
      VERSION_CODENAME=bullseye
      ID=raspbian
      ID_LIKE=debian
      HOME_URL="http://www.raspbian.org/"
      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
      

      If so, there appears to be a bug with legacy rotation. sudo apt-get update && sudo apt-get upgrade and try again.

      They’ve done all sorts of major switching around with the new OS.

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

      @sdetweil Found it, ended up being a special char, likely a tab or something stupid. cut and paste saves the day.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Dynamic Module Chaining

      @haji6 Every module that supports this SHOULD have documentation that shows how they talk to each other.

      Imagine a room full of people. In that room - only one person can speak at a time.

      Person A (Calendar) will yell out “I have an Event at 8:30 called Appointment” and write it on it’s part of the whiteboard (Might be nowhere). Then Person B will hear it and write it on a whiteboard where it’s told to for all to see.

      This is a simplified version of how the notification system works.

      My module (MMM-Multimonth) and others uses the above concept to display data. Why rewrite work when you can use what’s provided?

      posted in Development
      BKeyportB
      BKeyport
    • RE: Rotating Mirror on RBPi 4 B

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

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • 1 / 1