MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. buzzkc
    3. Posts
    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: My first project

      That looks nice!

      posted in Show your Mirror
      buzzkcB
      buzzkc
    • RE: SmartThings

      Thanks Sam, That does help explain things. The grandkids are visiting, so will be a day or so before I get back to this, unless I just can’t sleep tonight. ;-)

      posted in General Discussion
      buzzkcB
      buzzkc
    • RE: SmartThings

      I’ve made a little more progress on this, but nothing to display the device info yet. I found the node-smarthings library uses promises to return results, which I’ve not worked with specifically, so been struggling with tying the device information to the device capability status results. I think I’ve finally worked passed it, but still have some testing to do.

      I’ve been trying to pass the device object from the first call to the call back function for the capability status, but not figured out how to do that. All of the status results were tied to the last device processed from the device callback. I did finally move the looping of devices to where only one device was sent to the socket notification that calls the capability status and seems to be working that way.

      posted in General Discussion
      buzzkcB
      buzzkc
    • RE: MMM-Trello - Another tool for todos connected to the mirror

      Thanks for creating this, my wife really likes seeing the progress on her projects.

      posted in Productivity
      buzzkcB
      buzzkc
    • RE: My first project

      Looks nice. I’m not using any glass either, just a wood frame around the monitor screen.

      posted in Show your Mirror
      buzzkcB
      buzzkc
    • RE: Where did I park my car

      You probably can either show the map image or an iframe in MM. Use the querystring params to update the marker parameters…

      https://developers.google.com/maps/documentation/maps-static/dev-guide

      posted in Requests
      buzzkcB
      buzzkc
    • RE: SmartThings

      I’m finally starting to make some progress on this. I’ve been doing development in a docker instance and found editing files while the container is running corrupts files. :-)

      So I have it connecting and bringing back device information at this point. I still need to parse that info. I’m working through the steps get all the info in the correct order to model it (get device ids>>get device components>>get device capabilities>>statuses etc.)

      I do have two hubs and found that it brings back devices for all hubs, so I’ll need to get the hub info too.

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

      Sorry, google photos don’t seem to stay around that long…

      posted in Custom CSS
      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
    • 1 / 1