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

    thephantom_nl

    @thephantom_nl

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

    thephantom_nl Unfollow Follow

    Latest posts made by thephantom_nl

    • MMM-IPCam format

      Hi,

      I use MMM-IPCam for display for displaying livefeed from my camera but sometimes when de pi boots the windows of the cam is to big. i think 800 pixels witdh. Is there something wrong with my code. ps it has not always this problem.

                  {
                      module: "MMM-RTSPStream",
                      position: "bottom_right",
                      config: {
                          autoStart: true,
                          rotateStreams: true,
                          rotateStreamTimeout: 10,
                          moduleWidth: 450,
                          moduleHeight: 230,
                          localPlayer: 'vlc',
                          remotePlayer: 'none',
                          showSnapWhenPaused: true,
                          remoteSnaps: false,
                          shutdownDelay: 12,
                              stream1: {
                              name: 'Carport',
                              url: 'rtsp://19##########AC4',
                              frameRate: 'undefined',
                              snapshotType: 'url',
                              snapshotRefresh: 10,
                              width: 450,
                              height: undefined,
                              },
                          }
                  },
      
      posted in Troubleshooting
      T
      thephantom_nl