Read the statement by Michael Teeuw here.
Magic Mirror minus the mirror
-
@jaymichael78 Here is the custom css
/***************************************************** * Magic Mirror * * Custom CSS * * * * By Michael Teeuw http://michaelteeuw.nl * * MIT Licensed. * * * * Add any custom CSS below. * * Changes to this files will be ignored by GIT. * *****************************************************/ header { text-transform: uppercase; font-family: "Roboto Condensed"; font-size: 20px; font-weight: 300; } body { margin: 30px; position: absolute; height: calc(100%-50px); width: calc(100%-50px); background-image: url('bg1.jpg'); backgroung-repeat: no-repeat; background-size: 1920; } .newsfeed, div#module_7_newsfeed { width: 550px; font-size: 12px; }
-
@billp100
Boolean values and numbers should be written without " or ’ -
@billp100 thanks! This really is nice. You did good work. I appreciate you sharing this seeing the two side by side really helps me understand how to manage this better. Big week, will get back fo it this weekend.
-
@yawns Thank you for the clarification. I wasn’t sure why some values needed the " or ', basically if the config file loaded, I counted that as a success
@jaymichael78 Thanks for the compliment. Next step is building a frame for it to mount on the fridge. Plus I’ll be still tinkering away at the contents.
-
Some explanation from @strawberry-3-141
'false'
is a string and astring
always represents theboolean
true
, so'test'
,'true'
and'false'
all become true it doesn’t matter what the content of the string is.There are multiple types:
- object
{}
- array
[]
- number
2
,-17
and3.14
- string
"I am a string"
and'me too'
- boolean
true
orfalse
- object
-
@billp100 this is spectacular.
-
i use Wunderground weather…why can i not get these fabulous weather icons!
going to compare your CSS and config files! thanks -
@cyberphox
coloricon: true
-
@strawberry-3.141 definitely have that set in my config file. cleared out everything in my custom.css so nothing would interfere…maybe my location doesn’t get pretty realistic icons…sigh
-
@cyberphox
Please share your config file