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.
    Offline
    • Profile
    • Following 0
    • Followers 2
    • Topics 67
    • Posts 1,318
    • Groups 1

    Posts

    Recent Best Controversial
    • 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
    • RE: Execute bash command/Turn off GPIO (LED) from mirror

      FWIW, MMM-Notification-To-Command is exactly what I was aiming for.

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

      @wishmaster270 @MMRIZE I figured one of you wizards already figured it out. I had forgotten about the all modules notification, and then I would have realized all the pieces are already there.

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

      @bugsounet I actually have the bash command I need to run. Just the part of interfacing through the Mirror is what I need help with.

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

      I’m looking for a quick and dirty way to turn off an LED once the mirror fully loads - basically getting around the slowness in Electron from all the random little errors on startup and waiting for systems that will never start.

      I don’t care if it’s a quick module I build myself, or something else.

      I’m assuming it can be done with all the abilities to read system info etc - just not sure how to do it myself.

      Thanks!

      posted in Requests
      BKeyportB
      BKeyport
    • RE: MMM-Multimonth

      @Spinster Indeed. Something seems to have broken. I’ll fix it today.

      Edit:

      It appears I deleted it’s CSS. Backed off to fix - Repull the files, in the module folder do

      git pull
      

      and relaunch your mirror, it’ll work now.

      Starting to recode the project to incorporate the “Undocumented feature” I mentioned in previous git pushes - as well as make it easier to read and do in the future, and I guess I missed that when I redid the CSS.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Trash schedule module

      @angeliKITTYx You might want to look and see if your trash company provides a calendar that can be added to yours, then you can use a simple calendar app to show the schedule. Mine (Waste Management) does so and it’s a great no-nonsense method.

      posted in Requests
      BKeyportB
      BKeyport
    • RE: Schedule reboot of Pi or MagicMirror

      @Exndfan I have something like the same - except mine was remote control so I could control it through my smart home. Still gotta get that set up again.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • 1 / 1