Read the statement by Michael Teeuw here.
Clock format
- 
@louise ONLY IF you want to control it separately from (and have it different then ) the base MagicMirror setting
 - 
@sdetweil I tried to put the code you had in my config but still 24 hr clock.
 - 
@louise the config setting I had above said 24 hour format, not 12
 - 
@sdetweil Actually tried it both ways, but neither worked.
Did you say I had something duplicated?
 - 
@louise in the post I linked u had 2 copies of the config.js content
 - 
@sdetweil I wonder
are u using pm2 to launch mm?
do
pm2 status
if so do pm2 stop all
I think u are getting the default cause there was an error
 - 
@sdetweil ok, did that. Just restart now?
 - 
@louise lets check to make sure nothing is stuck
do
ps -ef | grep MagicMirrorshould return 1 line of output
 - 
@sdetweil pi 1390 1361 0 18:33 pets/0. 00:00:00 grep — color=auto MagicMirror
 - 
@louise ok, NOW we can
pm2 start 0
 
