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

    Posts

    Recent Best Controversial
    • RE: MMM-MotionDetector - Error: getUserMedia

      It looks like this won’t work again with the latest version of MagicMirror.
      When I look at Chromium, you can activate the camera on localhost & 127.0.0.1 (permission for this site) but on 0.0.0.0 it is grayed out. Think this will also be the case for Electronjs.

      Only possibility I see is;

      • list itemmake Electronjs authenticate the camera when starting module
      • list itemmake Electronjs authenticate the camera when starting MagicMirror

        set camera permission for 0.0.0.0

      posted in Troubleshooting
      D
      debaetstony
    • RE: MMM-MotionDetector - Error: getUserMedia

      The above workaround doesn’t always work either!

      Answer from Github which does work;

      FYI: I switched back to the legacy raspios (https://www.raspberrypi.com/news/new-old-functionality-with-raspberry-pi-os-legacy/) and there the bug doesnt seem to appear.

      posted in Troubleshooting
      D
      debaetstony
    • RE: MMM-MotionDetector - Error: getUserMedia

      Found a workaround;
      Run as server and start chromium > authorize the camera.
      Of cours not the same.

      posted in Troubleshooting
      D
      debaetstony
    • MMM-MotionDetector - Error: getUserMedia

      I reinstalled raspbian with the MMM-MotionDetector module and now keep getting following message:
      Error: getUserMedia is not implemented in this browser
      2022-02-03 13_37_45.png

      Tested older and new versions of raspbian on Pi4, also Stretch version on Pi3.
      Config > address: “0.0.0.0”,
      When changing to “localhost” or “127.0.0.1” you get the “NotFoundError: Requested device not found”
      2022-02-03 14_14_42.png

      Anyone ideas?

      I also noticed that in the new Buster the raspi-config camera has changed from camera to legacy camera. Could this have something to do with it?
      2022-02-02 15_31_17.png
      2022-02-02 15_33_07.png

      posted in Troubleshooting
      D
      debaetstony
    • RE: MMM-CalendarExt2

      How can you make the empty spaces smaller?
      I have an overlap between ‘today’ view and ‘month’ view.
      Make both narrower in ‘today’ and ‘month’ view
      2021-08-08 17_09_12.png

      posted in Utilities
      D
      debaetstony
    • RE: MMM-CalendarExt2

      @sdetweil @SARCux
      changed to

      slotTitleFormat: {
      	sameDay: "[Vandaag]",
      	nextDay: "[Morgen]",
      	nextWeek: "[Overmorgen]",
      	},
      slotSubTitleFormat: " ", // (default value is "ddd")
      

      and give me this
      2021-08-08 16_46_56.png
      (slotSubTitleFormat empty because changing date format does not work)

      posted in Utilities
      D
      debaetstony
    • RE: MMM-CalendarExt2

      Apparently I’m still using MMM-CalendarExt (which is archived) on my old configured MM, so I wanted to update it.
      After a while with MMM-CalendarExt2 I still have an issue.

      I don’t get the ‘Today’ and ‘Tomorrow’ in Dutch, also keep giving the date ‘month day’ instead of day/month.

      Additional question;
      I know that with following you hide the week numbers

      .CX2 .weeksmark {
         display: none;
      }
      
      • But how can you remove the block so that the empty space disappears.
      • Also how do you get less space between the ‘Today / Tomorrow / next days’
      • Is it possible to see the entire appointment in ‘month’ view, even on multiple lines?
        alt text
      posted in Utilities
      D
      debaetstony
    • No autostart after booting

      I wanted to test a new module, so installed a new MagicMirror. After restarting it did nothing. Autostart did not work.
      Not on 2019-04-08-raspbian-stretch or 2019-09-26-raspbian-buster

      This is what I am doing now to get autostart working again.

      After restart give the following commands:

      pm2 unstartup systemd
      pm2 stop
      pm2 kill
      pm2 startup
      sudo env PATH=$PATH:/usr/bin /usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi
      pm2 start  MagicMirror/installers/pm2_MagicMirror.json
      pm2 save
      

      Works for me.

      posted in Troubleshooting
      D
      debaetstony
    • 1 / 1