fewieden
fewieden
@lavolp3 I added you on discord, we can discuss further details there
I might add it during the holidays, for now there is already the current matchday displayed.
I don't have the time to add new features, but a pr is welcome.
fork the repository, if you get in trouble give me a note and i will look what you have come up with so far
Hey Fredrik, did you try to implement those features yet?
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 put the example of @aramaki87 in your config.js file
@lipp any update on that issue?
@lazywithclass what @Carlovan reported is still valid. I just came across it as well. **Winston Format** ```js { format: winston.format.printf(({level, message}) => { return `${level} - ${message}`; }) } ```...
@lazywithclass I also have the same expectations as @tiborbaksa. If I create my logger with something like: ```js winston.createLogger({ exitOnError: false, transports: [], format: winston.format.printf(customFormatter) }); ``` I would expect...