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
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
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?
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?
Any help is welcome.
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
}
},
@fischi87
Thanks, my fault.
The header was outside the config.
Hi,
i’ve found this little great module, but i can’t change the header.
It always shows the default value.
Hints?
Hello fan community,
already once thought into the autumn and winter:
Is it possible to include an icon for leaves and Christmas tree?
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?
@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