Read the statement by Michael Teeuw here.
Posts made by nagaculun
-
RE: No numbers in analog watch face
@MichMich said in No numbers in analog watch face:
git checkout develop && git pull
I got error
pi@MM:~/MagicMirror $ git checkout develop error: pathspec 'develop' did not match any file(s) known to git pi@MM:~/MagicMirror $ pi@MM:~/MagicMirror $ git pull Already up to date. pi@MM:~/MagicMirror $ git status On branch master Your branch is up to date with 'origin/master'. Untracked files: ... ...
What should I do next ?
Thanks
-
missing analog clock face
Hi,
I updated the magicmirror this morning and found out that the analog clock face is missing. Below is the config. It is fine when i changed the value to “simple”; but nothing showed up for any face-xxx.
The hands are there but no face.{ module: "clock", position: "top_right", classes: 'off_scheduler', //disabled: true, config: { displayType: "both", dateFormat: "dddd, MMM DD, YYYY", analogPlacement: "bottom", analogShowDate: "top", secondsColor: "#FF0000", analogSize: "200px", // analogFace: "simple" analogFace: "face-005" } },
-
RE: [WANTED] new ownership of modules.
Thank you for all the hard work. The google photos is the center piece of my ‘mirror’.
Wish you all the best.
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
Can I configure to display a module dimmed from x to y; but turn off from y to x ?
-
RE: rpi3 freezes every few days .. need help
@Fozi said in rpi3 freezes every few days .. need help:
@nagaculun Are you sure that the crontab is really executed? ssh into the RPI, execute ‘htop’ and check the uptime. The uptime should be the difference between the cronjob execution and the actual time.
For setting up the crontab, that reboots the RPi I needed priviledged rights.
$ sudo crontab -e and then insert, e.g. 15 1,9,17 * * * sudo shutdown -r now >/dev/null 2>&1
This reboots the RPi at 01:15, 9:15 and 17:15 every day (every 8 hrs.).
Note the two ‘sudo’ for editing the crontab and initiating the shutdown.Yes, as I literally wait and see when it happens.
-
RE: rpi3 freezes every few days .. need help
@sdetweil
It still freezes even I made the modification. -
RE: rpi3 freezes every few days .. need help
Just modify accordingly. Now wait and see. Thanks.
-
RE: rpi3 freezes every few days .. need help
@Fozi I dont have the MMM-GoogleTrafficMap. Even just the default clock module has the issue.
I setup a cron to reboot every day at 6am; and it happens as well.