MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. BKeyport
    3. Topics
    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,292
    • Groups 1

    Topics

    • BKeyportB

      White screen at start for 2-3 seconds...

      Watching Ignoring Scheduled Pinned Locked Moved Bug Hunt
      5
      0 Votes
      5 Posts
      899 Views
      BKeyportB
      @sdetweil Good to note that it don’t always work, FWIW… like it don’t help my situation, but, I only have to restart once in a great while now, so, I don’t see it nearly as much… now if I could get OMX to stop freezing so I don’t have to restart it every half hour (😭😭😭 not a magic mirror problem, Running it on top of MM to avoid RTSPStream bugs)
    • BKeyportB

      My first written module

      Watching Ignoring Scheduled Pinned Locked Moved Development
      12
      0 Votes
      12 Posts
      3k Views
      BKeyportB
      Ah, the heck with it. It’s released!
    • BKeyportB

      Rotating Screen now...

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      566 Views
      H
      I’ve added the following line to /etc/xdg/lxsession/LXDE-pi @xrandr --output HDMI-1 --rotate right YMMV, you might have to fiddle with it to suit your rotation and output.
    • BKeyportB

      MMM - Remote Control URL calling issues..

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      0 Votes
      5 Posts
      712 Views
      BKeyportB
      Update works with the http:// /remote?action=update Restart does the same error as above regardless of URL.
    • BKeyportB

      Easier Custom region work...

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Feature Requests
      2
      0 Votes
      2 Posts
      736 Views
      S
      @BKeyport I just pushed some changes for the next release to autodetect the custom regions in index.html and use those for validating and using in config.js (and npm run check:config)
    • BKeyportB

      Auto restart

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      1k Views
      E
      There’s a REALLY simple way to do this using a script and a cron job. From the pi user, execute: sudo nano /bin/mmreload.sh Paste the following contents into that file: #!/bin/sh if [ /home/pi/MagicMirror/config/config.js -nt /home/pi/.pm2/pids/mm-0.pid ]; then /usr/bin/pm2 restart mm fi Save it (CTRL-X) and then give it execute permissions like this: sudo chmod +x /bin/mmreload.sh From the pi user, execute the following: crontab -e In the crontab file, add the following line: 0,30 * * * * /bin/mmreload.sh > /dev/null 2>&1 Save the file (CTRL-X if you’re using nano). This will check the MM ‘pid’ file against the config.js file to see if the configuration file has been edited since the mirror was last started (it will check at the top and bottom of every hour). If the config file has been edited, it will restart MM and use the new configuration file.
    • BKeyportB

      V2.10.0 - Impressive...

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      18
      0 Votes
      18 Posts
      4k Views
      S
      @chassain-0 it says you must have done the git pull before doing the upgrade-script… (already at 2.10.0 when script started) test doesn’t change any files, but apply runs were aborted as the installed version was already at 2.10.0, so no npm install was done by script
    • BKeyportB

      Out of curiousness - what's this error?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      1k Views
      S
      @DustinBryant thanks… I hadn’t experienced a private repo that needed credentials…
    • BKeyportB

      Spam control?

      Watching Ignoring Scheduled Pinned Locked Moved Forum
      6
      1 Votes
      6 Posts
      1k Views
      mumblebajM
      I’ll help as well. It does get bad with these spam posts
    • BKeyportB

      Calendar issue 2.8.0 - Repeating events

      Watching Ignoring Scheduled Pinned Locked Moved Bug Hunt
      9
      0 Votes
      9 Posts
      3k Views
      evroomE
      @Clubjack and others, I noticed this problem too. For instance my birthday lasted 2 days ( only got presents once though) and my wedding-day is one day forward (which will upset my wife). The entries were made using Google Calendar (so not a calendar app that synchronizes with Google). I notice this since 2020, but that does not mean it did not happen before, could have overlooked it. When I ran a test with a dummy entry, it worked fine. When I toggle a „faulty“ entry from repeating to not repeating and then back to repeating, the entry is shown correct. I collected some data and will post it when I sorted it out a bit.
    • BKeyportB

      Magic Mirror Update process

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Feature Requests
      11
      0 Votes
      11 Posts
      5k Views
      S
      @bhepler use my updater script see https://github.com/sdetweil/MagicMirror_scripts
    • BKeyportB

      "What's next" calendar module?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      708 Views
      ?
      @BKeyport Like this? [image: 1558339634709-transform.png] You can do it with MMM-CalendarExt2 (MMM-CalendarExt could also do that but with different mechanism) With MMM-CalendarExt2, you can transform data of event before display it. transform: (event)=>{ event.icon = "fa-solid:user-secret" event.title = "My Secret" return event } See https://github.com/eouia/MMM-CalendarExt2/wiki/Filtering-and-Sorting#transforming
    • BKeyportB

      Has anyone used "MirroPane" glass?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      2
      0 Votes
      2 Posts
      1k Views
      brobergB
      The Mirropane available in the US (the one you linked to) with a light transmission of 11% and one reflective side of 68% is theoretical (and in my oppinion) a perfect fit for a magicmirror in normal lighting conditions (not daylight/sunny locations).
    • BKeyportB

      MMM-Buttons problem - Help please?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      1k Views
      BKeyportB
      I’m aware there’s too many commas by ‘traditional thinking’ - but I kept getting config errors without it. This was the default config, modified for testing.
    • BKeyportB

      MMM-MyCommute - Google blocked!

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      -2 Votes
      4 Posts
      2k Views
      S
      Thanks all for your responses. i was having similar questions and your answers were helpful to me.
    • BKeyportB

      Help mounting monitor.

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      6
      0 Votes
      6 Posts
      5k Views
      BKeyportB
      @yawns Wow - this is the level of detail I’m looking for… thanks!
    • BKeyportB

      MMM-Carousel - displaying multiple modules at one time.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      2k Views
      BKeyportB
      So, it does the same thing now with my other magic mirror install. The other unit is on a 7" touchscreen, I have it alternating between the Weather module and the Weather Forcast module.
    • BKeyportB

      Forum bug

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      2k Views
      BKeyportB
      yeah, I didn’t even realize it was there, either.
    • 1 / 1