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

    Posts

    Recent Best Controversial
    • RE: Further personalization with Face-Reco

      @sdetweil
      ??? WHATEVER… it’s not my account…

      Luckily @macboy is getting the hint :) :)

      posted in General Discussion
      JerryPJ
      JerryP
    • RE: Further personalization with Face-Reco

      @Macboy said in Further personalization with Face-Reco:

      MMM-TweetsByTimelineOrList

      Maybe i’t wise to remove the Ica url and your token licens code.
      so now I can check you agenda.

      posted in General Discussion
      JerryPJ
      JerryP
    • RE: First time install

      in the terminal .
      cd …
      cd …
      git clone https://github.com/MichMich/MagicMirror
      cd MagicMirror/
      npm install

      is that going oke???

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: weatherforecast for italy

      @blasco612
      please ad de config.js

      posted in System
      JerryPJ
      JerryP
    • RE: Search module for livecam / stream

      @KamiSchami this part I meen

      			  stream1: {
      			  name: 'Ostseebad',
      			  url: 'https://cam01.binz-kabel.de/cam1.m3u8',
      			  protocol: "tcp",
      			  frameRate: 25,
      			  muted: true,
                                hwAccel: true,
                                width: 450,
                                height: 300,
      
      posted in Requests
      JerryPJ
      JerryP
    • RE: Search module for livecam / stream

      @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,
      			},
      
      posted in Requests
      JerryPJ
      JerryP
    • RE: Search module for livecam / stream

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

      posted in Requests
      JerryPJ
      JerryP
    • RE: Search module for livecam / stream

      @KamiSchami
      can you pleas ad your config file.

      posted in Requests
      JerryPJ
      JerryP
    • RE: Search module for livecam / stream

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

      ******
      * custom.css
      *******
      .MMM-RTSPStream .innerWrapper {
          border-style: none;
      }
      
      posted in Requests
      JerryPJ
      JerryP
    • RE: Search module for livecam / stream

      @KamiSchami
      And if you put in the config

      	URL"http://"bla bla bla
              width: 590,
      	height: 332
      
      posted in Requests
      JerryPJ
      JerryP
    • 1 / 1