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

    Posts

    Recent Best Controversial
    • 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
    • MMM-MyTasklist

      MMM-MyTasklist

      This a module for Magic Mirror².
      This displays a simple Tasklist, you can update through a web frontend.

      image

      image

      Installation

      Clone this repository in your modules folder, and install dependencies:

      cd ~/MagicMirror/modules 
      git clone https://github.com/htilburgs/MMM-MyTasklist.git
      cd MMM-MyTasklist
      npm install 
      

      Update

      When you need to update this module:

      cd ~/MagicMirror/modules/MMM-MyTasklist
      git pull
      npm install
      

      Configuration

      Go to the MagicMirror/config directory and edit the config.js file.
      Add the module to your modules array in your config.js.

      {
        module: "MMM-MyTasklist",
        position: "top_left",
        header: "MyTaskList",
        disabled: false,
        config: {
          tasksFile: "modules/MMM-MyTasklist/tasks.json",
          updateInterval: 300000,
          showCompleted: true,
          maxTasks: null
        }
      },
      

      Load Webinterface for updating the Tasklist

      Open a browser and type http://serverip address:8448
      So if for example you’re MagicMirror is on 192.168.0.48 then you go to http://192.168.0.48:8448

      The Webinterface for MyTasklist will be loaded and you will be able to:

      • choose language for the Webinterface
      • add tasks
      • complete tasks
      • delete tasks
      • edit tasks
      • move the order from tasks by drag-and-drop
      • filter on all, active or done tasks

      All the updates are instantly published on your Mirror

      NOTE:
      With a touchscreen you’re able to check the checkboxes on the Mirror to complete the task.

      All these changes are instantly published to the Webinterface

      Versions

      v1.0.0 - Initial release
      v1.1.0 - Update Look & Feel
      v1.1.1 - Change Webinterface port from 8123 to 8448
      v1.2.0 - Add possibility to edit the tasks in the Webinterface

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: PIR problem RPi 4B, Bullseye 64 bit

      @wyovino No, I’m not using MMM-PIR.
      I’ve documented it on my website, but it is in Dutch ;-)

      https://magicmirror.tilburgs.com/pir-configuratie/

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: Get the correct JSON data

      @sdetweil Thanks, that works!
      Now I can really see what I’m doing.

      posted in Development
      htilburgsH
      htilburgs
    • RE: Do you use a PIR sensor? How do you hide it?

      I made a 8 mm hole on the backside and a 2 mm hole on the frontside.
      Removed the cap from the motion sensor and placed it in the 8 mm hole.
      Works great and you can hardly see the 2 mm hole.

      Backside:
      alt text

      Frontside:
      alt text

      posted in Hardware
      htilburgsH
      htilburgs
    • MMM-MyDutchWeather

      Description
      MyDutchWeather is a simple Module, that shows the actual weather from the KNMI 10-minutes network for any location in the Netherlands, based on your GPS coördinates .

      Screenshot
      alt text

      alt text

      alt text

      Download
      [card:htilburgs/MMM-MyDutchWeather]

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

      Versions
      07-04-2019 - v1.0.0 - Initial release
      08-04-2019 - v1.1.0 - Added option for Simple or Additional information

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: I am looking for a working PIR Modul/function

      @Klinge
      I had the same issue with MMM-Universal-Pir.
      The maker had made a comment ABOUT It in the readme, with the correct commands after mine e-mail.
      Read the readme and you are How to do.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: Do you use a PIR sensor? How do you hide it?

      I still have to paint the frame, thinking of a kind of ‘white-wash’ so you keep seeing the wood grains. Maybe it’s less ‘obvious’.
      But you know and I know, but most visitors I’ve had didn’t even see it or looking for it 🤔

      posted in Hardware
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @Chris62 Good to hear it’s fixed.
      You can do both

      • Remove the unused column entirly
      • Fill the unused column with zero’s

      As of version v1.2.0 you can also use you’re own column names, as long as they are color names. The garbage bin is showed in the color of the name of the column.

      example
      WeekStarting,Green,Brown
      04/15/19,1,1

      0_1555064642027_MMM-MyGarbage-colors.png

      posted in Utilities
      htilburgsH
      htilburgs
    • MMM-MyHomeWizard

      MMM-MyHomeWizard is a MagicMirror module that shows the information from the HomeWizard P1 meter and/or the HomeWizard WaterMeter.
      The HomeWizard P1 Meter gives you detailed insight into your gas consumption, electricity consumption and solar surplus.
      The HomeWizard Watermeter gives you live insight into your water consumption.

      Homepage: MMM-MyHomeWizard

      aee9f9cb-1285-4eea-a266-af54a0e06b66-image.png

      834e222c-910a-4639-91e7-ef53675a5c52-image.png

      posted in Productivity
      htilburgsH
      htilburgs
    • 1 / 1