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 145
    • Groups 0

    Posts

    Recent Best Controversial
    • 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
    • RE: Custom resolution

      From the official Raspberry site:
      Video mode

      Custom mode
      
      If your monitor requires a mode that is not in one of the tables above, then it's possible to define a custom CVT mode for it instead:
      
      ***please note, need to ad a blank space before the bracket, in order to display it here correctly***
      hdmi_cvt=< width> < height> < framerate> < aspect> < margins> < interlace> < rb>
      
      Value 	Default 	Description
      width 	(required) 	width in pixels
      height 	(required) 	height in pixels
      framerate 	(required) 	framerate in Hz
      aspect 	3 	aspect ratio 1=4:3, 2=14:9, 3=16:9, 4=5:4, 5=16:10, 6=15:9
      margins 	0 	0=margins disabled, 1=margins enabled
      interlace 	0 	0=progressive, 1=interlaced
      rb 	0 	0=normal, 1=reduced blanking
      
      Fields at the end can be omitted to use the default values.
      
      Note that this simply creates the mode (group 2 mode 87). In order to make the Pi use this by default, you must add some additional settings. For example, the following selects an 800 × 480 resolution and enables audio drive:
      
      hdmi_cvt=800 480 60 6
      hdmi_group=2
      hdmi_mode=87
      hdmi_drive=2
      
      This may not work if your monitor does not support standard CVT timings.
      
      posted in Troubleshooting
      B
      barnosch
    • 1 / 1