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

    Posts

    Recent Best Controversial
    • RE: USB Microphone

      2 Stücke Super Mini USB 2.0 Mikrofon MIC Audio Adapter Driver Free MSN für PC Notebook #51957

      https://goo.gl/4HmMkv

      1,30€ apiece

      actually testing the quality and handling

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: raspberry-pi alternatives

      @tajno

      do a cron job to restart your raspi every night!

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: Physical button

      Some old reset buttons from scrapped computer.

      Works well an they are small.

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: Help configuring the Magic Mirror

      That’s your whole config?

      You have to use at first the config.js.sample file in your config folder. Take this file, manage your entry’s an save it as config.js (without “sample”)

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: Mobile app (bachelor thesis)

      @strawberry-3-141

      Hey Man. Hope you are well.

      So, i updated the module with git pull
      and npm install.
      well done the system.

      Then removed the app an installed again.

      Now here my observations and questions.

      In the Menu Module Verfügbar is nothing listed. I tried with pull down but no modules listed like before.

      Only this comment

      Kein Modul erfüllt diese Kriterien.

      Installiert -> pull down -> all my installled modules are listed. OK

      Regionen works well also the Synchronisieren and QR Code recognizing with phone.

      All Befehle are working well.

      My question.
      What exactly is the difference between simple an advanced mode.
      I don’t understand what you are meaning with the default calendar only.

      What is the difference?

      Good luck with your thesis and an lucky punch with it.

      posted in Development
      lolobyteL
      lolobyte
    • RE: Camera intigration in your Mirror

      @SvenSommer

      http://www.ebay.de/sch/sis.html?_nkw=Neu+Night+Vision+Infrared+LED+Board+Für+Rapsberry+Camera+Module+60+Array+3+Light&_id=181557695080&&_trksid=p2057872.m2749.l265

      0_1485289766418_IR-Light.jpg

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Camera intigration in your Mirror

      @schlachtkreuzer6

      https://www.conrad.de/de/raspberry-pi-kamera-gehaeusemodul-raspberry-pi-622959.html

      Full HD Video Auflösung mit 1080p
      Omnivision 5647 CMOS Bildsensor
      Maximale Framerate: 30 fps
      Integrierter IR-Filter
      5 Megapixel

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Camera intigration in your Mirror

      @schlachtkreuzer6 , @yawns , @andrei20wks , @reaper81

      and here some pictures from the Mirror it self.

      0_1485286539361_IMG_0782 (Medium).JPG

      0_1485286642764_IMG_0884 (Medium).JPG

      0_1485286735271_IMG_0882 (Medium).JPG
      0_1485286777590_IMG_0883 (Medium).JPG

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Camera intigration in your Mirror

      @schlachtkreuzer6 , @yawns , @andrei20wks , @reaper81

      hey Guys, here the desired pictures.

      Sorry, i forgot to remove the ip.
      Here are the pics again.

      With normal LED spots
      0_1485287390831_CAM_PIC_Light.JPG

      No Light and IR-Spot
      0_1485287411094_CAM_PIC_NO_IR.JPG

      With IR-Light
      0_1485287428016_CAM_PIC_IR.JPG

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Paul's frameless MM- finally done :)

      @schlachtkreuzer6

      That’s realy shitty. I mean both corner are broken on the lower side.

      posted in Show your Mirror
      lolobyteL
      lolobyte
    • RE: Camera intigration in your Mirror

      @schlachtkreuzer6

      yes i do this how is said, lather when i’m back home.

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Mobile app (bachelor thesis)

      @strawberry-3.141
      ;-)

      posted in Development
      lolobyteL
      lolobyte
    • RE: Mobile app (bachelor thesis)

      @strawberry-3.141

      Thank you for the new admin functions.

      It’s possible for the app to realize if there is an available update for one or more of the installed modules and make this visible with a badge number?

      Similar function like the default “updatenotification” module from @michmich

      posted in Development
      lolobyteL
      lolobyte
    • RE: Camera intigration in your Mirror

      @yawns
      Yes, sure. It solve many of my task build on my mirror.

      security cam with IR_LED’s for night-view possibilities, Motion detection, enabling/disabling mirror, facial recognition -> profile switcher.

      Maybe other options lather with other ideas from the community.

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Camera intigration in your Mirror

      @reaper81

      I must search for some pictures at my phone or i send you new pictures lather in the evening!

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Camera intigration in your Mirror

      Yes pi noir works behind the glass.
      I’ts a bit darker but you can recognize the persons or other objects in the front of the mirror.

      My Mirror is on a wooden plate and i drilled a hole for the cam.

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: how to disable screensaver?

      @sgtwtf

      follow this install guide, you will find this entry’s: https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide

      Disable the screensaver

      Go to LXDE-autostart config:

      sudo nano /etc/xdg/lxsession/LXDE/autostart

      add the following lines:

      @xset s noblank
      @xset s off
      @xset -dpms 
      

      Save and close, using the commands CTRL-O and CTRL-X.

      Go to lightdm.conf:

      sudo nano /etc/lightdm/lightdm.conf

      add the following lines:

      xserver-command=X -s 0 -dpms
      

      Reboot the raspberry pi:

      sudo apt-get install xscreensaver
      sudo apt-get remove xscreensaver
      sudo reboot
      
      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: Way to display/refresh an image URL?

      @fjnorb

      then make a pull request to the developer with your wish to implement a argument to define x and y with of the picture limitation.

      take a look at this post:

      https://forum.magicmirror.builders/topic/986/mmm-globe/25

      ask @SvenSommer , maybe he can help you at firt before the pull request is done.

      Hey guys,
      I was able to cut the white bar by cutting the last pixels (depending on the image size) from this image with adding the following to MMM-Globe.js

      getDom: function () {
          var wrapper = document.createElement("div");
          if (this.config.style == "europeDiscNat") {
      	wrapper.style.height = 0.98 * this.config.imageSize - 1 + "px";
      	wrapper.style.overflow = "hidden";
          }
      
          var image = document.createElement("img");
      

      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: Way to display/refresh an image URL?

      @fjnorb

      than you must hack a bit the module

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @Goldjunge_Chriz

      Hey guys.
      If @mantha 's car can carry for you actually total 3,04m² / 22,80kg (including @manta 's mirror) then it will be possible to put this mirrors also in my car with the mirrors from Heilbronn Team.

      ok, here the list taken from the master list for Ulm Team @mantha
      @binderth | 0,35m² | not confirmed | confirmed
      @fox | 0,18m² | not confirmed | confirmed
      @ace0024 | 0,76m² | not confirmed | confirmed
      @tomster | 1,20m² | not confirmed | confirmed
      @mantha pickup in Heilbronn actually 3,04m² / 22,80kg

      and here the list taken from the master list for Heilbronn Team @lolobyte
      @mcg | 0,50m² | not confirmed | confirmed
      @CFenner | 0,45m² | not confirmed | confirmed
      @sero | 0,20m² | confirmed | confirmed
      @yaye | 0,20m² | confirmed | confirmed
      @mantha | 0,55m² | confirmed | confirmed
      @Mire | 0,80m² | confirmed | confirmed
      @jupilde | 0,54m² | confirmed | confirmed
      @lolobyte | 0,96m² | confirmed | confirmed ;-)
      @webmasterrm | 0,20m² | confirmed | confirmed
      @todro | 0,614m² | confirmed | confirmed
      @Deepgear | 0,69m² | confirmed | confirmed
      @Jeff | 0,40m² | maybe | not in master list (order change)

      To all members listed here. Please confirm your pickup in Heilbronn/Ulm
      If other members wish this service, please post it here.

      The total weight for me is actually 54,33kg for both Teams.
      Permissible total weight in my car = 550 kg
      Luggage compartment volume = 455l / 1590l (Folded back seat bench)

      posted in Hardware
      lolobyteL
      lolobyte
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 14
    • 15
    • 6 / 15