MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. lolobyte
    3. Best
    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: [ORDER CLOSED] Two way mirror order in Germany

      Hey Boy’s and ??Girls??here some Pictures.
      All Mirrorrs arrive’d well and safe the Heilbronn city.

      Each of you can contact me to join a pickup date and time.

      I prefer Friday in the evening after 7’o clock or Sutterday and Sunday in the morning till 9:00 ore the eveningtime after 7:00 o’clock.

      What do u mean Heilbronn Team?

      0_1489771158956_IMG_0961 (Medium).JPG

      0_1489771218189_IMG_0962 (Medium).JPG

      0_1489771250218_IMG_0963 (Medium).JPG

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

      @Hawking

      Here is my Cam picture behind the mirror from @Goldjunge_Chriz.

      RaspiCam with old mirror glass
      0_1491848840362_CAM_PIC_Light.JPG

      RaspiCam with new mirror glass
      0_1491848871878_RaspiCam_flur.JPG

      my Mirror
      0_1491848985629_IMG_0975 (Medium).JPG

      posted in Hardware
      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: Do I need a Rasberry Pi to build a MM2? (I'm new)

      No, every PC, Mac or Linux system witch is compatible which electron node js.

      See http://electron.atom.io/

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

      I’m waiting for ios App beta testing. ;-)

      Done

      posted in Development
      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
    • RE: Backing Up Magic Mirror

      @AAPS

      sudo nano /home/pi/Backup.sh
      
      #!/bin/bash
      
      # VARIABLEN - HIER EDITIEREN
      BACKUP_PFAD="/yourBACKUPpath"
      BACKUP_ANZAHL="5"
      BACKUP_NAME="raspicam3-HN_BMGT"
      DIENSTE_START_STOP="service mysql"
      # ENDE VARIABLEN
      
      # Stopp any services before backup
      ${DIENSTE_START_STOP} stop
      
      # Create backup with dd in your desired path
      dd if=/dev/mmcblk0 of=${BACKUP_PFAD}/${BACKUP_NAME}-$(date +%Y%m%d-%H%M%S).img bs=1MB
      
      # Star services after backup
      ${DIENSTE_START_STOP} start
      
      # Delete old backup after X backups
      pushd ${BACKUP_PFAD}; ls -tr ${BACKUP_PFAD}/${BACKUP_NAME}* | head -n -${BACKUP_ANZAHL} | xargs rm; popd
      

      Make executable and move the script to /usr/bin/

      sudo chmod 755 /home/pi/Backup.sh
      sudo mv /home/pi/Backup.sh /usr/local/bin/Backup.sh
      
      crontab -e
      
      
      00 01 * * * /usr/local/bin/Backup.sh
      

      Every day at 01:00 in the night a backup with crontab.

      Restore your Backup to your SD-Karte under Windows with Win32 Disk imager or with Linux with following command.

      dd if=/path/backup.img of=/dev/sda bs=1MB
      

      create manual a backup with your pi

      sudo dd if=/dev/mmcblk0 of=/yourBACKUPpath/Rpi_32gb_backup.img bs=2M
      
      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Error found: Error: Module version mismatch. Expected 50, got 46.

      @yawns
      My Problem is:
      Error: Module version mismatch. Expected 50, got 51.
      NOT: Expected 50, got 46

      Hello, i have another version of electron:

      pi@raspberrypi:~/MagicMirror $ npm list | grep electron
      ├─┬ electron-prebuilt@1.4.6
      │ ├─┬ electron-download@3.0.1
      npm ERR! extraneous: stylelint@7.5.0 /home/pi/MagicMirror/node_modules/stylelint
      

      What must be done here?

      npm rebuild --runtime=electron --target=1.4.6 --disturl=https://atom.io/download/atom-shell --abi=50

      Is that ok???

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: Picam behind the mirror for on/off

      @Bones

      read this…

      https://forum.magicmirror.builders/topic/1172/how-do-you-switch-on-off-wake-up-yours

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

      @yawns @gustav1976 @Jeff @cpramhofer @yawns

      I’m a bit confused what to do next.
      The mirror price is actually 100% more expensive than my already bought mirror with the same dimensions.

      I’m waiting too like yawns!

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: Where are you from?

      @des

      yepp

      Germany, Heilbronn

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Module: iFrame! Starting Video automatically!

      @roramirez

      Hello Ramirez.

      The video is starting but only once.
      Then, when i restart the magicmirror.

      I realized the link http://media.tagesschau.de/video/100s/2016/1228/TV-100s-1841.podm.h264.mp4, is no option.
      The video is not really the actual newest information of the day. I must use one of the other links.

      My plan was to became a possibility to start every time when i activate the iframe module with the first tapping on “iFrame” with the hep of the module “Remote-Control”.

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

      @strawberry-3.141

      Hi, thank you for this.

      Very IMPORTANT!!!

      As i put the Module “MMM-Mobile” at the very last module on the end of the config.js, all my module were started in a new order so that the modules was on different locations.

      My config.js was modified like this sample:

       /* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ var config = {        port: 8080, //      address: "192.168.178.45",  ipWhitelist: [ "127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.1/24", ], language: 'de', timeFormat: 24, units: 'metric', modules: [ { module: 'alert', classes: 'small bright', // Add your own styling. Optional. disabled: false, }, { .......
      

      and so on. That means, the hole config structure was damaged and in one line.

      Has anyone else this issue?

      After restoring the old config.js from the backup that your module was creating, the right module order was again ok.

      After that i put the “MMM-Mobile” module at first module in my config and my mirror works like before.


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

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

      @Goldjunge_Chriz @CFenner @mcg @Jeff

      No problem to take some mirrors to Heilbronn for other guys here.
      I’m owner of a big AUDI.

      posted in Hardware
      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: MMM-Remote-Control after upd MM to 2.1.0

      @Jopyth

      Hi,

      This system doesen’t let me upload some file for you.

      The this way.
      Here is the sample config with issues.

      /* Magic Mirror Config Sample
      *

      • By Michael Teeuw http://michaelteeuw.nl
      • MIT Licensed.
        */

      var config = {
      port: 8080,
      ipWhitelist: [
      “127.0.0.1”,
      “::ffff:127.0.0.1”,
      “::1”,
      “::ffff:192.168.1.1/24”,
      ],
      language: ‘de’,
      timeFormat: 24,
      units: ‘metric’,

      modules: [
      	{
      		module: 'alert',
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: false,
      	},
      	{
      		module: "updatenotification",
      		position: "top_center",
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: false,
      	},
      	{
      		module: 'MMM-Advent',
      		position: 'bottom_center',
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: true,
      		config: {
      			updateInterval: 10 * 60 * 1000,
      			marks: 0, //default is 24
      			height: 300,
      			showFlameBeforeStart: false,
      //			start: ["2016-11-27 00:00:01", "2016-12-11 00:00:01", "2016-12-18 00:00:01", "2016-12-04 00:00:01"],
      //			end: ["2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59"],
      			start: "2016-01-01 00:00:01", //Geburtstag Anfang
      			end: "2016-01-01 23:59:59", //Geburtstag Ende
      //			start: "2016-12-01 00:00:01", //Eine Kerze; default is "2016-12-01 08:00:00"
      //			end: "2016-12-24 23:59:59", //Eine Kerze; default is "2016-12-24 22:00:00"
      			enableAnimation: true,
      			fontColor: "#000000", //default is #000000 (black)
      			candleColor: "#FFFFFF", //default is #FFFFFF (white)
      			}
      	},
      	{
      		module: 'helloworld',
      		position: 'bottom_bar',
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: true,
      		config: {
      			text: 'Alles Gute!',
      			}
      	},{
      		module: 'clock',
      		position: 'top_left',
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: false,
      		config: {
      			displaySeconds: true,
      			clockBold: false,
      			showDate: true,
      			displayType: 'digital', // Possible values: digital, analog, or both
      			analogSize: '190px',
      			analogFace: 'face-012', // 'simple' border, none, or face-### (value between 001 and 012)
      			analogPlacement: 'right', // top, right, bottom, or left
      			analogShowDate: 'top', // false, top or bottom
      			secondsColor: '#888888', // any HTML RGB Color
      	//		timezone: 'Etc/GMT+10', // America/New_York, America/Santiago, Etc/GMT+10
      			}
      	},
      	{
      		module: 'MMM-Remote-Control',
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: false,
      	//	uncomment the following line to show the URL of the remote control on the mirror
      		position: 'top_center'
      	//	you can hide this module afterwards from the remote control itself
      	},
      ]
      

      };

      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== ‘undefined’) {module.exports = config;}

      and this one wich is running.

      /* Magic Mirror Config Sample
      *

      • By Michael Teeuw http://michaelteeuw.nl
      • MIT Licensed.
        */

      var config = {
      port: 8080,
      ipWhitelist: [
      “127.0.0.1”,
      “::ffff:127.0.0.1”,
      “::1”,
      “::ffff:192.168.1.1/24”,
      ],
      language: ‘de’,
      timeFormat: 24,
      units: ‘metric’,

      modules: [
      	{
      		module: 'alert',
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: false,
      	},
      	{
      		module: "updatenotification",
      		position: "top_center",
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: false,
      	},
      	{
      		module: 'MMM-Advent',
      		position: 'bottom_center',
      		classes: 'small bright', // Add your own styling. Optional.
      	//	disabled: true, // verursacht Fehler in MMM-Remote-Control Modul
      		config: {
      			updateInterval: 10 * 60 * 1000,
      			marks: 0, //default is 24
      			height: 300,
      			showFlameBeforeStart: false,
      //			start: ["2016-11-27 00:00:01", "2016-12-11 00:00:01", "2016-12-18 00:00:01", "2016-12-04 00:00:01"],
      //			end: ["2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59"],
      			start: "2016-01-01 00:00:01", //Geburtstag Anfang
      			end: "2016-01-01 23:59:59", //Geburtstag Ende
      //			start: "2016-12-01 00:00:01", //Eine Kerze; default is "2016-12-01 08:00:00"
      //			end: "2016-12-24 23:59:59", //Eine Kerze; default is "2016-12-24 22:00:00"
      			enableAnimation: true,
      			fontColor: "#000000", //default is #000000 (black)
      			candleColor: "#FFFFFF", //default is #FFFFFF (white)
      			}
      	},
      	{
      		module: 'helloworld',
      		position: 'bottom_bar',
      		classes: 'small bright', // Add your own styling. Optional.
      	//	disabled: true, // verursacht Fehler in MMM-Remote-Control Modul
      		config: {
      			text: 'Alles Gute!',
      			}
      	},{
      		module: 'clock',
      		position: 'top_left',
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: false,
      		config: {
      			displaySeconds: true,
      			clockBold: false,
      			showDate: true,
      			displayType: 'digital', // Possible values: digital, analog, or both
      			analogSize: '190px',
      			analogFace: 'face-012', // 'simple' border, none, or face-### (value between 001 and 012)
      			analogPlacement: 'right', // top, right, bottom, or left
      			analogShowDate: 'top', // false, top or bottom
      			secondsColor: '#888888', // any HTML RGB Color
      	//		timezone: 'Etc/GMT+10', // America/New_York, America/Santiago, Etc/GMT+10
      			}
      	},
      	{
      		module: 'MMM-Remote-Control',
      		classes: 'small bright', // Add your own styling. Optional.
      		disabled: false,
      	//	uncomment the following line to show the URL of the remote control on the mirror
      		position: 'top_center'
      	//	you can hide this module afterwards from the remote control itself
      	},
      ]
      

      };

      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== ‘undefined’) {module.exports = config;}

      [0_1483538699038_config.js.bak-abgespeckt_01](Uploading 100%)

      [0_1483538731854_config.js.bak_abgespeckt_02](Uploading 100%)

      0_1483538842784_TXT_compair (Small).JPG

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: Full-screen alert (no other modules should be shown)

      Hi, there is already such a module. It’s called alert and part of the default modules package.

      https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert

      There are a lot of options you can configure.

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

      @yawns said in Two way mirror order in Germany:

      # username sizes (m) area (m²) location additional comments pickup/delivery latest date of order
      01 yawns ~ 0.8 * 0.8 ~ 0.64 Germany, Cologne polished edges delivery Summer 2017 :)
      02 gustav1976 0.6 * 1.8 1.08 Germany, Koblenz polished edges delivery
      03 gustav1976 1.0 * 1.2 1.20 Germany, Koblenz polished edges delivery
      04 gustav1976 1.4 * 0.8 1.12 Germany, Koblenz polished edges delivery
      05 lolobyte 0.8*0.6 0,48 Germany, Heilbronn polished edges pickup ASAP
      06 Jeff 1,0 * 0,6 0,6 Germany, Karlsruhe polished edges pickup
      07 Ashidian 0,69 * 0,435 0,3 (pay 0,4) Germany, Rostock polished edges delivery
      08 cpramhofer 0,476 * 0,82 0,39 (possible??) Austria, Vienna polished edges delivery (cost??)
      09 mcg 0,5 * 1,0 0,5 Germany, Ludwigshafen polished edges delivery, insured mid of January
      10 cfenner 0,667*0,667 0,45 Germany, Mannheim polished edges delivery, (maybe package with mcg)
      11
      Total 6,87

      @yawns @gustav1976 @lolobyte @Jeff @Ashidian @cpramhofer @CFenner @Goldjunge_Chriz

      i can pick up some more mirrors. For example for people from Mannheim, Karlsruhe, Ludwigshafen, maybe for Koblenz and Cologne then forwarding to Mannheim or Ludwigshafen…

      posted in Hardware
      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: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @AAPS

      see my last post in this part of the forum.

      https://forum.magicmirror.builders/topic/1320/mmm-remote-control-after-upd-mm-to-2-1-0/10

      posted in System
      lolobyteL
      lolobyte
    • 1
    • 2
    • 3
    • 1 / 3