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

    btastic

    @btastic

    10
    Reputation
    3
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Germany

    btastic Unfollow Follow
    Module Developer

    Best posts made by btastic

    • MMM-SystemMonitor

      Hello,

      I wanted something to display my current system stats to monitor my magic mirror hardware.

      There is a module called MMM-SystemStats, but it seemed buggy and was seemingly not maintained anymore. So I decided to make my own.

      example.png

      https://github.com/btastic/MMM-SystemMonitor

      Feel free to discuss, ask questions or add suggestions for further development.

      Best regards
      Ben

      posted in Utilities
      B
      btastic
    • MMM-octoprint

      Hello!

      This is my second plugin. This module was sort of requested by @sdetweil and I thought it would be a great idea, since octoprint has a larger user base.

      example.png

      Just like the moonraker module I developed a module to display data from the Octoprint API.

      It has some minor differences when setting up, but it should look the same once everything is setup properly.

      You can find the repository, installation guide and config options on my github: https://github.com/btastic/MMM-octoprint

      Feel free to discuss, ask questions or add suggestions for further development.

      Best regards
      Ben

      posted in Utilities
      B
      btastic
    • RE: MMM-moonraker (for klipper 3D printers)

      @sdetweil Thank you. I just had a look at their API, and it shouldn’t be too hard to create a similar plugin. I will have a look at it :)

      posted in Utilities
      B
      btastic
    • MMM-moonraker (for klipper 3D printers)

      Hello!

      This is my first plugin. I am using a few 3D printers and I thought it would be a great idea to show a some information about the current 3D printing status on my magicmirror.

      example.png

      So I developed a plugin to display data from the moonraker API, which is usually installed next to klipper on a Raspberry PI or other SoC.

      You can find the repository, installation guide and config options on my github: https://github.com/btastic/MMM-moonraker

      Feel free to discuss, ask questions or add suggestions for further development.

      Best regards
      Ben

      posted in Utilities
      B
      btastic
    • RE: MMM-octoprint

      @sdetweil I added a fallback thumbnail

      b1MoU4LExz.png

      posted in Utilities
      B
      btastic

    Latest posts made by btastic

    • RE: MMM-SystemMonitor

      @MMRIZE Thank you.

      I want to make it OS independant too, but that will be a bit harder I think. I don’t have that much time either. But will work on it in the foreseeable future.

      posted in Utilities
      B
      btastic
    • RE: MMM-SystemMonitor

      @BKeyport I will probably take a thing or two, but I think the code can be written a bit better by todays standards. The project is almost 6 years old and was probably refactored a few times. No offense towards @MMRIZE - thats probably one reason he does not want to develop it further without rewriting it.

      posted in Utilities
      B
      btastic
    • RE: MMM-SystemMonitor

      @lxne Ah bummer I didn’t know about it. Thats mostly what I had envisioned.

      posted in Utilities
      B
      btastic
    • MMM-SystemMonitor

      Hello,

      I wanted something to display my current system stats to monitor my magic mirror hardware.

      There is a module called MMM-SystemStats, but it seemed buggy and was seemingly not maintained anymore. So I decided to make my own.

      example.png

      https://github.com/btastic/MMM-SystemMonitor

      Feel free to discuss, ask questions or add suggestions for further development.

      Best regards
      Ben

      posted in Utilities
      B
      btastic
    • RE: MMM-octoprint

      @sdetweil I added a fallback thumbnail

      b1MoU4LExz.png

      posted in Utilities
      B
      btastic
    • RE: MMM-octoprint

      @sdetweil Thanks for the heads up, just added it.

      posted in Utilities
      B
      btastic
    • RE: MMM-octoprint

      @sdetweil Thank you for testing :) I fixed up the documentation to include a position.

      As for the missing thumbnails, did you install the plugin like I mentioned in the readme file? The plugins site also describes how to add thumbnails in your slicer software.

      You should only enable the showThumbnail flag once you have thumbnails working. Otherwise it can lead to unexpected behaviour, like you’re experiencing.

      The same for the layer progress. It can only be properly shown when the plugin and slicer are properly configured.

      I added some remarks about those flags in the readme file.

      posted in Utilities
      B
      btastic
    • MMM-octoprint

      Hello!

      This is my second plugin. This module was sort of requested by @sdetweil and I thought it would be a great idea, since octoprint has a larger user base.

      example.png

      Just like the moonraker module I developed a module to display data from the Octoprint API.

      It has some minor differences when setting up, but it should look the same once everything is setup properly.

      You can find the repository, installation guide and config options on my github: https://github.com/btastic/MMM-octoprint

      Feel free to discuss, ask questions or add suggestions for further development.

      Best regards
      Ben

      posted in Utilities
      B
      btastic
    • RE: MMM-moonraker (for klipper 3D printers)

      @sdetweil Thanks for the suggestion. I think there is no right or wrong approach to this, but rather what people like or were taught when they were beginning their programming careers or started learning to code as part of their hobbies.

      Funnily enough I first had it coded all in one place, but I felt it got messier the more code I added. So I personally decided against this approach to have the “frontend” (MMM-moonraker.js) separated from the “backend” (node_helper.js), as it is (imo) good practice to keep the concerns of those separated (https://en.wikipedia.org/wiki/Separation_of_concerns)

      I hope you understand.

      posted in Utilities
      B
      btastic
    • RE: MMM-moonraker (for klipper 3D printers)

      @sdetweil Thank you. I just had a look at their API, and it shouldn’t be too hard to create a similar plugin. I will have a look at it :)

      posted in Utilities
      B
      btastic