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

    Posts

    Recent Best Controversial
    • RE: MMM-MyPrayerTimes

      @zam many thanks and ramadan mubarak!

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTraffic

      @Caimin I see what you mean. I will take a look at it in a few days. Currently I’m having a short leave with the family.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: Where are you from?

      Eindhoven, Netherlands.
      Home town of PSV and Philips.

      posted in General Discussion
      htilburgsH
      htilburgs
    • RE: Motion Sensor/PIR

      @BandNerd1002
      If you understand Dutch :winking_face:
      I din’t use a MM Module, because that didn’t work for me. I like the mirror to blank even if MM is not running. So I use this alternative Python script.

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

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: 2nd try Smart Mirror, 30" monitor and 110cm wide

      Looks great!

      posted in Show your Mirror
      htilburgsH
      htilburgs
    • MMM-MyTraffic

      Description
      This a module for Magic Mirror². MMM-Mytraffic is a MagicMirror module for DUTCH traffic information, using real-time information from the ANWB.

      Screenshot
      alt text

      alt text

      Download
      [card:htilburgs/MMM-MyTraffic]

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

      Version
      16-04-2019 - v1.0.0 - Initial Release
      17-04-2019 - v1.1.0 - Add preferredRoads Selection
      18-04-2019 - v1.2.0 - Select Large or Small icons and information

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: Buienradar dont refresh

      Module name is MMM-Buienradar.
      Just installed it, but see no problem. Tried different zoom levels and they all work.

      Only thing I can see is an error in the Javascript, but that doesn’t keep the module from working (it’s a bit messy).

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: Sync private iCloud calendar with MagicMirror

      You can make a iCloud Family Calendr ‘public’ by following the next steps:

      On an iPhone

      • Go to Calendar app
      • At the bottom you see ‘calendar’
        click on it
      • click on the ‘i’ behind the family calendar
        go to the bottom and make sure ‘public calendar’ is selected
      • select option ‘share’ and then select copy
        Now you have the public url and can use

      On a Mac

      • open calendar app
      • select the family calendar on the left
      • right click on the ‘wifi’ symbol
      • select settings for sharing
      • select public calendar and you can copy the url
      posted in Tutorials
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @RdP, great it worked out for you!

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @RdP
      You can use this module by creating your own Garbage Schedule file with the name garbage_schedule.csv An example file garbage_schedule.csv is added.

      Create a CSV based on the following template:

      WeekStarting,green,gray,blue
      03/07/18,1,0,1
      03/14/18,1,1,1
      03/21/18,1,0,1
      03/28/18,1,1,1

      Default there are 3 bins defined (green, gray and blue) If you need more garbage bins, simply add an extra column in the garbage_schedule.csv file. The name is the color you like the bin to have. In you case ‘yellow’.

      Add lines for each garbage pickup date as needed. The date format needs to be specified as MM/DD/YY (e.g.: 05/28/18 for 28-May-2018)

      Succes!

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @rvanuden :hugging_face: :thumbs_up_light_skin_tone:

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @werffje :thumbs_up_light_skin_tone:

      posted in Utilities
      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
    • RE: My first Mirror (45cm x 65cm) with 24" monitor (Netherlands)

      @Screwyoudriver (Currently) it’s not possible to read ical files. One of the reasons is that every waste company uses it’s own formats / dates / ect. I will gone take a look at that in the near future, but currently I’ve not enought spare time :disappointed_face:

      En bedankt! :face_with_stuck-out_tongue_winking_eye:

      posted in Show your Mirror
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      On my TEST System, I just did a fresh install of MM2 and after that a fresh install of MMM-MyGarbage. Copy and Paste the configuration as in the README.md into the config.js and no errors. MMM-MyGarbage displays 2 entries with the garbage_schedule.csv that is installed with the git clone…

      @Chris62, @werffje, if you still expirience problems, than:

      • add config.js into reply
      • look at the javascript console if you see any errors in the Console tab

      Open Javascript Console:
      Press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, Chrome OS) to open the Console

      • any other information that maybe relevant

      I’ll look at it and try to reproduce and/or correct the issue.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @werffje I’m sorry to hear that, but if it’a keep saying loading, than there is a configuration error. Can you post your config. js.
      Further take a look at the java console in you browser if you can see an error.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @Chris62 can you post a picture and the config.js?

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: How do I access my Pi from an externel network to install modules and change config.js?

      @MWel1977 Or make use of builtin VNC with a VPN, what also can run on the Pi. But Teamviewer would be the most simple to use.

      posted in General Discussion
      htilburgsH
      htilburgs
    • RE: How to "halt" autostart for some time...?

      I don’t exactly get what you’re saying, but I assume you’re not connecting through SSH with your mirror? Because when you connect through SSH, you come in the RPI shell and can configure your modules.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: My first Mirror (45cm x 65cm) with 24" monitor (Netherlands)

      @jmigoliva, I use a simple python script for the PIR sensor. I’ve used the instructions on https://www.magicmirrorcentral.com/pir-sensor-raspberry-pi-magic-mirror/
      This page provided me everything I needed to get the PIR sensor working.

      posted in Show your Mirror
      htilburgsH
      htilburgs
    • 1 / 1