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

      @sdetweil easier fix in css:

      /* Disable alerts */
      .MMM-OpenWeatherForecast .weather-alert .weather-alert-description,
      .MMM-OpenWeatherForecast .weather-alert .weather-alert-source {
      	display: none;
      }
      
      posted in Utilities
      BKeyportB
      BKeyport
    • RE: No Wi-Fi connectivity

      Module shouldn’t have interfered with wifi - Do you have a Pi 4? There’s a couple of problems with Pi 4’s and Wifi.

      if you’re using a QHD resolution, it can jam wifi. second - if you’ve got 5ghz enabled, it can jam wifi.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: 3.5inch Display

      @lucas781 As I’ve said, I’ve repurposed it. I’m likely gonna repurpose the other 5" display I have too for SOMETHING… just donno what yet.

      posted in Hardware
      BKeyportB
      BKeyport
    • RE: MMM-Multimonth

      @sdetweil It’s easy fixes. I just reverted to a point where I had the proto-settings but not the actual use of them. 🤪🤪🤪

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MM cant boot, wont boot!

      One other thing you can do is run “npm run config:check” in the magicmirror root directory (~/MagicMirror) - it’ll run through and see if there’s anything that’s slightly out of wack to blank the mirror but not out of wack enough to throw an error. It’s saved me lots of headaches several times.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Bedside Display

      @harney that’s sexy. 🤣

      posted in Hardware
      BKeyportB
      BKeyport
    • RE: MMM-Multimonth

      @p1lspeda I have it fixed. Remove the old from custom.css and replace it with the following and then set whichever backgrounds you’d like as before. (rgba(255, 255, 255, 0);)

      Thanks for catching.

      .MMM-Multimonth .settings {
        --background-dimmed: var(--color-background);
        --background-weekday: var(--color-background);
        --background-weekend: cornflowerblue;
        --background-current: Yellow;
        --background-header: Green;
        --background-weekno: grey;
        --background-dow: var(--color-background);
        --background-week: var(--color-background);	
        --color-weekday: var(--color-text);
        --color-weekend: var(--color-background);
        --color-current: var(--color-background);
        --color-dimmed: var(--color-text-dimmed);
        --color-header: var(--color-text-bright);
        --color-weekno: var(--color-text-bright);
        --color-day: var(--color-text);
        --color-dow: var(--color-text);
        --color-event: Red;
        --back-rounding: 8px;
        --alignment: center; 
        --fontsize: var(--font-size-xsmall);
      }
      

      the custom “.current” part is also not needed.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Mirror not displaying any modules

      @Eric_H config:check hasn’t worked as of 2.12.

      Gonna have to manually run through for now.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: How do I know if a monitor is suitable for a MagicMirror

      @oraturk75 My rules:

      1. Must plug HDMI into the bottom, top, or side, not the back. (Flat against the case)

      2. Must have VESA Mounting if I keep the shell on.

      3. Must remember if it’s on or off through power outage.

      posted in Hardware
      BKeyportB
      BKeyport
    • RE: MMM-Multimonth

      I am upgrading the module. Uploading a new release as soon as I’m done posting this.

      This change is breaking old CSS.

      Re-read the README.md before upgrading.

      Updating from prior to 08 Jun 2024:

      CSS is changed - please check all customizations. Old Elements, values, etc. have been deleted.

      The following CSS code is all you need in custom.css if all you’re changing is the colors and/or background edge rounding:

      (Key changes here: “current” has been changed to “today”, “background-week, color-week have been removed as redundant”)

      Most of the changes are to implement feature changes.

      Thanks for the support folks.

      posted in Utilities
      BKeyportB
      BKeyport
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 13 / 16