@Goldjunge_Chriz My data is correct,confirmed.
Read the statement by Michael Teeuw here.
Posts
-
RE: Two way mirror order for Europe - Orders closed!
-
RE: Two way mirror order for Europe - Orders closed!
I want to join the order as well with a mirror of 0.33m x 0.56m with polished edges and delivery to the Netherlands.
Thanks in advance.
-
RE: Where are you from?
@cowboysdude Nice town you are living.
Here are some pictures from where I live, via Google Pictures. -
RE: MMM-doomsDay - The countdown module,
@Mykle1 Now it was changing at 00:06 hour so this module works ok with the right config settings.
-
RE: MMM-doomsDay - The countdown module,
@Mykle1 You are right, changed it to 10 minutes. now have to wait what happens.
-
RE: MMM-doomsDay - The countdown module,
With time set to 23:59 the module is changing at 0:44. The question is were is the offset off 45 minutes comming from ?
-
RE: MMM-doomsDay - The countdown module,
@broberg The Pi itself is working correctly, the clock module is giving me the right time and date. And is updating around midnight.
I Will try 23:59 and see what come’s out off it.
-
RE: MMM-doomsDay - The countdown module,
My MagicMirror is updating around 23:00 hour, and can’t find what I did wrong. Has nothing to do with the time zone (I think).
This is what I have in my config.js
{ module: 'MMM-doomsday', position: 'top_center', config: { doomsDay: '2017-03-31 24:00:00', toWhat: 'End of month' } },
I even made a test file in my browser, and then it’s is working as aspected.
Does any one now where the problem is. -
RE: MMM-Doomsday - remove space ?
@ironman_DK
When you want to learn something about CSS I use w3schools.com.
When you want to have a look at the used styles start your MagicMirror with ‘npm start dev’ than you can see the used style off the modules. -
RE: MMM-Doomsday - remove space ?
@ironman_DK said in MMM-Doomsday - remove space ?:
Does anyone know if its possible to remove the space between the text ?
Add the following to your custom.css
.MMM-doomsDay { line-height: 1em; }
Now the space will be gone !