@shbatm Do you think it could be possible to run this on another plateform, like pine64 with armbian where omxplayer is not available?
The npm install part is not working as omxplayer is not available…
@shbatm Do you think it could be possible to run this on another plateform, like pine64 with armbian where omxplayer is not available?
The npm install part is not working as omxplayer is not available…
@strawberry-3-141 not sure if it’s related to the latest MM update but since a little while, notification from the syslog, only show the “type” and nothing for the message itself…
@strawberry-3.141 I finally installed the second screen this weekend!
The thing also, not sure I want to have the same config on both screen (not the same size) The first screen is a 42" 1920x1080 and the second one, 32" at 1280x720…
It will be more useful to be able to have a “centralize” data and that each screen fetch only the data it need…
I currently have a raspberry pi that only have Grafana on it to log all kind of data for graph that I display under MM using iFrame. Maybe we can send all the data there with a MM running in server mode only having ONLY syslog as a module and use it to send data on other with some filtering ?
Maybe we can filter on the “info/warning/critical”…
Hey guys…
Would like to do some custom CSS for the clock module, but just for the time.
Currently HH and MM are the same size and SS is smaller! I would like to have the MM bigger than the HH!
@strawberry-3-141 hey mate… do you think it can be possible to have a way to replicate/centralize the syslog data…
Currently I have one installation of MM in the house, but currently building a couple more. And would need to be able to share the syslog data…
Maybe a config in syslog module to “send” data to “slave” ?
I think I found the problem… the MMM-Sounds module is crashing under the latest version of MM2
Since I update this morning with git pull and npm install using v2.1.1
MM refuse to start and crash!
Starting MagicMirror: v2.1.1
Loading config ...
Loading module helpers ...
No helper found for module: MMM-ProfileSwitcher.
Initializing new module helper ...
Module helper loaded: MMM-LoginAction
Initializing new module helper ...
Module helper loaded: MMM-Buttons
Initializing new module helper ...
Module helper loaded: MMM-Mobile
Initializing new module helper ...
WARNING! Could not load config file. Starting with default configuration. Error found: TypeError: m.loaded is not a function
Loading module helpers ...
No helper found for module: MMM-ProfileSwitcher.
Initializing new module helper ...
Module helper loaded: MMM-LoginAction
Initializing new module helper ...
Module helper loaded: MMM-Buttons
Initializing new module helper ...
Module helper loaded: MMM-Mobile
Initializing new module helper ...
App threw an error during load
TypeError: m.loaded is not a function
at loadModule (/home/pi/MagicMirror/js/app.js:144:6)
at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
at /home/pi/MagicMirror/js/app.js:163:6
at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3)
at loadModule (/home/pi/MagicMirror/js/app.js:144:6)
at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
at /home/pi/MagicMirror/js/app.js:163:6
at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3)
at loadModule (/home/pi/MagicMirror/js/app.js:144:6)
at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
Whoops! There was an uncaught exception...
TypeError: m.loaded is not a function
at loadModule (/home/pi/MagicMirror/js/app.js:144:6)
at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
at /home/pi/MagicMirror/js/app.js:163:6
at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3)
at loadModule (/home/pi/MagicMirror/js/app.js:144:6)
at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
at /home/pi/MagicMirror/js/app.js:163:6
at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3)
at loadModule (/home/pi/MagicMirror/js/app.js:144:6)
at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Hey guys…
Is it me or having this module + ProfileSwitcher + Facial are not working well together.
I have no issue using the buttons + ProfileSwitcher as I can toggle between profile! Facial recognize me but switch to nothing…
@feedparakeet I disable the authentication in Grafana so I can use direct link to a graph without a username/password!
In grafana, you can “export” a graph and it will give you a direct URL that you can use directly in an iFrame!
For datasource, currently I’m using a module in my home automation that already send data to grafana!
I need to work later on some unix script to send data directly in grafana!