A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-PublicTransportHafas does not update departure times after startup
-
@Hinge maybe the module has a bug?
-
@Hinge for me it runs perfect.
-
i use this https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas . The Module works fine and stable
-
My Error :man_facepalming:
At the end of the description of the hafas-modul stands:
- The update will also be stopped by the use of a PIR sensor using the module MMM-PIR-Sensor (that sends the notification ‘USER_PRESENCE’).
After comment the part of the MMM-Pir in the config.js file out, everything is fine.
THX
-
@Hinge Can you please describe in more detail what you commented out?
-
the entire MMM-Pir modul.
Like
/* { module: 'MMM-Pir', position: 'bottom_left', config: { debug: false, delay: 1 * 30 * 1000, turnOffDisplay: true, mode: 1, ecoMode: true, displayCounter: true, displayBar: true, displayStyle: "Text", displayLastPresence: true, lastPresenceTimeFormat: "LL H:mm", mode6_gpio: 20, mode6_clearGpioValue: true, pir_gpio: 21, pir_reverseValue: false } }, */
The display runs now 24/7, but i got my departures ;-)
I will take a look at the problem with “user_presence” later.