@chrisfoerg I think there is some bandwidth/traffic issues from the server then.
I’ve had some 503 errors also, but not that often.
Read the statement by Michael Teeuw here.

Posts
-
RE: Missing uploaded images
-
RE: How to Adjust Font Size and Color in Clock Module
try this in the custom.css
.clock .bright { font-size: 40px; color: #f00 } .clock .dimmed { font-size: 20px; color: #0f0 }
Don’t know if it’s correct, don’t have my mirror available right now to test it.
-
RE: Missing uploaded images
click on your profile in this forum, then settings.
on that page you will find a option that says “Delay image loading”, uncheck that and the pictures should load directly. -
RE: disable NO signal message
@Deniz to my knowledge the “no signal” thing is something that primarily TV-screens do, None of my 5 different types of computer monitors displays any text, they go directly to sleep/standby when there is no input.
To my mirror I bought a 24" Samsung LED monitor for about 99Eur. Goes directly to standby when signal is lost.
-
RE: disable NO signal message
That is the monitor doing that, some monitors does that and there is probably nothing you can do about it other than to change monitor, sry.
-
RE: MM not starting up
@jag Had time to change my answer after a google search, sorry. we are on the same page :D
-
RE: MM not starting up
@jag the LXDE still has to be running, the display=:0 is, If I’m not mistaken, if you run it remotely, right?
-
RE: How to change Day and Month for Upcoming Events
by changing the dateFormat in config.js
here is a list of the different formats for date :
http://momentjs.com/docs/#/parsing/string-format/The standard is : “MMM Do”
You would probably want “DD MMMM” -
RE: MM not starting up
have you tried just to go in to the magicmirror folder and just type “npm start”? that will give you an indication if it’s the mirror that won’t start or if it’s the start script that doesn’t work.
And, you have to be in the window handler for the magicmirror to run.