@sdetweil Yes it helped in resolving the issue. I still need to understand what troubleshooting actually helped.
Read the statement by Michael Teeuw here.
Latest posts made by Laca44
-
RE: Module error after updating - MMM-Pir: Pir Error detected: EINVAL: invalid argument, write
-
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! -
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 - Pin11Configuration:
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! -
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! :)
-
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!