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: I can't get mmm-screencast to work

      @fribse So now whit the new line of code i’t a live.
      Lets stream YouTube.
      I use the module for the kids to see school movies. Home school. hahaha

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: I can't get mmm-screencast to work

      @fribse layout.png

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: I can't get mmm-screencast to work

      @fribse

      position: 'bottomCenter",
      

      This one is not in use.

      try this one

      position 'bottom_center'
      
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: I can't get mmm-screencast to work

      @jste84

      See her is my config

      {
      		module: 'MMM-Screencast',
      		position: 'bottom_right', 
      		config: {
      			position: 'center', 
      			castName: 'Spiegeltje',
      			height: 300,
      			width: 500,
      		}},
      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: I can't get mmm-screencast to work

      @jste84 Please use the code input</> button
      and copy past your code
      what I now see is u missing de cast name

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: I can't get mmm-screencast to work

      @jste84
      Can you post our config file.

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

      @drx1984
      Goodmorning,
      I think the module is not install correctly
      have you follow the instructions https://github.com/shbatm/MMM-RTSPStream

      You can also
      go into terminal.
      cd ~/MagicMirror/modules/MMM-RTSPStream
      git pull
      npm install

      If that i’s not working I can only suggest that you delete your current installation of the module and re-install it.

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

      @drx1984
      This one is working fine.
      De URL was wrong.

      {
      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: 'test-BUNNY',
      	url: 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov',
      			  protocol: "tcp",
      			  frameRate: 25, 
      			  muted: true,
                                hwAccel: true,
                                width:  450,
                                height: 300,
      }
      }},
      
      posted in Requests
      JerryPJ
      JerryP
    • RE: MagicMirror by Luc3as

      nice work

      posted in Show your Mirror
      JerryPJ
      JerryP
    • 1 / 1