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

    Posts

    Recent Best Controversial
    • Diplaying stream of IPCam results in "error 401: Unauthorized"

      Hey.
      I wrote a small module to display the http preview of one of my IP cameras. The module simply creates an <img> tag and uses the URL of the camera as src:
      <img src="http://{user}:{password}@192.168.1.125/Streaming/channels/1/httpPreview" />.

      The URL works fine if I enter it in my browser or in a new Chromium window on the raspberry running SmartMirror. Unfortunately it does not work inside the mirror itself :/

      There is only 1 error in the developer console: “Failed to load resource: the server responded with a status of 401 (Unauthorized)”.

      Any hints or tipps why the URL cannot be viewed within the mirror window?

      – edit –
      If I enter the URL of the mirror in the browser of my computer, the stream works without any problems.

      posted in Troubleshooting
      S
      stBorchert
    • 1 / 1