MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    SOLVED How to Change Header MMM-Syslog

    Troubleshooting
    2
    5
    1818
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nobita last edited by

      After install MMM-syslog module it automatic header fill in like that " MMM-SYSLOG"
      Thanks for all help

      1 Reply Last reply Reply Quote 0
      • yawns
        yawns Moderator @yawns last edited by

        Please try this

        {
            module: 'MMM-syslog',
            position: 'top_right',
            header: 'MY OWN HEADER',
            config: {
                title: false
            }
        }
        
        N 1 Reply Last reply Reply Quote 0
        • yawns
          yawns Moderator last edited by

          Did you try to add your own header?

          {
              module: 'MMM-syslog',
              position: 'top_right',
              header: 'MY OWN HEADER',
              config: {
                  ...
              }
          }
          
          N yawns 2 Replies Last reply Reply Quote 0
          • N
            nobita @yawns last edited by

            @yawns not work the result is double header

            1 Reply Last reply Reply Quote 0
            • yawns
              yawns Moderator @yawns last edited by

              Please try this

              {
                  module: 'MMM-syslog',
                  position: 'top_right',
                  header: 'MY OWN HEADER',
                  config: {
                      title: false
                  }
              }
              
              N 1 Reply Last reply Reply Quote 0
              • N
                nobita @yawns last edited by

                @yawns wow,it work. Thanks so much

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy