A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How to Change Header MMM-Syslog
-
After install MMM-syslog module it automatic header fill in like that " MMM-SYSLOG"
Thanks for all help -
Please try this
{ module: 'MMM-syslog', position: 'top_right', header: 'MY OWN HEADER', config: { title: false } }
-
Did you try to add your own header?
{ module: 'MMM-syslog', position: 'top_right', header: 'MY OWN HEADER', config: { ... } }
-
@yawns not work the result is double header
-
Please try this
{ module: 'MMM-syslog', position: 'top_right', header: 'MY OWN HEADER', config: { title: false } }
-
@yawns wow,it work. Thanks so much