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: Search module for livecam / stream

      @KamiSchami I think you have made a small config failler.

      But I sa a later post that i’t was up and running.
      Picture please.

      posted in Requests
      JerryPJ
      JerryP
    • RE: My mirror

      @George
      Ken you tell me whits module this is pleas. The rainfall

      Schermafbeelding 2021-01-06 om 16.12.23.png

      posted in Show your Mirror
      JerryPJ
      JerryP
    • RE: after MM-Update to 2.14.0 the MMM-PIR-Sensor module not working...

      @MadScientist that’s the spirit

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

      @KamiSchami
      Yes you must first install the module.
      https://github.com/shbatm/MMM-RTSPStream
      pleas follow the wiki.

      and the line 950 is wrong.
      you must end whit
      } ] at line 950

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

      @KamiSchami
      I just have test i’t whit the MMM-RTSPstream and u use the stream off
      https://www.ostseebad-binz.de/service/webcams/?no_cache=1.

      And i’t works fine.

      		{
      		module: "MMM-RTSPStream",
      		disabled: false, //false, true
      		position: "middle",
      		config: {
      			autoStart: true,
      			rotateStreams: false,
      			rotateStreamTimeout: 20,
      			moduleWidth: 468,
      			moduleHeight: 320,
      			localPlayer: "omxplayer",
      			remotePlayer: 'none',
      			showSnapWhenPaused: false,
      			remoteSnaps: false,
      			  stream1: {
      			  name: 'Ostseebad',
      			  url: 'https://cam01.binz-kabel.de/cam1.m3u8',
      			  protocol: "tcp",
      			  frameRate: 25,
      			  muted: true,
      			}},
      

      Your Welkom :) :)

      posted in Requests
      JerryPJ
      JerryP
    • RE: Mercedes EV-car me.connet

      @ashishtank Nice job.
      But the Vin-number is not from a valid MB car. so I think the data is random and only for developer use or testing material.

      I’m not a programmer so I’m hoping so badly that there is someone who wil and can fix this.

      posted in Requests
      JerryPJ
      JerryP
    • Mercedes EV-car me.connet

      Anyone interested in making a module for Mercedes me.connect? I’ve been looking around, trying to find any pre-existing modules without luck. It would be nice to be able to check the battery status, and available distance for the car. Refreshing the info either by timer every xxx minutes, or manually. If possible also status of the heater/fan (active/inactive) and ability to start the heater.

      What I have found is an api that maybe could be used; https://forum.magicmirror.builders/topic/1011/order-closed-two-way-mirror-order-in-germany/540?page=54
      and
      https://developer.mercedes-benz.com/?retry=11

      Anyone interested? I’m from Holland.

      posted in Requests
      JerryPJ
      JerryP
    • MMM-RTSPStream Full screen 4 cam's

      Hello,
      I want a second page on my mirror, and place there the 4 images of the secureti cam’s of the House.

      sec.png

      Someting like this.

      I only get 2 screens under each other.

      	{
      			module: "MMM-RTSPStream",
      			position: "middle",  //"top", "middle", "bottom" 
      			config: {
      				autoStart: true,
      				rotateStreams: false,
      				rotateStreamTimeout: 20,
      				moduleWidth: 568,
      				moduleHeight: 320,
      				localPlayer: "omxplayer",
      				remotePlayer: 'none',
      				showSnapWhenPaused: false,
      				remoteSnaps: false,
      				  stream1: {
      					name: 'Garage Botter Acker',
      					url: 'rtsp://user:pass@ipadress:poort/cam/realmonitor?channel=1&subtype=1',
      					protocol: "tcp",
      					frameRate: 25,  
      					muted: true,
      				},
      				  stream2: {
      					name: 'Steeg Garage',
      					url: 'rtsp://user:pass@ipadress:poort/cam/realmonitor?channel=2&subtype=1',
      					protocol: "tcp",
      					frameRate: 25, 
      					muted: true,
      				},
      	}},
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: MMM-RTSPStream

      @CyruS1337 said in MMM-RTSPStream:

      Thats the way I have don’t

      {
          module: "MMM-RTSPStream",
          position: "top_left",
          config: {
              autoStart: true,
              rotateStreams: true,
              rotateStreamTimeout: 10,
              moduleWidth: 354,
              moduleHeight: 240,
              localPlayer: 'omxplayer',
              remotePlayer: 'none',
              showSnapWhenPaused: true,
              remoteSnaps: true,
              stream1: {
                  name: 'Wald',
                  url: 'rtsp://IPCAM/42z4585742524dud1h',
                  frameRate: 'undefined',
                  snapshotType: 'url',
                  snapshotRefresh: 10,
                  width: undefined,
                  height: undefined,
                  },
              stream2: {
                          name: 'Einfahrt',
                          url: 'rtsp://IPCAM/F5478u56hngdyzEYHt',
                          frameRate: 'undefined',
                          snapshotType: 'url',
                          snapshotRefresh: 10,
              	    width: undefined,
                          height: undefined,
                          },
      }},
      posted in Troubleshooting
      JerryPJ
      JerryP
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 16 / 17