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

    Posts

    Recent Best Controversial
    • RE: MMM-Scenes2

      @MMRIZE

      it ran for several hours. now it seems to be blocked again.
      Where can I find front-end log ?

      posted in Troubleshooting
      R
      ric
    • RE: MMM-Scenes2

      I have sent it

      posted in Troubleshooting
      R
      ric
    • MMM-Scenes2

      Hi
      I’m currently building my first mirror and experimenting with third-party modules.
      For example MMM-Scenes2. I don’t know if the behaviour is correct. The scenes change as desired. After a certain time, the loop stops at the first scene. I want the cycle to be endless.
      Is this behaviour intended? Do I need to adjust my configuration? Does anyone have any tips?
      My configuration

      {
                              module: "MMM-Scenes2",
                              position: 'bottom_bar', // Position of indicator
                              config: {
                                      activeIndicator: " ^|^s",
                                      inactiveIndicator: " ^|^w",
                                      defaultEnter: {
                                              animation:  "bounceInUp", /* "zoomInUp" */
                                      },
                                      defaultExit: {
                                              animation: "hinge",
                                      },
                                      scenario: [ // `scenario` is REQUIRED
                                              { // First scene definition
                                                      exit: [
                                                              {
                                                                      role: "role_date",
                                                                      animation: "bounceOutDown",
                                                              },
      
                                                              {
                                                                      role: "role_germanclock",
                                                                      animation: "bounceOutDown",
                                                              },
      
                                                      ],
                                                      enter: ["role_alert",
                                                              "role_notification",
                                                              "role_clock",
                                                              "role_calendar",
                                                              "role_weather_current",
                                                              "role_weather_forecast"
                                                      ],
                                              },
                                              { // Second scene definition
                                                      exit: ["role_alert",
                                                              "role_notification",
                                                              "role_clock",
                                                              "role_calendar",
                                                              "role_weather_current",
                                                              "role_weather_forecast"
                                                      ],
                                                      enter: [
                                                              {
                                                                      role: "role_date",
                                                                      animation: "zoomInUp",
                                                              },
      
                                                              {
                                                                      role: "role_germanclock",
                                                                      animation: "zoomInUp",
                                                              },
      
                                                      ],
                                              },
                                      ]
                               }
                      }
      
      posted in Troubleshooting
      R
      ric
    • 1
    • 2
    • 2 / 2