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

    Posts

    Recent Best Controversial
    • RE: Different sleep function

      Keep in mind that not all TVs or computer monitors support CEC. Try at your own risk (or do some research to see if yours does.)

      posted in Requests
      KirAsh4K
      KirAsh4
    • RE: Calendar Request

      At the moment, the limit is global, as you’ve noticed. So you’ll have to figure out how to break it up on a per-calendar basis and figure out how to manage each one, how to determine if the user wants a global, or individual, how the individual one is setup, which calendar it applies to, etc., etc. Or maybe you will come up with a whole different method … :)

      I’d tackle this, however my free time has been severely limited lately …

      posted in Requests
      KirAsh4K
      KirAsh4
    • RE: Calendar Request

      You are more than welcome to implement this and create a pull request. I suspect others would find it helpful as well.

      posted in Requests
      KirAsh4K
      KirAsh4
    • RE: Complete Setup tutorial: npm command not found / unable to install dependencies

      Is ntp running? Is your firewall blocking it?

      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • RE: Where are you from?

      Well fine, since we’re showing pictures …

      Where am I from (originally)?
      It looks like this when you go to the beaches:
      0_1474674554515_20160923-001.jpg


      Where am I from (currently)?
      It looks like this when you look west:
      0_1474674583918_20160903-001.jpg

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: npm start dev

      @shavesophere said in npm start dev:

      @KirAsh4 sorry - i stand corrected! but that being said when i first started getting npm ERRS i tried this and it still did not work… anyway, moving forward now!

      Well yeah, that’s different. If npm is giving you errors, no matter how you attempt to start it, the errors won’t magically go away. That’s like saying, the car won’t start if I’m sitting on the left side, maybe if I sit on the right side it might, but in reality there’s no gas in it. Switching seats isn’t going to fill the gas tank. :)

      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • RE: npm start dev

      @shavesophere said in npm start dev:

      OK i think i’ve solved it. magic mirror HAS to be started (npm start) from a terminal window in the x-window server. you cannot start it over ssh.

      Not true. It can be started over SSH just fine: DISPLAY=:0 npm start

      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • RE: Virtual Dressing Mirror

      Not to mention a fast processor to be able to process the video and change colors on the fly like that.

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: Where are you from?

      Over yonder …

      0_1474503165126_Planet Earth image.png

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: Default Calender-absolute Date

      What’s the rest of the config block look like?

      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • RE: MMM-PiLights - Control a LPD8806 Led Strip on a Raspberry Pi

      And technically speaking, the LPD8806 chipset requires 4 wires for input: VCC, GND, DATA_IN (DI), and CLOCK_IN (CI). On a Raspberry Pi 3, the SPI port is on pins:

      MOSI    P1-19  (Master Out Slave In)
      MISO    P1-21  (Master In Slave Out)
      SCLK    P1-23
      GND     P1-25
      CE0     P1-24
      CE1     P1-26
      

      For DATA_IN, you should use the MOSI (19) pin, and for CLOCK_IN, the SCLK (23) pin. Pins 24 and 26 are chip select pins if you happen to have several SPI slave devices and needed to select which one you’re addressing.

      posted in Utilities
      KirAsh4K
      KirAsh4
    • RE: MMM-PiLights - Control a LPD8806 Led Strip on a Raspberry Pi

      I’m referring to adding it to the repository README.md file.

      posted in Utilities
      KirAsh4K
      KirAsh4
    • RE: MMM-PiLights - Control a LPD8806 Led Strip on a Raspberry Pi

      May I suggest you add a section on how to actually connect the LED strips to the pi, which pins, etc.? Not everyone is as technical as some of us … :)

      posted in Utilities
      KirAsh4K
      KirAsh4
    • RE: Touch screen over two way mirror

      I have no experience with either, but I would guess the USB screen overlay is better.

      posted in Hardware
      KirAsh4K
      KirAsh4
    • RE: What to do with the monitor casing?

      Picture frame?

      posted in Hardware
      KirAsh4K
      KirAsh4
    • RE: Besides your MagicMirror, what are some Maker-projects you worked/working on?

      @McSorley said in Besides your MagicMirror, what are some Maker-projects you worked/working on?:

      @KirAsh4 Siri! Lower the force field!

      Unfortunately, unless the garage door goes down, instead of up, telling Siri to ‘lower’ it doesn’t seem right.

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: Besides your MagicMirror, what are some Maker-projects you worked/working on?

      @cowboysdude said in Besides your MagicMirror, what are some Maker-projects you worked/working on?:

      BUT I’m going to use an RPI Zero 1.3 and run a minimal run of MM2 on it using a 7" touchscreen… you know off/snooze thing ;)

      Don’t expect Electron to run on that. It’s not compiled for that platform last I checked.

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: Besides your MagicMirror, what are some Maker-projects you worked/working on?

      @loribeeinca, how about “force field” ?

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RPI Update

      Have you updated your Raspberry Pi lately?

      $ sudo apt-get update
      $ sudo apt-get upgrade
      $ sudo rpi-update
      $ sudo reboot
      

      Note that the firmware update will cause the reboot step to take longer than normal. Just don’t think your rpi is stuck and yank the power cord. Let it sit there for a bit. Mine took a good 2 minutes before it finally rebooted. The SD card access light was flickering quite a bit, meaning it was doing a lot of writing and configuring after the update.

      And don’t forget to also request the most recent git copy of MagicMirror² as well:

      $ cd magicMirror
      $ git pull
      
      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: Besides your MagicMirror, what are some Maker-projects you worked/working on?

      @loribeeinca said in Besides your MagicMirror, what are some Maker-projects you worked/working on?:

      I built a HomeKit garage door opener with sensor …

      'Hey Siri, open the garage door"

      Siri, “Sorry HAL, that is not your car. I will not open the garage door.”

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 38
    • 39
    • 5 / 39