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-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @BerkSmash1984 I’ve also found, in the documentation for MMM-Wallpaper, a “filter” option - If you don’t want to put a background on the modules, you can use this to improve readability.

      posted in Utilities
      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
    • RE: MMM-EmbedURL with MMM-Pages - Website reload....

      I put them both in, and that fixed it - thanks, Tom.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: How to learn more about coding

      @bebetter14 I started out that way. What I did personally, was take a dead module that I really liked and started trying to figure out how it worked. Looked up the commands (Lots of searches for “XYZ Javascript” etc and playing on Jsfiddle.net – -Once I got that figured out, I built up my own module (MMM-Multimonth) and got help from some amazing people on here, including Sam and mmrize - major contribution was from a user who CSSified the whole thing and showed me how to do it.

      Knowledge grows as you jump in.

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

      @MMRIZE Boy, we did things the hard way…

      /* Fade adjustments */
      .CX3A .agenda::after {
      	position: absolute;
      	bottom: 0;
      	left: 0;
      	height: 6%;
      	width: 100%;
      	content: '';
      	background-image: unset;
      } 
      
      posted in Utilities
      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: Logging issues

      @sdetweil It now is working as expected. Thanks for the help.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Module for PC Monitoring

      this one: 47af05e1-d905-4320-a8da-2f792e827985-image.png

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

      @btastic to double down on what @MMRIZE said - taking over someone else’s archived module is an exceptional way to learn how to do things. I Would highly encourage it, as the author has directly said he’s okay with it. I did that with a module myself. Taught me so much about javascript working out bugs in an existing module and adding my own flair (and I really should get back on it for one bit…)

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

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

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 11 / 16