MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. KirAsh4
    3. Best
    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: Besides your MagicMirror, what are some Maker-projects you worked/working on?

      Being an IT Director and the stress/frustration that comes with that, I tend to let my creativity run wild at times. At any given point I will have several projects going at the same time, and listing them would just end up in a rather long laundry list of things. There are just too many to list, but my first “public” appearance was in 1998 when I got my name in the release notes for the popular Sendmail MTA. It still amuses me when I see it:

      8.9.2/8.9.2     1998/12/30
      ...
      Portability:
                      ...
                      Avoid a clash with IRIX 6.2 getopt.h and the UserDatabase
                              option structure.  Problem noted by Ashley M.
                              Kirchner of Photo Craft Laboratories, Inc.
      

      After that it all went downhill for me. Created a small search engine for a start-up stock agency years ago (they’ve since been bought by another.) Wrote an entire front and back-end for an eCommerce web site at my office, none of that ‘off the shelf’ stuff, all custom programming in PHP & JS. Several, I mean, several little coding projects here and there.

      I’ve always done a lot of photography (still do). That’s always part of me, wherever I go. Being able to see something and make it artistic is always fun.

      Recent years though (like the last 7 or so), I’ve been doing a lot of LED electronics, as in building my own electronics and coding. One of the more fun ones is a POV “stick” that I made 3 years ago. Basically two acrylic tubes filled with LEDs, control unit, and power cell battery. The artist would spin them around and display colorful images. This is me spinning one of them during testing, standing in my living room at night:

      0_1467826273407_composite.png

      And the “fun” part of creating that, the electrical design, hardware design, building electronics, and let’s not forget the coding too:

      0_1467826886496_pov montage.jpg

      Created lighting units for the high school my daughter attended for various different performances. Added lights to color guard flags (and they went on to win 2nd place that year.)

      I also do a lot of 3D design and printing with my 3D printer. Or even larger design “things” like these costumes for a little boy:

      0_1467827227384_dual-600px.jpg

      Created a bunch of different things for the local Ingress community, stuff that gets sold, or given away as prizes. I’ve also done some designs that were made in metal afterwards (earrings and necklace pendants.)

      0_1467827409831_ingress.jpg

      Then there’s the laser cutter which gets used almost daily for a variety of things:

      0_1467827589001_wood.jpg

      Some with color airbrushed on:

      1_1467827755403_cuppat.jpg
      0_1467827755402_cupdam.jpg

      There are many days i will simply sit down and think of the various things going on at the same time in my house and in my head and all I do is:

      0_1467828256465_facepalm-sm.png

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: Temporary disable modules

      > opens nearby dictionary, flips to ‘politics’, grabs red pen and writes /* ... */ around definition <

      YEP! Still works! :)

      I wasn’t referring to the actual module files. I’m talking simply editing the config.js file and comment the specific module’s config section out.

      posted in Feature Requests
      KirAsh4K
      KirAsh4
    • RE: Weekly Calendar

      Right, we have two different requests here. One is to display a simple, empty calendar, and another to display an actual Google Calendar with contents.

      posted in Requests
      KirAsh4K
      KirAsh4
    • RE: Starting MagicMirror v2 beta

      I can also verify this as I just setup a brand new rPi yesterday. Downloaded a fresh copy of jessie, booted up the rPi, did the setup for it, made sure all apps were up to date (with 'sudo apt-get update ; sudo apt-get upgrade' then installed MM as per the wiki’s instructions. Done.

      posted in Troubleshooting
      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: EoF's Touch Screen Magic Mirror (Testing Phase)

      Basically the pulled a MacGyver then … :)

      posted in Show your Mirror
      KirAsh4K
      KirAsh4
    • RE: Magic mirror. Hold the mirror

      I have a 27" monitor (rotated vertical) on my desk that has MM running on it. It’s my development rig. No mirror, really, I don’t need to be staring at my face the whole time. So that aspect is obviously doable.

      As for having the other information, Bitcoin, weather, others, those are all things that can be integrated, so long as you have the software written for it to interface with MM’s module mechanism. Anything’s possible.

      As for the touch screen part, that’s between the monitor and the Raspberry Pi. MM (or any other software you run) doesn’t have anything to do with that part. So your first point to research is how to make the touchscreen work on the rpi. Are there drivers for it? How does it interface, etc., etc. But more importantly, have you tried just plugging it in, see if it doesn’t “just work” already?

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: News Ticker

      Awesome, glad things are working out and you’re able to configure it the way you want to. As for the mirror … you can always get a larger mirror. :)

      posted in Requests
      KirAsh4K
      KirAsh4
    • RE: MagicMirror Stuck/Freeze

      Couple of things:

      • Are you using a proper power supply for the pi? You want something that can provide at least 2Amps.
      • Is the rPi very hot? Do you have it in a sealed box with little air flow?
      • Have you checked the file system itself on the card? One method is to issue a forced check upon a reboot with 'sudo shutdown -F -r now' - After the reboot, look the results in '/var/log/fsck/'. If for some reason that fails when you type it in, you can try adding 'fsck.mode=force fsck.repair=yes' to /boot/cmdline.txtand reboot the pi. That will force a file system check upon start up and you can watch to see if there are errors.
      • Failing that, you can always move all of your modules onto a different computer (or in the cloud somewhere), rebuild the pi from a fresh image, and try it again, see what happens.
      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • PIR-Sensor - put your mirror to sleep if not used

      Errr, in your package.json you have a reference to Wunderlist module in the description.

      posted in Troubleshooting
      KirAsh4K
      KirAsh4
    • 1 / 1