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

    Hinge

    @Hinge

    1
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Hinge Unfollow Follow

    Best posts made by Hinge

    • RE: MMM-PublicTransportHafas does not update departure times after startup

      @KristjanESPERANTO

      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.

      posted in Troubleshooting
      H
      Hinge

    Latest posts made by Hinge

    • Calendar shows incorrect time for a single changed event in a series

      Hi,

      we use a Google calendar for the MM². My wife and I use this calendar on our cell phones and on the standard calendar at MM².
      I changed a single event in a series from 4:30 p.m. to 4:00 p.m. My wife sees it correctly. It appears correctly online on Google. But the MM² made it 5 p.m.
      The series of appointments was created in summer, when summer time was in force in Germany. All other dates in the series are displayed correctly (4:30 p.m.) regardless of summer or winter time. The appointments on Google have Berlin stored as the time zone.

      Is there something I need to change in the config or is this a previously unknown problem?

      THX a lot!!!

      posted in Troubleshooting
      H
      Hinge
    • RE: MMM-PublicTransportHafas does not update departure times after startup

      @KristjanESPERANTO

      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.

      posted in Troubleshooting
      H
      Hinge
    • RE: MMM-PublicTransportHafas does not update departure times after startup

      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

      posted in Troubleshooting
      H
      Hinge
    • MMM-PublicTransportHafas does not update departure times after startup

      Hi,

      i have installed the latest MM² software on a Raspberry Pi3. Default runs everything fine (weather, calendar and so on).

      Now i tried the 3rd-Party Module MMM-PublicTransportHafas (https://github.com/raywo/MMM-PublicTransportHafas).

      If i start the MM² (pm2 restart MagicMirror) the latest informations about the departures are shown. But then nothing more happens. If i start the MM² at 12 o’clock, the departes stay for example at 12:08. And stay and stay. In the ‘config.js’ of the MM² i configered the updatesEvery on 180 (seconds).

      The Weathermodule and the calendar-module are fine and always up to date.

      Is there something if forgot?

      Thanks,
      Hinge

      posted in Troubleshooting
      H
      Hinge