holy crap. Very impressive!
May i ask, how expensive the glas was in that size?
Read the statement by Michael Teeuw here.
Posts
-
RE: 55" Bedroom Mirror
-
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. -
Logitech Media Server (Squeezebox) - Multiroom Wlan Speaker System
Re: logitech media server (Squeezebox)
hi all,
i want to highlight this again.I am not able to create a module because i suck in programming, therefore i request it ;)
I only can do a little HTML, and basic PHP.
With JavaScript from MM i really can’t do anything with that.I am building currently a Multiroom Wlan Speaker System with Raspberrys and Hifiberry soundcards
(like the very expensive Sonos or Raumfeld systems)The audio streams can play in each room another song or can be syncronized to all play the same.
Very impressive system.
The main server which handles all the stuff is the good old Logitech Squeeze Server which is now open source and runs
( in this case) on one of the Raspis.I would like to have a little module which shows
which song is currentyl playing on which speaker/room.Since there are already some node modules available (please see examples in the old thread), i guess it should not so complicated anymore to build a small MMM- package of it.
I just want to see on the Mirror whats currently playing and nothing more (control not yet necessary)
Anyone can help me with that?