MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.
SOLVED 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