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

    Posts

    Recent Best Controversial
    • RE: MagicMirror 150x70x2.5 Slim

      Ok, now I am officially jealous. I can imagine it’s a dream just sitting there staring outside when the sun goes down. Or ride the bicycle on its stand.

      Very nice!

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: MagicMirror 150x70x2.5 Slim

      Interesting mirror concept. What are the outlets underneath the mirror used for? Is this a bathroom?
      I have to admit the view out of these huge windows looks stunning :)

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome
      /* Magic Mirror Config Sample
      
      By Michael Teeuw http://michaelteeuw.nl
      MIT Licensed.
      */
      var config = {
      zoom: 0.6,
      port: 8080,
      ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses.
      
      language: "da",
      timeFormat: 24,
      units: "metric",
      
      modules: [
      	{
      		module: "alert",
      	},
      	{
      		module: "clock",
      		position: "top_left"
      	},
      	{
      		module: 'MMM-WunderGround',
      		position: 'top_right',
      		config: {
      			apikey: 'xxxxxxxxxxxxxxxxxxxxxx', // private; don't share!
      			pws: 'pws:IVEJLE2', //culemborg
      			hourly: '1',
      			fctext: '1',
      			fcdaycount: "5",
      			fcdaystart: "0",
      			hourlyinterval: "3",
      			hourlycount: "2",
      			alerttime: 10000,
      			alerttruncatestring: "english:",
      			roundTmpDecs: 1,
      			UseCardinals: 0,
      			layout: "vertical",
      			iconset: "novaco",
      			sysstat: 0
      		}
      	},
      	{
      		module: "MMM-xiaomi",
      		position: "bottom_left",
      		header: "Temperature / Humidity", // This is optional
      		config: {
      			gatewayIP: "192.168.10.170",
      			gatewayToken: "xxxxxxxxxxxxxxxxxxx",
      			showwindow: true,
      			showVentilation: false,
      			minTemperature: true,
      			maxHumidity: true,
      			showlights: true,
      			rooms: [
      			{ name: "test", sortOrder: 30, devices: ["158d0001b911b9"] },
      			],
      		}
      	},
      	],
      	};
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      

      Please try again. I don’t know which text editor you used, but it is very important to only use these around strings:

      • "
      • ’

      Do not use

      • ‘
      • “
      • ”
      posted in Utilities
      yawnsY
      yawns
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      @35110

      Dafür nutzt du den backtick.
      Drück auf der Tastatur SHIFT + DieTasteRechtsNebenß? 2mal.

      Wenn du zwischen 2 Backticks schreibst, passiert das: inline code
      Wenn du zwischen jeweils 3 backticks schreibst, passiert das:

      das ist ein block code,
      sogar mit Zeilenumbruch
      

      0_1519316926390_2018-02-22_17-28-08.png

      posted in General Discussion
      yawnsY
      yawns
    • RE: PIR gives black screen

      In your example:

      cd ~/MagicMirror/modules/MMM-PIR-Sensor
      git pull
      npm install
      

      So you enter the modules directory, tell git to retrieve (= pull) the latest code from github and afterwards you install dependencies again, just in case

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      Your config looks a bit misconfigured. Please remove these lines.

      	config: {
      		// See 'Configuration options' for more information.
      	}
      	},
      

      If this is still not working, then please paste your entire config.

      posted in Utilities
      yawnsY
      yawns
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      Ich meine, es war STRG + Q, um den Magic Mirror Browser zu beenden

      posted in General Discussion
      yawnsY
      yawns
    • RE: MMM-Facial Recognition Module classes

      In your first snippet, there is a comma missing after position line.
      In your second snippet the comma is missing after the } which closes the config section.

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Translation "After one month" in Calendar Module

      @MM-Hans said in Translation “After one month” in Calendar Module:

      @yawns said in Translation “After one month” in Calendar Module:

      vendor/node_modules/moment/min/

      Hi Stefan. You almost need to be a digital detective to locate that phrases ;-) But finally the issue is solved, thanks for your assistance!

      You are welcome!

      posted in Troubleshooting
      yawnsY
      yawns
    • 1 / 1