why set to 1100?
Guess it’s a FullHD screen and should set to 1280. Otherwise it’s for sure not sharp or blurry because the aspect ratio is not correct.
I would give it a try and then set the overscan, if needed, correctly.
Read the statement by Michael Teeuw here.
Posts
-
RE: Positions of modules
-
RE: MMM-forecast-io -- Localized up to the minute weather
seems not the correct place.
Even if comment out both lines with “height” it makes no difference… -
RE: MMM-forecast-io -- Localized up to the minute weather
guess i found it in the
renderPrecipitationGraph: function ()and
renderSVGPrecipitationGraph: function ()both heights are calculated there.
var width = this.config.precipitationGraphWidth; var height = Math.round(width * 0.3); // 120 by defaultPlayed around with the setting, but it did not change anything. Don’t get it currently… mabye you have an idea?
-
RE: MMM-forecast-io -- Localized up to the minute weather
@rak
Nice work. i just installed it and adjusted for fitting my mirror.Is it possible to shrink the height from the graph?
or is it calculated from the width (400px) to keep its aspect ratio? -
RE: MMM-PIR-Sensor interferes with MMM-RTSPStream
maybe use another PIR activation, not as a mirror module.
I use this scripts from @cowboysdude
https://github.com/cowboysdude/Pir-Sensor -
RE: MMM-RTSPStream issues
additionally you could install the whole stuff on your laptop.
Packages are available for Windows aswell.
Then start in serveronly mode and just open the browser pointing to the mm installed on the Laptop.
In this case you can edit the stuff with an normal editor which is way more comfortable and just need to hit F5 (reload) in the browser to see changes, without restart the whole thing.
Very good for testing purposes. -
RE: MMM-RTSPStream issues
just for the records. You can not see the overlay (stream) if you check your changes via VNC.
You have to sit in front of the mirror to check if it appears.Maybe you should highlight the module developer , he has a huge knowledge of all the stuff.
-
RE: MMM-NOAA - Another Weather Module
Same for me.
I will stay with V1, since the new one is too fancy (and way to big) for me.
Hope it will not getting corrupted by any changes with the new versions. -
RE: MMM-RTSPStream issues
@johnny_swindle said in MMM-RTSPStream issues:
This camera is wireless…talking to a wirless rPi 3 if that is any help resolving the issue I am seeing.
This one i do not clearly understand.
I guess it is a normal Wlan IP cam and the Rpi3 is your MagicMirror host?
So it is a common combination (like mine)Have you tried to open up the URL in VLC if it plays correctly?
rtsp://Administrator:!Password@192.168.0.31:88/videoMainMaybe play around with it. Try different things, delete this Administrator:!Password@, leave the port blank (:88) and so on.
My config for the stream looks like this:
stream1: { name: 'Door', url: 'rtsp://10.30.10.28', snapshotUrl: '', snapshotRefresh: 10, // Seconds frameRate: "30", port: 9999, }But if i want to access the stream via webpage, i do need to put in credentials. The module does not need them ;)
Have you done a “npm install” within the MMM-RTSPStream folder?
-
RE: MMM-RTSPStream issues
have you added a , after the last closing tag } ?
-
RE: Kamera Modul
for my friend Mr. Mykle i will answer in english :)
I use a common IP cam (always on) which points to the door and let the stream show on the mirror via the
MMM-RTSPStream moduleWorks awsome.
-
RE: Girly Modules ??
yes its named “compliments”, already build in and shows for instance
“you look amazing!”:)
-
RE: MMM-NOAA - Another Weather Module
please do not use this thread for a complete other module and problem
-
RE: Tautulli (PlexPy) now playing module
maybe this is what you are looking for?
https://forum.magicmirror.builders/topic/1467/mmm-plexnowplaying-display-current-song-played-by-plexmediaserver
? -
RE: MM and UBUNTU. Made for each other.
Habe you compared the Laptops Power consumption with the raspberries? ;)
For sure it runs way better, but if you use just normal stuff, it is absolute not necessary imho.
Most of us use the mirror on the wall, without tons of cables (execpt Power) viewable. With a Laptop you have to be more tricky.
But nice to know that it runs easily With Ubuntu :D
-
RE: What are your top3 modules?
I want to push this again, since i recognize there is a lot ongoing currently in the forums.
My updated list
- MMM-NOAA (but the old V1, i don’t like the new one so much)
- MMM-RTSPStream (shows a stream of a network attached camera)
- MMM-Xiaomi (shows humidity, temperature and window- and, light state from the sensors)
What are your current top3 ?
-
RE: MMM-Bose-Soundtouch
Looks nice.
Playing some real classics :)Still searching for a solution for a logitech Media Server. Hopefully your Code can point me to the right direction. Guess the api could be similar. Hopefully
-
RE: Pi-hole API presenter
oh i forgot something…
i also added this one at the pi serverIn file /var/www/html/admin/scripts/pi-hole/php/auth.php add your host in the array of allow hosts: $AUTHORIZED_HOSTNAMES = array( $ipv4, $ipv6, str_replace(array("[","]"), array("",""), $_SERVER["SERVER_NAME"]), "pi.hole", "localhost", "your.hostname.com" ); -
RE: Pi-hole API presenter
got it work.
Check if your clone from git is correct from up an lowercase…
for me it was cloned to
mmm-pihole-stats
instead of
MMM-pihole-stats
also check that in the config style.it only showed something for me, after setting
showSources: false,Maybe it helps someone
changed also some stats to see the more interesting stuff

-
RE: My first mirror with 3d printed parts
19€ for the mirror?
That is really cheaplooks fine.