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 170
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-IPCam format

      @volkae yes but a screensaver on een security cam???

      @thephantom_nl I’m using the OMX_player is standard on the raspberry.
      But you must set the decoder in your cam on H.246

      {
      		module: "MMM-RTSPStream",
      		position: "upper_third",  // "middle_center" "upper_third"
      		config: {
      			autoStart: true,
      			rotateStreams: false,
      			rotateStreamTimeout: 20,
      			moduleWidth: 720,
      			moduleHeight: 320,
      			localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc"
      			remotePlayer: 'none',
      			showSnapWhenPaused: false,
      			remoteSnaps: false,
      			  stream1: {
      			  name: 'Garage 1',
      			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=1&subtype=1',
      			  protocol: "tcp",
      			  frameRate: 25,
      			  muted: true,
      			},
      			  stream2: {
      			  name: 'Steeg',
      			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=3&subtype=1',
      			  protocol: "tcp",
      			  frameRate: 25, 
      			  muted: true,
      			},
      			  stream3: {
      			  name: 'Garage  2',
      			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=2&subtype=1',
      			  protocol: "tcp",
      			  frameRate: 25, 
      			  muted: true,
      			},
      			  stream4: {
      			  name: 'MvH',
      			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=4&subtype=1',
      			  protocol: "tcp",
      			  frameRate: 25, 
      			  muted: true,
      			},
      			}},
      

      NL ik denk dat het grootste probleem in je decoder van je camera beelden zit. hier had ik ook erg veel last van. Als je hem dan hardware matig op die H.246 zet dan blijft hij bij mij wel draaien. zelfs 4 beelden tegelijk.

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Volvo on Call

      @mz-ber
      yes it’s working like above whit out api key

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Volvo on Call

      @mz-ber
      Yes but i have put the api key in the config. I dont have try it whitout the key

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Volvo on Call

      @mz-ber
      yes i’f you use the map function. I have add the api and it’s working fine

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Volvo on Call

      @mz-ber
      yes but now you miss the data in the config

      			module: "MMM-VolvoOnCall",
      			disabled: false, //false, true
      			position: "bottom_left",
      			config: {
      			units: "metric", 
      			mapConfig: {
      				apiKey: "",  // Your Google Map API Key
      			display: { // You can control which section will be displayed or not.
      				info: false,
      				position: false,
      				status: true,
      				notice: true,
      				trip: false,
      		}}},
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Volvo on Call

      @mz-ber
      What is your config look like?

      posted in Troubleshooting
      JerryPJ
      JerryP
    • MMM-TracCar update of time/devices

      Hello,

      I just added this module.

      The display of the users works fine, except there’s nowhere to find the update time.

      The location stays in the same position, or the device stays offline when they are online. When I restart the module the position is up to date.
      The config is below

      Greetings Jerry from Holland

      {
      module: 'MMM-TracCar',
      disabled: false, //false, true
      position: 'bottom_center',
      config: {
      url: "http://X.X.X.X:80XX", // Traccar Prive Server 
      username: "XXXX", // 
      pass: "XXXX", // 
      gmapid: "AIzaSBLABLABLA", // Google Apps key
      map_width: "520", // width of the map element
      map_height: "265", // height of the map element
      map_border_radius: "10", // border radius of the map element (optional)
      map_zoom: "15", // zoom level of the map (optional)
      map_shadow_color: "false", // shadow color of the border element (optional)
      }},
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • MMM-BMWConnected (Remake to MercedesME Drive data)

      Goodmorning @HDurdle,

      I have a question about the module MMM-BMWConnected
      We have a Mercedes B250E (Yes I know it’s not a BMW)
      We now use a module that is special made for the MercedesME, but its not working flawless. And now I wonder if maybe it is possible to change the module MMM-BMWConnected (BMW Connected Drive Data) so it can process the mercedes data?

      posted in Transport
      JerryPJ
      JerryP
    • RE: proof of IKEA concept

      @ardenking nice

      posted in Show your Mirror
      JerryPJ
      JerryP
    • RE: MMM-NetworkScanner

      @tak

      cd ~/
      sudo apt-get install arp-scan  
      
      posted in Utilities
      JerryPJ
      JerryP
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 16
    • 17
    • 7 / 17