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

    Posts

    Recent Best Controversial
    • RE: MMM-SleepWake not working

      is there an install tutorial for motion so i can use it with this module?

      posted in Troubleshooting
      C
      costascontis
    • RE: iFrame module ip camera

      thnx guys for ur answers, i managed to view my cam with MMM-iFrame,My problem is that the frame is too big.My cam is 640x480 and i want a smaller iframe for example 320x280.If i change the iFrame to that heigth and width i loose the half of my ip cam view.Is there a way to make all the frame smaller without decreasing the actual camera’s resolution?

      posted in Troubleshooting
      C
      costascontis
    • RE: Updating 6db61b4..de57daa

      i also get an error from git pull:

      pi@magicmirror:~/MagicMirror $ sudo git pull && npm install
      Updating 6db61b4..de57daa
      error: Your local changes to the following files would be overwritten by merge:
      	package-lock.json
      	vendor/package-lock.json
      Please commit your changes or stash them before you merge.
      Aborting
      
      

      and i dont know what to do…

      posted in Troubleshooting
      C
      costascontis
    • iFrame module ip camera

      Trying to use MMM-iFrame-Ping module to show the videostream from my out door ip camera.
      i add to my config.js :

      module: 'MMM-iFrame-Ping',
      		position: 'middle_center',	// This can be any of the regions.
      		config: {
      			// See 'Configuration options' for more information.
      			url: "http://admin:xxxxxxxxx@ipcamera_address:port/videostream.cgi",
      			autoRefresh: false, //set to false for video
      			scrolling: "no", 
      			}
      	},
      

      and i always get “NOK PING” and no video.
      What am i doing wrong?I tryied an alternative ip format that it is working fine to my openhab/habpanel frame widget :

      http://ipcamera_address:port/videostream.cgi?user=admin&pwd=xxxxxxx
      

      but no luck also…using both urls at chrome or vlc i get videostream.

      posted in Troubleshooting
      C
      costascontis
    • 1 / 1