@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.
@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.
@George
Ken you tell me whits module this is pleas. The rainfall
@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
@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 :) :)
@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.
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.
Hello,
I want a second page on my mirror, and place there the 4 images of the secureti cam’s of the House.
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,
},
}},
@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,
},
}},