MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    No numbers in analog watch face

    Scheduled Pinned Locked Moved Troubleshooting
    33 Posts 11 Posters 10.1k Views 9 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • lavolp3L Offline
      lavolp3 Module Developer @lavolp3
      last edited by lavolp3

      @lavolp3
      Changing the face (tried face-004 and face-005) does not solve the issue.
      Links to svgs seem correct…

      How to troubleshoot modules
      MMM-soccer v2, MMM-AVStock

      1 Reply Last reply Reply Quote 0
      • qu1queQ Offline
        qu1que Project Sponsor
        last edited by

        Same happens to me, after 2.12.0 MM update, only the clock hands are shown.

        1 Reply Last reply Reply Quote 0
        • BKeyportB Offline
          BKeyport Module Developer
          last edited by

          I’ve got it too. The faces are all missing. No big for me, I’ve gone back to digital only on that one to make room for another module.

          The "E" in "Javascript" stands for "Easy"

          1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User
            last edited by A Former User

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • J Offline
              JoeFranz
              last edited by

              Thats it, it works, thank you :thumbs_up:

              1 Reply Last reply Reply Quote 0
              • MichMichM Offline
                MichMich Admin
                last edited by

                I just merged a fix into the develop branch. That should fix it.

                git checkout develop && git pull
                
                1 Reply Last reply Reply Quote 0
                • N Offline
                  nagaculun
                  last edited by

                  @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

                  S lavolp3L 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @nagaculun
                    last edited by

                    @nagaculun did u use my install script?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • lavolp3L Offline
                      lavolp3 Module Developer @nagaculun
                      last edited by lavolp3

                      @nagaculun Odd.
                      I have the same error message and

                      git fetch origin
                      git branch -a
                      

                      do not show the develop branch on remote

                      git checkout -b develop origin/develop gives a fatal error:

                      fatal: Cannot update paths and switch to branch 'develop' at the same time.
                      Did you intend to checkout 'origin/develop' which can not be resolved as commit?
                      

                      Haven’t seen this before.

                      @sdetweil have not used your install script

                      How to troubleshoot modules
                      MMM-soccer v2, MMM-AVStock

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @lavolp3
                        last edited by

                        @lavolp3 interesting, my script tries to minimize space used, so only downloads the master branch
                        to down develop do

                        git fetch origin develop:develop
                        git checkout develop
                        

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        N T 2 Replies Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 4 / 4
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy