Does this require the camera to be shared publicly?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Nest-Camera: Display Live Nest Cameras in Magic Mirror
-
RE: Touch Switch - Wakes From and Puts To Sleep
What switch are you planning on using?
-
RE: Can't view MM on LG TV WebOS browser - others fine
Any additional thoughts here? I am around if there is something that I can test.
-
RE: Can't view MM on LG TV WebOS browser - others fine
The only thing I could find is the ability to change the encoding which doesn’t seem to be the problem.
-
RE: Can't view MM on LG TV WebOS browser - others fine
This is the docker that works: https://github.com/nwootton/unRAID-Magic-Mirror-Docker
Looks like it’s based off this: https://github.com/bastilimbach/docker-MagicMirror
-
RE: Can't view MM on LG TV WebOS browser - others fine
@jbishop129 said in Can’t view MM on LG TV WebOS browser - others fine:
I think what @potts-mike is implying is he got it to work with the prebuilt docker package, but not the newer version. If that’s correct, could you share your build version on the older docker image? Maybe we have an issue in the newer version preventing some browsers from working.
This is correct, the docker version works but is approx. 2000 commits behind the current version. I’ll grab some information about the Docker when I get a chance.
-
RE: Can't view MM on LG TV WebOS browser - others fine
@bhepler said in Can’t view MM on LG TV WebOS browser - others fine:
My initial thought is that the WebOS browser that is included in your TV is probably locked down to within an inch of its life. It may not have Javascript enabled, which is used by the MM framework to load the modules. Possibly. Maybe. I’d have to do some research.
Intriguing idea though.
Could that be the case if an older version (docker) works?
-
RE: Can't view MM on LG TV WebOS browser - others fine
I am trying to do this as well on a WebOS LED. What I have found is that the Docker server works fine but when connecting to a RPI as a server I see what your seeing. The docker server is out of date so something they have changed between the two versions broke it.
Please post back if you find a solution as this with pip would be perfect for mornings.
-
RE: Trouble with Wunderlist and/or Todoist - who can help?
Maybe I can get a little help here.
The Todoist header is showing on my mirror but there are not any events. I made a test project with one event scheduled for tomorrow. The url is https://todoist.com/app?lang=en#project%2F2183902244 meaning that the project should be 2183902244. Meaning that the below code should be correct
maximumEntries: 60, updateInterval: 90000, projects: [ 2183902244 ], fade: true, orderBy: "todoist"For the access token I am using the test token from the developer page on todoist. Should there be spaces between the quotations, brackets and token?