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

    Posts

    Recent Best Controversial
    • A fan script for a beginner

      Hello everybody

      I hope someone can help me.
      I got a Noctua fan. I would like to connect the fan now to my PI. Unfortunately, I find in the forum or google no “good” instructions. I have hung the red wire on pin 2 and the black wire on pin 6. The yellow wire is on pin 11 (BCM 17).

      0_1537896470997_701081f6-530c-475b-a840-8ae310ec45c5-grafik.png

      How can I program the fan to start at a CPU temperature of 50 °?

      Sorry for the unnecessary question, but I have only 3 weeks the PI and have no knowledge in programming.

      Greetings and thank you for your support


      Hallo zusammen

      Ich hoffe es kann mir jemand helfen.
      Ich habe einen Noctua Lüfter besorgt. Gerne würde ich den Lüfter jetzt an meinen PI anschliessen. Ich finde im Forum oder auf google keine “gute” Anleitung. Ich habe das rote Kabel an PIN 2 gehängt und das schwarze Kabel an PIN 6. Das gelbe Kabel lieget auf PIN 11 (BCM 17).

      Wie kann ich den Lüfter programmieren, dass er bei einer CPU Temperatur von 50° anspringt?

      Entschuldigung für die unnötige Frage, aber ich habe erst seit 3 Wochen den PI und habe keinerlei Kenntnisse im Programmieren.

      Gruss und danke für eure Unterstützung

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: MM not starting automatically

      Maybe I can help you. After typing pm2 starup, you have to type the command what is on the console.


      Starting PM2 on Boot
      To make sure PM2 can do it’s job when (re)booting your operating system, it needs to be started on boot. Luckily, PM2 has a handy helper for this.

      pm2 startup
      PM2 will now show you a command you need to execute.


      https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      So, anbei meine Config. Bei “Deine IP” musst du deine IP deines PI angeben.

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "DEINE IP", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "192.168.1.0/24", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "de",
      	timeFormat: 24,
      	units: "metric",
      	
      	modules: [
      {
              module: 'MMM-NetworkScanner',
              position: 'top_right', 
              config: {
                  devices: [
                          { ipAddress: "Webadresse vom NAS", name: "NAS", icon: "globe"},
                          { macAddress: "MAC Adresse", name: "Adri", icon: "mobile"},
      		   { macAddress: "MAC Adresse", name: "Lisa", icon: "mobile"},
                          { macAddress: "MAC Adresse", name: "Desktop", icon: "desktop"},
      		   { macAddress: "MAC Adresse", name: "PI 1", icon: "wifi"},
                          { macAddress: "MAC Adresse", name: "PI 2", icon: "wifi"},
                          { macAddress: "MAC Adresse", name: "PI 3", icon: "wifi"},
                      ],
                  showUnknown: true,
                  showOffline: true,
                  keepAlive: 10,
                  updateInterval: 10,
      	  showLastSeen: true,
      	  sort: true,
      		
              }        
          },
      
      posted in General Discussion
      CyruS1337C
      CyruS1337
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      @35110, ich kann dir am Abend meine config posten. Ja dort habe ich was geändert, muss am Abend aber schauen was :) bzw. es wurde mir dort geholfen.

      posted in General Discussion
      CyruS1337C
      CyruS1337
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      Hallo

      Hast du das Wlan eingeschaltet? Wenn ja, kann ich dir auch nicht mehr weiterhelfen. Denn ich beschäftige mich erst seit gut 3 Wochen mit dem Raspberry und beginne bei 0. Für mich ist jeder Tag eine neue Herausforderung auf dem PI :)

      posted in General Discussion
      CyruS1337C
      CyruS1337
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      Das wäre meine config, vielleicht hilft es dir.

      {
              module: 'MMM-NetworkScanner',
              position: 'top_right', 
              config: {
                  devices: [
                          { ipAddress: "MAC Adresse", name: "NAS", icon: "globe"},
                          { macAddress: "MAC Adresse", name: "Adri", icon: "mobile"},
      		    { macAddress: "MAC Adresse", name: "Lisa", icon: "mobile"},
                          { macAddress: "MAC Adresse", name: "Desktop", icon: "desktop"},
      		    { macAddress: "MAC Adresse", name: "PI 1", icon: "wifi"},
                          { macAddress: "MAC Adressef", name: "PI 2", icon: "wifi"},
                          { macAddress: "MAC Adresse", name: "PI 3", icon: "wifi"},
                      ],
                  showUnknown: false,
                  showOffline: true,
                  keepAlive: 10,
                  updateInterval: 300,
      	    showLastSeen: true
              }        
          },
      
      posted in General Discussion
      CyruS1337C
      CyruS1337
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      Also ich habe vor 5min auch gerade das MMM-NetworkScanner installiert. Dieser läuft, wie er sollte mit den MAC Adressen.

      @lavolp3 , ich habe keine deutsche Anleitung gefunden bezüglich dem PIR Sensor. Ich habe einfach das Gefühl, dass mein PIR vielleicht defekt ist. Irgendwo im Internet habe ich eine Anleitung für ein Python Script gefunden, wo man sieht, ob eine Bewegungen erkennt wurde. Das habe ich dann auch so gemacht, aber ich sehe dann im Script keine Bewegung. Spannung habe ich auf dem Kabel, das habe ich gemessen.

      posted in General Discussion
      CyruS1337C
      CyruS1337
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      @lavolp3

      Hallo lavolp3, dass wäre sehr hilfreich. Denn ich habe ein PIR Senosor an meinem PI angeschlossen und auch das dazugehörige Modul MMM-PIR Sensor installiert und gemäss der Anleitung angeschlossen. Leider schaltet mein Bildschirm aber nie aus.

      Gruss

      posted in General Discussion
      CyruS1337C
      CyruS1337
    • RE: Old wine box + old monitor + RPi = MagicMirror

      Looks really great, a great idea !!
      I hope that I can show my project soon. At the moment I’m still struggling with some modules that they are finally running.
      I will build a mirror with 3 monitors :)

      Liebe Grüsse aus Olten

      posted in Show your Mirror
      CyruS1337C
      CyruS1337
    • 1 / 1