Hello, I have a Nest camera that I would like to stream to my Magic Mirror, but have been struggling to find a module that will allow this. I do not with to share the stream publically. Any suggestions?
Read the statement by Michael Teeuw here.
Posts
-
Nest Camera
-
MMM-ChameleonWeather extra images
How were the chameleon images created? Is it possible to change the colors of the images found under the “frog” folder?
-
RE: MMM-ChameleonWeather shows wrong temp
That fixed the issue Chris after an upgrade. Thanks for the help!
-
MMM-ChameleonWeather shows wrong temp
When I run MMM-ChameleonWeather with imperial as my choice of temperature, the display adds a 1 to the temp. So instead of showing 83 degrees outside, it displays 183. It works fine when set to celcius. Any ideas?
-
RE: MMM-temp-ds18b20 disable second sensor
Thanks Sam, I had already changed “headers” field to ‘inside’, and I like it’s size and placement. I had removed the field “label” under the sensor field hoping to remove it from the config. Now I have re-added the label field, but left it blank. Now the config.js looks like this;
sensors:[
{
id: “28-xxxxxxxxxxxx”,
label: “”
},Now, it just displays an extra line above the temp reading. Is there a way to, let’s say, zero out or cancel that field altogether? Is there perhaps a word I could type in between the quotes like Null or Void?
Here is a screen grab from my mirror;
Thanks again,
Brian -
RE: MMM-temp-ds18b20 disable second sensor
Thanks Sam, that did remove the second sensor, but there is still undefined section above the temp to get rid of, as shown in the attachment. Any suggestions on that?
-
MMM-temp-ds18b20 disable second sensor
I am using MMM-temp-ds18b20, but would like to disable the second sensor. I am also trying to get rid of any headers, so only the temperature from the ds18b20 is showing. I’ve looked around the Developers window, hoping to find a way to hide everything but the one temp, and couldn’t find anything there. I’ve adjusted the config.js entry to show this;
{ module: 'MMM-temp-ds18b20', position: 'top_right', config: { refreshInterval: 10, // in seconds displayMode: 'x-stack', sensors:[ { id: "28-021502d77aff", }, { } ] } },
Any suggestions?
Thanks,
Brian -
RE: DS18b20 issues
I used a work through from Sam called “module not found error loading module in MagicMirror” dated Oct. 22/ 2021
-
RE: DS18b20 issues
OK, got MMM-temp-ds18b20 working, now I just have to figure the syntax needed to remove the second sensor.
-
DS18b20 issues
I would like to display the temp from my DS18b20 sensor, but am having issues. I tried the following two modules: MMM-Temperature & MMM-temp-ds18b20. Both have failed on my RPi 5 running latest OS. I fear the read me’s for these modules are outdated. What’s the latest and greatest module to use? Has anyone had recent success in getting readings from this device to display on their MM’s?