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

    Posts

    Recent Best Controversial
    • RE: MMM-MyGarbage

      @pugsly
      This is possible, follow the next steps.

      Go to the MagicMirror CSS directory

      cd ~\MagicMirror\css\
      

      Edit (or create) the custom.css file

      sudo nano custom.css
      

      Add the next section at the bottom of the custom.css file

      /* MMM-MyGarbage CSS Modification */
      .MMM-MyGarbage .garbage-container .garbage-icon-container .garbage-icon.greenbin {
        fill: #00A651;
      }
      .MMM-MyGarbage .garbage-container .garbage-icon-container .garbage-icon.garbagebin {
        fill: #787878;
      }
      .MMM-MyGarbage .garbage-container .garbage-icon-container .garbage-icon.paperbin {
        fill: #0059ff;
      }
      /* End MMM-MyGarbage */
      

      Now you can modify the colors for your Garbage Bins. In your case, you would like the grey bin to be yellow. The code should be:

      .MMM-MyGarbage .garbage-container .garbage-icon-container .garbage-icon.garbagebin {
        fill: #fffa00;
      }
      

      Save and quit the nano editor and restart your MagicMirror.
      Now you should have a yellow trashbin instead of a grey trashbin.
      Succes!

      posted in Utilities
      htilburgsH
      htilburgs
    • MMM-MyGarbage

      Description
      This a module for Magic Mirror². This module displays the schedule for your Garbage pickup (Normal waste - Gray Bin, Garden waste - Green Bin, Recycled Paper - Blue Bin). The schedule is placed in a CSV file by adding lines for each collection. From version 1.2.0 it is possible to dynamicly add bins if needed.

      Screenshot
      alt text

      Download
      [card:htilburgs/MMM-MyGarbage]

      Extra
      I’m not an experienced programmer and do this for fun. Feel free to suggest any ideas.

      Version
      27-02-2019 - v1.0.0 - Initial Release
      01-03-2019 - v1.1.0 - Add fade effect
      01-03-2019 - v1.1.1 - Added multiple Locale Support
      04-03-2019 - v1.1.2 - Add dateFormat & capFirst function
      09-04-2019 - v1.2.0 - Implemented Dynamic Bintypes
      11-04-2019 - v1.2.1 - Implemented Alert if remaining garbage entries fall below threshold

      posted in Utilities
      htilburgsH
      htilburgs
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 17 / 17