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: Mirror goes black after hours

      If it was the MMM-GoogleMapsTraffic module that you’re seeing errors with, I had to comment out the console.log line noted in this commit, which fixed the black screen issue I was having. https://github.com/vicmora/MMM-GoogleMapsTraffic/pull/24/commits/90f51f6f7a155241a4371106ea3ca899b20a7380

      posted in Troubleshooting
      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: CSS Order of execution

      Yup, learning that. I had used someone else’s example and determined that wasn’t the correct way. I figured it’s worth admitting one’s mistakes as well as accomplishments. ;-)

      posted in Development
      buzzkcB
      buzzkc
    • CSS Order of execution

      I was just finishing up a new module and noticed other modules I had loaded weren’t looking quite right. Turns out my new module had a .title class that was adjusting the font size. Upon inspection in dev console the .title for other modules that had loaded prior to my new module were using my new module’s .title class.

      Just thought it was worth mentioning that the custom css for modules can affect other modules in the event someone else is seeing css issues if your using common class names.

      posted in Development
      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
    • 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
    • RE: SmartThings

      Well, looks like it’s duplicating some of the items in the array. I’ll get a patch uploaded for it soon.

      Edit: Found this was due to having more than one browser open, each instance was updating the global array. Working on a fix.

      posted in General Discussion
      buzzkcB
      buzzkc
    • RE: SmartThings

      I’ll start a new thread for this, but if anyone wants to try it out or PR it, keep in mind, it’s my first module. ;-)
      https://github.com/buzzkc/MMM-Smartthings

      Currently I’m only supporting a subset of device capabilities. I can only run one instance of the module also since everything is returned to a global array. More than one instance all the devices from each module instances get put into the array and the full list of devices displays on all instances rather than what was specified for that instance.

      For multiple capabilities in the list, the display is sorted by device name, then by capability alphabetically.

      It also displays devices for all locations, I’ll see if I can make this selective in the future, but fits my needs as it is.

      posted in General Discussion
      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
    • 1 / 1