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

    Harm Tilburgs

    @htilburgs

    Started with a MagicMirror in the Covid19 period and now I'm hooked to it.
    Currently I've my second Mirror.

    28
    Reputation
    1.2k
    Profile views
    171
    Posts
    2
    Followers
    0
    Following
    Joined
    Last Online
    Age 58
    Website magicmirror.tilburgs.com
    Location Netherlands

    htilburgs Unfollow Follow

    Best posts made by 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
    • 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

    Latest posts made by htilburgs

    • RE: MMM-MyTasklist

      @chrisfr1976
      That was the reason for me to create this (Simple) module.
      Just this and nothing more.

      On my site, the language is saved in the tasks.json and reloaded when I reload the page. I have to check. I’m Currently in a short holliday, but if you can you can make an issue in github so I don’t forget. I come back to you.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      I Just published v1.2.0
      This is an update with EDIT possibility in the Webinterface

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @karsten13
      I know that is an option. The fast fix now is that I have changed the port to 8448

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @chrisfr1976
      Thank you 👍

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @sdetweil
      Oké, I didn’t know. Let me see in an hour.
      Is there a rule for the Ports? Which I can use or not use?

      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: MMM-Chores - Manage and keep track of your household Chores

      @PierreGode
      Tested and works. Thanks!

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @PierreGode said in MMM-Chores - Manage and keep track of your household Chores:

      @htilburgs
      You can set it in the web in config page > Display Settings > Date format > Unassigned > Save

      I’m sorry for this late reaction. I’ll try this tomorrow (monday) when I have access to my mirror. Currently not at home. I let you Guys know the results.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @pierregode
      I’m using dateFormatting: “” in my config, but I stil got the date on the dashboard. Do I somethine wrong?

                      {
                        module: "MMM-Chores",
                        position: "top_left",
                        header: "Takenlijst",
                        config: {
                              updateInterval: 60 * 1000,
                              adminPort: 5003,
                              showDays: 365,
                              showPast: true,
                              dateFormatting: "",
                              }
                      },
      

      194c5e22-2c1f-4839-b3a1-d688de98a8b1-image.png

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-NOAA3 - Revived

      @mumblebaj
      I see It.
      I don’t what was wrong, you sas the messages for MM in console. Thanks for looking into It, maybe It was a one the thing.

      posted in Utilities
      htilburgsH
      htilburgs