Read the statement by Michael Teeuw here.
Throwing down the gauntlet
-
@jproehl said in Throwing down the gauntlet:
I appended it to my custom.css file. But I don’t see any difference in the MagicMirror view.
First, close out the
body
with a}
body { } .clock .time { color: #99F; }
-
@Mykle1 Doesn’t all of that text go within the body? There is a close } at the very end of the custom.css file that closes the body. Is that misplaced?
-
@jproehl said in Throwing down the gauntlet:
So does this splitting of the text suggest a bad formatting command in either or both files?
Nope. Before you paste code, simply put three back ticks
It's under your tilde key, then close out the code with three more back ticks
-
@jproehl said in Throwing down the gauntlet:
Doesn’t all of that text go within the body? There is a close } at the very end of the custom.css file that closes the body. Is that misplaced?
No sir, not in this case. css is a bit different than config. That last
}
in your css is not doing anything. You can remove it. If you fixed thebody
and save the css file, you should see your changes after relaunching MM -
@Mykle1 Okay, thanks! I was way off! I made that change and now I get red text for the high temperature (so that’s progress, yea!!) but all the other stuff is still gray. I must still have some other syntax errors some where. Back to looking at the code …
-
@Mykle1 Okay, I got it! I was missing a close bracket in my
.MMM-WunderGround .min-temp
definition, and fixing that fixed everything!! Even the line of icons in the current weather disappeared!!
Thank you so much!
-
@jproehl said in Throwing down the gauntlet:
and fixing that fixed everything!! Even the line of icons in the current weather disappeared!!
Thank you so much!Glad to be of service. I’m just paying back Strawberry’s kindness to me by helping
-
@Mykle1 Well, I applaud your efforts (it’s getting rarer in this messed up country) … I hope someday to figure this stuff out to a point where I can help another newbie. Thanks again!
-
@jproehl said in Throwing down the gauntlet:
Well, I applaud your efforts (it’s getting rarer in this messed up country) …
New York City, USA. I’m just trying to be good representative of my city and country.
I hope someday to figure this stuff out to a point where I can help another newbie. Thanks again!
Dude, one month ago I knew less than you, guaranteed. You will be helping others soon, guaranteed.
Peace
-
@jproehl said in Throwing down the gauntlet:
Thank you so much!
I just
stole
your coloring code for the date and time. haha, so thank you. See? You’re helping already. :thumbsup_tone1: