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

    nagaculun

    @nagaculun

    9
    Reputation
    1.1k
    Profile views
    35
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    nagaculun Unfollow Follow

    Best posts made by nagaculun

    • RE: Ikea closet door

      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

      0_1484454539767_20170112_211345a.jpg

      posted in Show your Mirror
      N
      nagaculun
    • Ikea closet door

      I installed a 24in monitor on a ikea closet door with aluminium racks.0_1484265154762_compressed.jpg

      posted in Show your Mirror
      N
      nagaculun

    Latest posts made by nagaculun

    • RE: No numbers in analog watch face

      @sdetweil said in No numbers in analog watch face:

      git checkout develop

      that works. thanks.

      posted in Troubleshooting
      N
      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

      posted in Troubleshooting
      N
      nagaculun
    • RE: missing analog clock face

      Seems it is duplicate of
      https://forum.magicmirror.builders/topic/13190/no-numbers-in-analog-watch-face?_=1593907677698

      posted in Troubleshooting
      N
      nagaculun
    • 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"
            }
          },
      
      
      posted in Troubleshooting
      N
      nagaculun
    • 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.

      posted in Development
      N
      nagaculun
    • 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 ?

      posted in System
      N
      nagaculun
    • RE: rpi3 freezes every few days .. need help

      @Fozi

      @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.

      posted in Troubleshooting
      N
      nagaculun
    • RE: rpi3 freezes every few days .. need help

      @sdetweil
      It still freezes even I made the modification.

      posted in Troubleshooting
      N
      nagaculun
    • RE: rpi3 freezes every few days .. need help

      @sdetweil

      Just modify accordingly. Now wait and see. Thanks.

      posted in Troubleshooting
      N
      nagaculun
    • 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.

      posted in Troubleshooting
      N
      nagaculun