Feature-request: change 'MMM-syslog' in custom title by using header(in config)
When I try to set the header in config it adds an header under the title 'MMM-syslog'. It would be nice to be able to change 'MMM-syslog' into a custom title.
+1 would be great
add title in your config, it's currently not documented but should work
https://github.com/paviro/MMM-syslog/blob/8c7e2418121778fe946a93addad89c480ca7c3d8/MMM-syslog.js#L66
Just to clarify you can't change the title by using the normal system setting working on all modules anymore?
Title != Header
@fewieden thx it is working =D
{ module: 'MMM-syslog', position: 'top_right', config: { title: 'Whatever' } }
Hi Could someone just clarify where the change code mentioned above would go please. Many Thanks.
Just put the example of @aramaki87 in your config.js file
Thank you