@cowboysdude
Sorry, for me no holiday this year, just working …
Have a nice time !
Read the statement by Michael Teeuw here.
Posts
-
RE: Holiday.....
-
RE: My display so far...
@j.e.f.f
Thanks, is working now like it should be doing.So the module is not using ‘timeFormat’ as set in the main part of config.js
I thought that it would look and use the settings of ‘language’ and ‘timeFormat’ in the global settings of config.js -
RE: My display so far...
@j-e-f-f
In MMM-MyWeather …
I just saw that the clock for the sunset / sunrise is not displayed in the 24 hour format. Is there any option for setting this? Well searched but not found in the config options. -
RE: Why is anyone reading the spam posts?
Spam Mail you should definitely read these deals, you can certainly not ignore them and by the way earn a lot !!
-
RE: Where can I find some cheap buttons to control music?
Have a look here, al sizes and functions.
-
RE: 500px.com popular feed
@creepwood Have a look at unsplash.com there are pictures with a CCO license and they are offering an API. There is an option to get a random image.
Link : https://unsplash.com/documentation -
RE: My display so far...
@j.e.f.f
How did you change the calendar module (custom CSS-file) or which calendar module did you use, because I like your layout. -
RE: Two way mirror order for Europe - Orders closed!
@Goldjunge_Chriz My data is correct,confirmed.
-
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 !