A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
No numbers in analog watch face
-
@nagaculun did u use my install script?
-
@nagaculun Odd.
I have the same error message andgit 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
-
@lavolp3 interesting, my script tries to minimize space used, so only downloads the master branch
to down develop dogit fetch origin develop:develop git checkout develop
-
-
This post is deleted! -
@hango Hi again, I’ve modified my script but it isn’t working:
.clockCircle {
margin: 0 auto;
position: relative;
border-radius: 50%;
background-size: 100%;
background: transparent /home/pi/MagicMirror/modules/default/clock/faces(“faces/face-005.svg”) center no-repeat;
}In this context, is url an actual url or my fie path? x
-
This post is deleted! -
This post is deleted! -
@hango Thanks Hango.
- I have updated the code (still not working presumably because of point 3 below)
- I don’t know where to download the old SVG faces - when I installed MM there was/is a folder full of SVG clock faces
- Please don’t laugh - I don’t know how to create/use a custom css folder - I plan to learn this soon! X
-
This post is deleted!