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

    Posts

    Recent Best Controversial
    • RE: hi, i need your help... tell me, how i do a new modules please

      It’s missing a comma after the postion: ‘fullscreen_above’

      https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: SmartThings

      Still working on getting things to refresh, but here is a teaser…
      alt text

      Let me know if the pic isn’t showing or disappears, using google photos

      posted in General Discussion
      buzzkcB
      buzzkc
    • RE: dead SD-card every aprox. 6 months

      Had that happen just last week, did a backup of the card using win32diskimager after it was restored.

      I’m looking at setting up a read-only os to play around with and configure myself… https://medium.com/swlh/make-your-raspberry-pi-file-system-read-only-raspbian-buster-c558694de79

      posted in Hardware
      buzzkcB
      buzzkc
    • RE: Your help is needed! Looking for new moderators!

      Hi, I’m Darren. I’m pretty new to MagicMirror, but am spending a lot of time on the forum trying to learn more about the project and learn to develop modules. I just posted up my first module (MMM-Smartthings). I also do administration for a woodworking forum (familywoodworking.org) so can offer some experience as to what we’ve done to mitigate spam. I’m happy to help out if you need me.

      posted in Forum
      buzzkcB
      buzzkc
    • RE: hi, i need your help... tell me, how i do a new modules please

      Here is additional information on checking your config file that may help…

      https://forum.magicmirror.builders/topic/5399/how-to-check-your-config-for-errors-for-absolute-beginners

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: SmartThings

      I’ve fixed the duplication, added an excluded device name list, fixed some timing issues, and cleaned it up.

      I’m not entirely happy with the way I’m getting all the data, but I haven’t quite figured out a good way to wait for all the promises returned from the smartthings-node library. I have to loop the capabilities, make a request to get devices by capability, wait for that promise, then loop devices to get the statuses for each, once those promises return I need to pair up the status with its device.

      So the ugly of it is that I’m just pushing all the data via sockets for each status request into an array that gets updated, then it gets fed to the getDom(). Not pretty, but it’s working.

      posted in General Discussion
      buzzkcB
      buzzkc
    • Module shadowbox for slideshow background

      This is the css I use in my custom.css file to get a semi transparent shadowbox with rounded corners on my modules to make them easier to read over the slideshow background.

       .normal,
       .dimmed,
       header,
       body {
              color: #fff;
       }
      
       .module {
              background: rgba(0, 0, 0, 0.4);
              border-radius:15px;
              padding: 10px;
       }
      

      alt text

      posted in Custom CSS
      buzzkcB
      buzzkc
    • New non-mirror

      We recently installed a new front door which has all frosted glass. My wife was wanting a way to see who is at the door before answering it. After doing some googling I happened to come across this site. After a couple of weeks playing with the software, working out a few bugs, and testing camera setups, I’ve come up with something we’re both happy with.

      alt text

      alt text

      For my project I’m using the following modules
      clock
      calendar_monthly
      holidays
      compliments
      weather
      MMM-RTSPstream
      MMM-CalendarWeek
      MMM-BackgroundSlideshow
      MMM-GoogleMapsTraffic
      MMM-GroveGestures
      MMM-MyCommute
      MMM-pages
      MMM-Pollen
      MMM-Remote-Control
      MMM-Trello

      The case I designed to match an existing table in our hallway. The drawer face is false and covers the pi and electrical plug, which I’m in the process of wiring, but no wiring will show. The drawer panel also has a small hole for the gesture sensor, which I’m using to navigate pages mostly.

      All pics here: https://photos.app.goo.gl/gRywjACtt9kG8Gv39

      I’ve got a Smartthings hub and several motion sensors throughout the house. I’m using the sensors to toggle the monitor on/off as we enter/leave the room.

      I’ve added some shadow boxes to all the modules to make them easier to see against the background images.

      posted in Show your Mirror
      buzzkcB
      buzzkc
    • RE: SmartThings

      Ok, I think I’ve gotten things to where it’s ready to share, I posted it up on the modules forum…Thanks again for all the feedback.

      https://forum.magicmirror.builders/topic/11270/mmm-smartthings

      posted in General Discussion
      buzzkcB
      buzzkc
    • MMM-Smartthings

      This is a module to display status information for devices connected to a Samsung Smartthings hub account.

      https://github.com/buzzkc/MMM-Smartthings

      MMM-Smartthings

      Currently it’s limited to the following device capabilities: “switch”, “contactSensor”, “lock”, “temperatureMeasurement”, “relativeHumidityMeasurement”, & “motionSensor”

      The frequency you update will depend on the number of devices you have. The api is limited to 250 requests per minute per app or device.

      If you have issues or want to request additional features, please submit a bug report on the github repository.

      [card:buzzkc/MMM-Smartthings]

      posted in Utilities
      buzzkcB
      buzzkc
    • 1 / 1