MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Search module for livecam / stream

    Scheduled Pinned Locked Moved Requests
    28 Posts 4 Posters 3.1k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • KamiSchamiK Offline
      KamiSchami
      last edited by

      works. Still have to adjust the size a bit. Unfortunately it currently fades my buttons. Any other tip for formatting the css for me?

      20210106_165910 (1).jpg

      Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

      JerryPJ 2 Replies Last reply Reply Quote 0
      • JerryPJ Offline
        JerryP @KamiSchami
        last edited by

        @KamiSchami
        And if you put in the config

        	URL"http://"bla bla bla
                width: 590,
        	height: 332
        
        JerryPJ 1 Reply Last reply Reply Quote 0
        • JerryPJ Offline
          JerryP @KamiSchami
          last edited by

          @KamiSchami
          When you put this in the CSS the white outline (Box) is going to none

          ******
          * custom.css
          *******
          .MMM-RTSPStream .innerWrapper {
              border-style: none;
          }
          
          1 Reply Last reply Reply Quote 0
          • KamiSchamiK Offline
            KamiSchami
            last edited by

            Ok great 🍻

            Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

            1 Reply Last reply Reply Quote 0
            • KamiSchamiK Offline
              KamiSchami
              last edited by

              ok, the edge is gone, but i can’t get the cam behind my button 🙈

              IMG_20210106_194220.jpg

              Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

              JerryPJ 1 Reply Last reply Reply Quote 0
              • JerryPJ Offline
                JerryP @KamiSchami
                last edited by

                @KamiSchami
                can you pleas ad your config file.

                1 Reply Last reply Reply Quote 0
                • KamiSchamiK Offline
                  KamiSchami
                  last edited by

                  All? It’s long 🤣

                  Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

                  JerryPJ 1 Reply Last reply Reply Quote 0
                  • JerryPJ Offline
                    JerryP @KamiSchami
                    last edited by

                    @KamiSchami only the part of the
                    module: ‘MMM-RTSPStream’

                    1 Reply Last reply Reply Quote 0
                    • KamiSchamiK Offline
                      KamiSchami
                      last edited by

                      Screenshot_20210106-215950_Cx File Explorer.jpg

                      Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

                      JerryPJ 1 Reply Last reply Reply Quote 0
                      • JerryPJ Offline
                        JerryP @KamiSchami
                        last edited by

                        @KamiSchami You can use this.

                        {
                        		module: "MMM-RTSPStream",
                        		disabled: false, //false, true
                        		position: "middle", 
                        		config: {
                        			autoStart: true,
                        			rotateStreams: false,
                        			rotateStreamTimeout: 20,
                        			moduleWidth: 468,
                        			moduleHeight: 320,
                        			localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc"
                        			remotePlayer: 'none',
                        			showSnapWhenPaused: false,
                        			remoteSnaps: false,
                        			  stream1: {
                        			  name: 'Ostseebad',
                        			  url: 'https://cam01.binz-kabel.de/cam1.m3u8',
                        			  protocol: "tcp",
                        			  frameRate: 25,
                        			  muted: true,
                                                  hwAccel: true,
                                                  width: 450,
                                                  height: 300,
                        			},
                        
                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy