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 3
    • Topics 25
    • Posts 240
    • Groups 0

    Posts

    Recent Best Controversial
    • 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: V2.31.0 unable to start

      I think I take a new SD Card and do an install from scratch to see what happens.

      posted in Troubleshooting
      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

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

      posted in Utilities
      htilburgsH
      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

      @meikelrix @chrisfr1976
      MMM-MyTasklist is updated to v1.2.1 with correct language support in the Webinterface

      posted in Utilities
      htilburgsH
      htilburgs
    • MMM-MyWeatherForecast

      I’ve created a new weather module, named MyWeatherForecast. I wanted a simple weather module, free weather information, and not too much fuss.
      It has language support. Currently for Dutch, English, French and German.

      I know, it’s one of many, but for me it’s nice and I hope you can enjoy it too!

      MMM-MyWeatherForecast

      This is a MagicMirror² module for weather information and an optional 4-day forecast.
      It only uses the weather information from PirateWeather with a free API.

      SCR-20260308-ouor



      Installation

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

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

      Update

      When you need to update this module:

      cd ~/MagicMirror/modules/MMM-MyWeatherForecast
      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-MyWeatherForecast",
              position: "top_right",
              header: "My WeatherForeCast",
              disabled: false,
              config: {
                      apiKey: "PUT_API_KEY_HERE",
                      latitude: "PUT_LAT_HERE",
                      longitude: "PUT_LON_HERE",
                      units: "metric",                // metric or imperial
                      showForecast: true,             // Show 4 day forecast
                      showLastUpdate: true,           // Show when the data is last updated
                      showSunTimes: true,             // Show Sun up and Sun Down information 
                      riseSetDisplay: "both",         // Show Sunrise / Sunset as text | icon | both
                      lang: "en",                     // Select language nl, de, en, fr
                      iconSet: "standard",            // standard | animated | custom (upload your own PNG icons)
                      updateInterval: 10 * 60 * 1000  //Updates every 10 minutes
                      }    
      },
      
      • To get your latitude and longitude, you can go to https://www.latlong.net/
      • To get your Pirate Weather API key, you can go to https://pirateweather.net/en/latest/

      Icons

      The standard icons are free icons from Flaticon
      The animated icons are free icons from Meteocons by Bas Milius

      Versions

      v1.2.0 (08-03-2026)

      • Add Iconsets for animated
      • Possibility for custom icons
      • Update language files
      • Add riseSetDisplay option in config, to show Sunrise / Sunset as text, only icon or both
      • Code optimized

      v1.1.0 (27-01-2026)

      • code and CSS optimize

      v1.0.0 (Initial release 2026)

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyWeatherForecast

      @KristjanESPERANTO
      Thanks for the advice.
      I put a comment in the readme and placed the module in the 3rd-party module list.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyWeatherForecast

      I just published an update to v1.2.0

      • Add Iconsets for animated
      • Possibility for custom icons
      • Update language files
      • Add riseSetDisplay option in config, to show Sunrise / Sunset as text, only icon or both
      • Code optimized

      Don’t forget to update the config.js with the extra options:

      riseSetDisplay: "both",         // Show Sunrise / Sunset as text | icon | both
      iconSet: "standard",            // standard | animated | custom (upload your own PNG icons)
      

      If there are any issues, please add the issue here

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      Just published an update v3.0.0

      • Add support for flexible numbers of Bins
      • Bin names are automaticly detected
      • Match bin colors to bin names for csv and ical
      • Error message instead of “Loading…” when the CSV or ICAL is in wrong format
      • Better debug information in console and in module
      • Clean up code

      Enjoy this new version and if you find any issues, please report them here

      posted in Utilities
      htilburgsH
      htilburgs
    • 1 / 1