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: Can't configure Compliments Module

      position: “lower_third is missing a comma at the end

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: My Magic Mirror - 100x70cm

      Yes, I can imagine that.
      I guess the mirror glass is mounted directly on top of the frame, right? I cannot see any ventilation drills. Did/do you somehow monitor heat inside the frame?

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: My Magic Mirror - 100x70cm

      I’m impressed. A nice and clean build, well written documentation, some nice pictures to look at and everything with markups and such. Very well done, this is how more Showrooms should look like :)

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: Smart home status display - not a mirror

      Interesting approach, so it integrates into your existing set of light switches, power plugs, etc

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: My mirror

      What kind of display did you use? An old laptop display?

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: npm install - electron fails to install

      Your cloned MagicMirror folder resides in /root, but it should be /home/pi

      User pi does not have rights to do much in root folder.

      You are logged in as pi, right?

      Try this please

      cd ~
      git clone https://github.com/MichMich/MagicMirror
      cd ~/MagicMirror
      npm install
      npm start
      
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Trying to Install, encountering error during NPM install

      You are running very old versions of npm and node. I am on my smartphone and cannot run a search on the forum for you, but you should be able to find similar posts with resolution

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Help getting Magic mirror running on Ubuntu Server 16.04.4 LTS as a SERVER

      the file needs to be config.js, the existing file config.js.sample is just a sample and will be ignored

      posted in General Discussion
      yawnsY
      yawns
    • RE: Modules assistance for MM newbie! Help!

      That’s a bad question, as I cannot answer that. I don’t have any mac available, so I cannot test it.
      I don’t know if this is an unwanted feature - in this case - of the editor or of the entire operating system. On Windows I use “notepad++”, I’m sure there is something similar for Mac.

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Modules assistance for MM newbie! Help!

      The problem with your code is, as with several other people (mostly on macs) wrong quotation marks.

      {
      module: "PushBulletNotes",
      header: "iPhone Messages",
      disabled: false,
      position: "bottom_left", // Or any valid MagicMirror position.
      config: {
      	accessToken: "o.(middle bit left out)i",
      	numberOfNotifications: 5,
      	showNotificationIcon: true,
      	showMessage: true,
      	showCount: true,
      	fade: true,
      	maxMsgCharacters: 50,
      	maxHeaderCharacters: 32
      	}
      },
      

      Look at the quotation marks. Left is correct, right is using wrong ones. I think this is a problem with Mac keyboard or mac software.
      0_1520525361886_2018-03-08_17-08-50.png

      posted in Troubleshooting
      yawnsY
      yawns
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 96
    • 97
    • 17 / 97