Additional picture from behind. Should have taken the picture before installation. It is a little difficult to see though. Somehow it was rotated when I upload the picture.
I uploaded a short video on
https://www.youtube.com/watch?v=6XBOehkWZ4U
Additional picture from behind. Should have taken the picture before installation. It is a little difficult to see though. Somehow it was rotated when I upload the picture.
I uploaded a short video on
https://www.youtube.com/watch?v=6XBOehkWZ4U
I installed a 24in monitor on a ikea closet door with aluminium racks.
@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
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"
}
},
Thank you for all the hard work. The google photos is the center piece of my ‘mirror’.
Wish you all the best.
Can I configure to display a module dimmed from x to y; but turn off from y to x ?
@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.
@sdetweil
It still freezes even I made the modification.
Just modify accordingly. Now wait and see. Thanks.
@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.