Very nice module.
But sadly your source doesn’t deliver in german aswell :(
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Random Fact
-
RE: MMM-xiaomi - Temperature and Humidity from your smarthome
I have now also the Yeelight Bulbs (Color) but i guess its not working to show the status in the mirror?
or has @Albert2002 managed to get it working?
I also only get a short id beginning with 56 or something wit the miio tool.
I needed to install the Yeelight App in order to get the stuff discovered by the Amazon Echo . With the Mi Home app it was working to stear them, but not recognized in the Amazon App (took me a while to figure that out) -
RE: Mirror Mounting Concerns / Ideas
I bought the thinest vesa holder and screwed it directly to the 19" Mirror. Since the Monitor is the thickest Part, that fitter well in my case
-
RE: Heat Problem
again. check the Pi.
I am pretty sure, that its not getting to hot, because of undervoltage of the powersupply.I guess there is a stuck service or something, which causes the pi to work on its limit.
Disable VNC if not used, disable Bluetooth if not used, and so on. Delete unneccesary stuff like Wolfram, python games…and so on.
(google for cleaning up the pi)i had something happening like this, after installing some additional stuff on the mirror-pi. and it was not erased clearly after removing. Same issue. After research and manually erasing the services and files, all was good again.
-
RE: Heat Problem
is it the power supply which is very hot, or is it the Pi?
Is it the power supply, replace it like Mykle1 said. Thats way to hot.
If its the pi, install
sudo apt-get install htopand run it in the console with a simple “htop”
you should see now the load of the pi and see which apps maybe take the power of the cpus, which cause the pi to get so hot. Tehn you can take further action. -
RE: Possible sytax error in my config.js file?
Since there isn’t yet so much “customized” stuff in there, i would suggest, you start again with the dummy file provided in the /config folder.
Then add the first module, if this is working then, add the second… and so on.
Otherwise you will go crazy. -
RE: DHT22 problem
you’re welcome.
This is the next topic for you …
https://forum.magicmirror.builders/topic/5084/mmm-xiaomi-temperature-and-humidity-from-your-smarthome
;) -
RE: DHT22 problem
hah, that would have been my next suggestion… take the xiaomi stuff.
You can jsut throw it everywhere in your house, and you don’t need a wired connection.Here in the bottom.
As you can see the humidity from the sensor is not showing correctly. Need to buy another one or … even better take another Xiaomi sensor ;)

Don’t forget, that you need the Xiaomi Gateway in order to get the stuff to work
-
RE: DHT22 problem
hmm. looks not so bad.
It can take some time to read the sensor (~3-5 sec). But i guess you waited longer after the command?My DHT22 looks slightly different, an i had to solder a resistor between two pins.
Maybe yours is ready made.Are you sure that 3.3V are enough? You could try to put your + line to pin 2 or 4 (right next to the ground)
Should look like this;)

-
RE: DHT22 problem
Test the output in a console directly on the pi in a active SSH session.
If it is not working there, the mirror can’t show it, since it does the same.
Fix your wireing and doublecheck the connected pins. Ground correct? Resistor solded well between the correct pins?
Maybe you mixed up data and ground? -
RE: DHT22 problem
so you first installed the sensor and testet the output with
sudo ./dht22 c 22 and sudo ./dht22 h 22Please check if your wiring is correct in the wiringPi numbering.
If your sensor is connected to GPIO 22this should work.Mine does (exept the humidity mostly shows 99.9%, but seems like a sensor issue)
The tutorial you linked is way to complicated in our case. Just do it like it is described in
https://github.com/nebulx29/dht22 -
RE: 55" Bedroom Mirror
holy crap. Very impressive!
May i ask, how expensive the glas was in that size? -
RE: Cutting a two way glass mirror
i “adjusted” my mirror glass aswell.
I had also had a headache doing it. But it worked out.Do it like a regular glass cut.
Scratch it with a glas-cutting- thing and break it immediately, while the cut is “hot”If you are too scared, go to a glas-dealer and ask them to cut it professionally.
-
RE: MMM-NetworkScanner
Is it somehow possible to sort the list of devices not by alphabet?
I would like to have it sorted, like it is set in the config.
(Only macaddresses are working in my case, with a IP in only get offline clients) -
RE: MMM-xiaomi - Temperature and Humidity from your smarthome
@trividar
they are not belonging to the same TD so it is not moving aswell.is it the trending, or what is it good for? i don’t really like it to be honest.
For me it was too close also, i just added some nbsp; to get some spaces between.
thanks for the hints.
i added all the ids and checked in the app, which room is showing the current values and added it to the correct rooms i created in the config. -
RE: MMM-xiaomi - Temperature and Humidity from your smarthome
hi,
finally my gateway arrived today. Great. it is working after a little struggeling to get the correct App to initally configure the stuff.
I added 4 temp/humidity sensors and i am wondering how to see in the miio discovery whick one is in which room?
Any chance to get that ?
I the app itself i sadly can’t see the IDs of the sensors?How did you figured this out?
-
RE: Remove I frame border
should ne something like this in your
/css/custom.css file.MMM-iFrame { //exact name of the module border: none; //or border: 0px; } -
RE: MMM-RTSPStream dosent work in my case
Here is my working config.
{ module: 'MMM-RTSPStream', position: 'bottom_left', config: { autoStart: true, rotateStreams: false, rotateStreamTimeout: 10, showSnapWhenPaused: false, moduleWidth: 352, moduleHeight: 240, moduleOffset: -20, localPlayer: 'omxplayer', //omxplayer oder ffmpeg stream1: { name: 'Door', url: 'rtsp://10.30.10.28', //update with your IP snapshotUrl: '', snapshotRefresh: 10, // Seconds frameRate: "30", port: 9999, } } },i would suggest, you only change the IP adress, without port or the authbasic stuff…
I also have password set, but for some reason, i do not need to pass it to the module.
I played around a little bit, but as soon as i change the port or something… it does not work anymore.
Maybe worth a try.
Otherwise, bring the developer in here… he is very helpful and has for sure another tips you can try. -
RE: MMM-RTSPStream dosent work in my case
have you installed the dependencies from the module?
“npm install” within the MMM-RTSP folderCould it maybe be a issue with your custom made CSS “postition”?
Maybe you should try a ordinary original one for testing -
RE: MMM-RTSPStream dosent work in my case
did you put some spaces between the URL for better reading in the forum, or could this be the issue?
url: "rtsp: //10.0.0.60: 554 / h264 /? ch = 1 & subtype = 1 & authbasic = admin: 123456"Should be look like this imho
url: "rtsp://10.0.0.60:554/h264/?ch=1&subtype=1&authbasic=admin:123456"Have you tried to stream the teststream from the example?
Just to see if everything is set up correctly from module side.