Read the statement by Michael Teeuw here.
Looking for a module to display logs in realtime
-
@schlomm - great !
-
@schlomm
the requested ping :-) -
@MyMirror Well done :) I’ve implemented a module last week - to give you a preview:
With LOG-Level Highlighting:

Without Highlighting (because INFO, ERROR, WARN…) is not used:

Right now I’m struggeling with the issue that multiple instances do not show different logs but all the time the second configured. Do you need more than one instance :D?
If I have some free time, I will upload the first version tomorrow or lately on Wednesday.See you :)
-
@schlomm you have to pass the instance id from the web as part of the request and send it back w the data. And the web side checks to match its id
sendSocketNotification from the helper is to ALL connected instances at once
-
@MyMirror Nevermind - I’ve made some changes and now all is working properly :) Your’re welcome to test it. If there is anything missing or an issue, please drop me a line.

- You can find the module here: https://github.com/schlomm/MMM-LogfileViewer
- I’ve also made a small post in the ShowCase section here: https://forum.magicmirror.builders/topic/19937/mmmlogfileviewer-view-your-logs-on-your-magicmirror
- And I’ve already updated the 3rd Party Module list - the module will be listed here a tomorrow.
