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

    Posts

    Recent Best Controversial
    • RE: Schedule restart MagicMirror

      Since the MM started automatically - I reboot the pi once at noon and shut it down completely in the evening.
      The next morning it is woken up by the socket timer.

      crontab:
      5 1,13 * * * sudo shutdown -r
      0 22 * * * sudo shutdown -P now

      posted in Troubleshooting
      M
      MyMirror
    • MMM-CountUP - wrong remaining time

      Don’t know how to shift the error to this site …

      https://forum.magicmirror.builders/topic/17430/mmm-countup-wrong-remaining-time

      Maybe someone could help?

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-CountUP - wrong remaining time

      Any ideas?

      posted in Troubleshooting
      M
      MyMirror
    • MMM-CountUP - wrong remaining time

      Hi all,

      i’ve a little problem with MMM-CountUP.
      The remaining time is not correct.

      In my config is:

                      {
                              module: "MMM-CountUP",
                              position: 'top_bar',
                              config: {
                                      header: 'xxxxxx :-))',
                                      date: '2024-11-30',
                                      time: '00:00:00',
                                      showFullDate: true,
                                      }
                      },
      
      

      And the result:
      1 year and 12 months …
      Today is 2022/12/04 …
      The expected remaining time should be
      1 year, 11 months, xx days and xx hours etc.
      Where is the error?

      MMM-CountUP.jpg

      Any help is welcome.

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-MyWastePickup date problem

      @mr_cd

      Not really. I took another module for now. Here I have no foliage or Christmas trees, but until that applies, it still takes a little.

                      {
                              module: 'MMM-MyGarbage',
                              position: 'top_left',
                              header: 'Müllabfuhr',
                              config: {
                                      alert: 4,
                                      weeksToDisplay: 2,
                                      limitTo: 99,
                                      fade: true,
                                      dateFormat: "dddd D MMMM",
                                      fadePoint: 0.25
                              }
                      },
      

      Waste.png

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-CountUP shows default header

      @fischi87
      Thanks, my fault.
      The header was outside the config.

      posted in Troubleshooting
      M
      MyMirror
    • MMM-CountUP shows default header

      MMM-CountUP

      Hi,

      i’ve found this little great module, but i can’t change the header.
      It always shows the default value.
      Hints?

      posted in Troubleshooting
      M
      MyMirror
    • MMM-MyGarbage new icons?

      Hello fan community,
      already once thought into the autumn and winter:
      Is it possible to include an icon for leaves and Christmas tree?

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-MyWastePickup date problem

      @johndb

      Did not work on my site:
      Just shows “Loading …”

      My modules/MMM-MyWastePickup/schedule_custom.csv :

      WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
      02/09/22,0,1,0,0,0
      02/10/22,0,0,1,0,0
      03/02/22,0,1,0,0,0
      03/09/22,0,1,0,0,0
      03/10/22,1,0,0,0,0
      

      But on github (https://github.com/jclarke0000/MMM-MyWastePickup) is following:
      Using Your Own Custom Schedule
      If you live outside of Toronto and you’d like to use this module, you can create your own schedule to use with this module.

      First, in your config specify collectionCalendar: ‘Custom’.
      Create a CSV based on the following template:
      Calendar,WeekStarting,GreenBin,Garbage,Recycling,YardWaste,ChristmasTree
      Custom,03/07/18,1,0,1,0,0
      Custom,03/14/18,1,1,1,0,0
      Custom,03/21/18,1,0,1,0,0
      Custom,03/28/18,1,1,1,0,0
      Add lines for each pickup date as needed

      I did so before Bullseye and everything was fine.
      Now with Bullseye, MM 2.18 and new node, npm i have a problem.

      Ideas?

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-MyWastePickup date problem

      @all

      Who can help?
      I think the problem is here:

      ! There was an uncaught exception…
      0|mm | [07.02.2022 06:05.57.264] [ERROR] TypeError: parse is not a function
      0|mm | at /home/pi/MagicMirror/modules/MMM-MyWastePickup/node_helper.js:36:9
      

      Jens

      posted in Troubleshooting
      M
      MyMirror
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 12
    • 13
    • 4 / 13