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

    Laca44

    @Laca44

    0
    Reputation
    510
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Laca44 Unfollow Follow

    Latest posts made by Laca44

    • RE: Module error after updating - MMM-Pir: Pir Error detected: EINVAL: invalid argument, write

      @sdetweil Yes it helped in resolving the issue. I still need to understand what troubleshooting actually helped.

      posted in Troubleshooting
      L
      Laca44
    • RE: Module error after updating - MMM-Pir: Pir Error detected: EINVAL: invalid argument, write

      @sdetweil said in Module error after updating - MMM-Pir: Pir Error detected: EINVAL: invalid argument, write:

      python pir sensor test
      I’m a newbie and this helped a lot! Thank you!

      posted in Troubleshooting
      L
      Laca44
    • RE: Module error after updating - MMM-Pir: Pir Error detected: EINVAL: invalid argument, write

      Hi everyone,

      I just can’t get it to work guys. Please help.

      GPIO setup:
      VIN - Pin2
      OUT - Pin6
      GND - Pin11

      Configuration:
      module: ‘MMM-Pir’,
      position: ‘top_left’,
      config: {
      debug: false,
      delay: 1 * 30 * 1000,
      mode: 1,
      displayCounter: true,
      displayBar: true,
      displayStyle: “SemiCircle”,
      displayLastPresence: true,
      lastPresenceTimeFormat: “LL H:mm”,
      xrandrForceRotation: “normal”,
      wrandrForceRotation: “normal”,
      touchMode: 2,
      pir_gpio: 17,
      pir_mode: 1,

      I have been playing around with all variations and have tested 3 sensors. Not sure what I’m missing.
      Thank you for your support!

      posted in Troubleshooting
      L
      Laca44
    • RE: Default calender module - two calenders in one module

      Sorry everyone. It was my mistake. The other calendar had its first element to far in the future to show it. Thanks for the assistance! :)

      posted in Troubleshooting
      L
      Laca44
    • RE: Default calender module - two calenders in one module

      @kckndrgn I tried the same and only the first (my personal calendar) is showing. Here is my text:

      config: {
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://calendar.google.com/calendar/ical/........./basic.ics'
      					},
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://calendar.google.com/calendar/ical/en.hungarian%23holiday%40group.v.calendar.google.com/public.basic.ics'
      					},
      				],
      

      Thanks in advance!
      Laszlo


      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Troubleshooting
      L
      Laca44