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

    Posts

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

      @sdetweil I’m assuming he wants to show a background image behind it.

      I have error(s) in my CSS.

      The settings don’t work. I think I reverted a bit too far on my end.

      @p1lspeda - Give me 24-48 hours, I’ll fix this up by Sunday night, Los Angeles time. Expect an update, of which, will include removal of the .MMM-Multimonth .current tag in custom.css - it won’t be needed.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MMM-Multimonth

      @p1lspeda looks like I’ve got some work to do on the CSS - in looking up the solution, I found bugs.

      In your custom.css (~/MagicMirror/css typically) paste the code below:

      .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);
        --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-dow: var(--color-text);
        --color-event: Red;
        --back-rounding: 8px;
        --alignment: center; 
        --fontsize: var(--font-size-xsmall);
      }
      

      any line that includes “–background” can be set to rgba(255, 255, 255, 0) for transparent.

      example:
      ---background-weekday: rgba(255,255,255,0);

      See: https://www.w3schools.com/html/html_colors_rgb.asp for details.

      (Note: the rest of the variables can also be set as you like, “back-rounding” for example, adjusts the rounded edges globally [except for current until below is added])

      For the current day to round the edges properly paste:

      .MMM-Multimonth .current {
        border-style: hidden;
        border-radius:  var(--back-rounding);
        border-color: var(--background-current);
        background-color: var(--background-current);
        color: var(--color-current);
      }
      
      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Major problems loading new module page...

      @KristjanESPERANTO Of course, now that I’ve reported it, it’s stopped doing it entirely. I’ll chalk it to an issue on my end. Things are a little crazy over here right now.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Major problems loading new module page...

      @sdetweil from the list icon in the header.

      It loads, then gets stuck on something after load - like it’s prebuffering something but failing.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Major problems loading new module page...

      @sdetweil I’m on latest release on both…

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • Major problems loading new module page...

      @KristjanESPERANTO

      When I’m loading your module page using edge or chrome, it’ll slow down my computer to a crawl - to the point of unusability. I don’t know what’s going on, I tried to catch it with devtools, but it’s crashing devtools on my PC.

      Might wanna do some looking around.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Lego MM

      @elisa Neat. I’d be worried about loosening structure over time, but, nice,

      posted in Show your Mirror
      BKeyportB
      BKeyport
    • RE: Wyze Cams

      @robertjunior24 the problem is that RTSP isn’t supported by Web protocals.

      Here’s what I’m currently doing for my Reolink cameras:

      I use an PI 4 with Motion Eye OS (Discontinued, but still kinda works, there is betas of an attempt to bring MotionEye back) to convert the RTSP streams to Web streams. Then using MMM-EmbedURL, I’m able to pick up the web streams to use on my mirror.

      What I’d like to do is use something faster and more reliable - (Scrypted?) to do the conversion. Currently, there’s a lag that will form within the motioneye software, so I tend to reboot the pi once an hour (overdone, but it works) to keep it reasonable.

      If I use the Framed version of the URLs that MotionEyeOS provides me (like http://192.168.0.7/picture/2/frame/) - I don’t have to have MMM-Embed URL reset the picture, the system will provide a temporary “No Camera” image while it’s down.+

      Important note: Pi 5 (and newer, eventually) will NOT run what’s required for the old software, so Pi4 is what’s recommended.

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

      @wishmaster270 and through use of an old pi for MotionEyeOS, I use it to embed a near-direct stream from my Reolink cameras. :)

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MMM-CalendarExt2 not working

      @veny Ahh, ext3agenda has a minimonth display, or if you’d like another take on it, my module, MMM-Multimonth does another style of mini calendar display. Both use the very same calendar base, and both will be supported.

      Lots of options for better supported calendar operations. Please take a look at the 3rd Party modules in the title bar above. The List icon "Screenshot 2024-05-19 at 12.55.55.png " will lead the way.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-CalendarExt2 not working

      @veny I see you’re using google. They may have discontinued the access methods used within Ext2. You should upgrade to Ext3.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-OpenWeatherForecast - for daily forecast, can the first day displayed be today instead of tomorrow?

      @atltiger81 In that case, I’d use something like MMM-ProfileSwitcher and switch between two configs of the module on a timed basis.

      I currently have that set up with my cameras so that I can cycle through the cameras.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-OpenWeatherForecast - for daily forecast, can the first day displayed be today instead of tomorrow?

      @atltiger81 that’s what the hourly forecast is for… The next 24 hours as frequent as you have it set.

      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: The installation instructions are broken.

      @netrunner_sw Well, not wrong, just not concise due to outside means.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Execute bash command/Turn off GPIO (LED) from mirror

      @Ray pinctrl 17 op dl does the work behind the scenes, I just needed a way to call it from the mirror, which I got with MMM-Notification-to-command.

      posted in Requests
      BKeyportB
      BKeyport
    • RE: one call api open weather

      @sdetweil I understand that.

      Screenshot 2024-05-13 at 00.24.27.png

      clicking that link sends me to a page that details out a payment plan of:

      0-1 used
      $0.15 per unit
      2+ used
      $0.15 per unit

      posted in General Discussion
      BKeyportB
      BKeyport
    • RE: one call api open weather

      I’m trying to convert from MMM-OpenWeatherForecast to something else, but Openweather is confusing me with the API subscription.

      at one point, it’s saying 1000 free, then others, it says every call is $.15 – what’s really going on and how to sign up the right way to get the free?

      posted in General Discussion
      BKeyportB
      BKeyport
    • 1 / 1