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

    draxiom

    @draxiom

    4
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    draxiom Unfollow Follow

    Best posts made by draxiom

    • MMM-iframes

      I wanted a way to cycle through a list of live webcams, that are freely available, as well as local sources from CCTV security cameras; so I created the MMM-iframes module . The example configuration includes YouTube live embed urls and the salesforce tower cameras as well as other random live webcam feeds. If a keyboard is connected, buttons can be configured to switch the camera feed source arbitrarily and cycle through the list of cameras faster than the configured update interval. I don’t use my MagicMirror behind a mirror, and have only tested this with a desk monitor.

      https://github.com/mathew-fleisch/MMM-iframes/

      posted in Utilities
      D
      draxiom
    • RE: LCARS - Version 1

      @sdetweil Good call! I didn’t see that there 🫣 I moved my custom css to custom.css and it all works the same. Thanks!

      posted in Show your Mirror
      D
      draxiom
    • MMM-Bash

      A module like this probably already exists, but I couldn’t find one and thought it would be a good use case to make my first module. The idea about this module is to pipe the return value of some terminal/bash command(s) to my magic mirror display, on a loop. I had a couple of use cases: display uptime from the rpi running magicmirror, and kubectl commands on my local k3s cluster as a poor-man’s monitoring system, to view health of kubernetes deployments.
      https://github.com/mathew-fleisch/MMM-Bash

      posted in System
      D
      draxiom

    Latest posts made by draxiom

    • MMM-iframes

      I wanted a way to cycle through a list of live webcams, that are freely available, as well as local sources from CCTV security cameras; so I created the MMM-iframes module . The example configuration includes YouTube live embed urls and the salesforce tower cameras as well as other random live webcam feeds. If a keyboard is connected, buttons can be configured to switch the camera feed source arbitrarily and cycle through the list of cameras faster than the configured update interval. I don’t use my MagicMirror behind a mirror, and have only tested this with a desk monitor.

      https://github.com/mathew-fleisch/MMM-iframes/

      posted in Utilities
      D
      draxiom
    • MMM-Bash

      A module like this probably already exists, but I couldn’t find one and thought it would be a good use case to make my first module. The idea about this module is to pipe the return value of some terminal/bash command(s) to my magic mirror display, on a loop. I had a couple of use cases: display uptime from the rpi running magicmirror, and kubectl commands on my local k3s cluster as a poor-man’s monitoring system, to view health of kubernetes deployments.
      https://github.com/mathew-fleisch/MMM-Bash

      posted in System
      D
      draxiom
    • RE: LCARS - Version 1

      @sdetweil Good call! I didn’t see that there 🫣 I moved my custom css to custom.css and it all works the same. Thanks!

      posted in Show your Mirror
      D
      draxiom
    • RE: LCARS - Version 1

      Neat @biscuitbigfoot!
      @lparco I know this is an old thread, but I got this working as well. Copy the backround2.jpeg to the css directory and add the css provided to the bottom of the main.css file. “Cascading style sheets” mean that whatever is at the bottom will override anything above, so you don’t need to remove duplicates.

      After I got the background working, I had to tweak some of the sizes to make it look right on my monitor through trial and error.

      posted in Show your Mirror
      D
      draxiom