MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. barnosch
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 146
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Positions of modules

      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.

      posted in Troubleshooting
      B
      barnosch
    • 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…

      posted in Utilities
      B
      barnosch
    • 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 default
      

      Played around with the setting, but it did not change anything. Don’t get it currently… mabye you have an idea?

      posted in Utilities
      B
      barnosch
    • 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?

      posted in Utilities
      B
      barnosch
    • 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

      posted in Troubleshooting
      B
      barnosch
    • 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.

      posted in Troubleshooting
      B
      barnosch
    • 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.

      posted in Troubleshooting
      B
      barnosch
    • 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.

      posted in System
      B
      barnosch
    • 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/videoMain
      

      Maybe 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?

      posted in Troubleshooting
      B
      barnosch
    • RE: MMM-RTSPStream issues

      have you added a , after the last closing tag } ?

      posted in Troubleshooting
      B
      barnosch
    • 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 module

      Works awsome.

      posted in Requests
      B
      barnosch
    • RE: Girly Modules ??

      yes its named “compliments”, already build in and shows for instance
      “you look amazing!”

      :)

      posted in Requests
      B
      barnosch
    • RE: MMM-NOAA - Another Weather Module

      please do not use this thread for a complete other module and problem

      posted in System
      B
      barnosch
    • 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
      ?

      posted in Requests
      B
      barnosch
    • 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

      posted in General Discussion
      B
      barnosch
    • 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

      1. MMM-NOAA (but the old V1, i don’t like the new one so much)
      2. MMM-RTSPStream (shows a stream of a network attached camera)
      3. MMM-Xiaomi (shows humidity, temperature and window- and, light state from the sensors)

      What are your current top3 ?

      posted in General Discussion
      B
      barnosch
    • 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

      posted in Entertainment
      B
      barnosch
    • RE: Pi-hole API presenter

      oh i forgot something…
      i also added this one at the pi server

      In 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" );
      
      posted in Requests
      B
      barnosch
    • 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
      0_1521843413987_6c29a650-1799-486e-98fa-b0b8434e6e8e-grafik.png

      posted in Requests
      B
      barnosch
    • RE: My first mirror with 3d printed parts

      19€ for the mirror?
      That is really cheap

      looks fine.

      posted in Show your Mirror
      B
      barnosch
    • 1 / 1