A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Swipe shows only "Loading MMM-Swipe..."
-
I installed the new version from MMM-Swpie … its an upgraded MMM-Swipe version to run without sudo or ect. MMM-Swpie from shbatm
Unfortunitly it looks like the modul does not work for all users. In my case the module dosnt load correctly. It just showes up
Loading MMM-Swipe...
in CALIBRATE MODE.To make this message gone, i found these in the code:
notificationReceived: function (notification, payload, sender) { if (notification === 'DOM_OBJECTS_CREATED') { this.loaded = true; }
but i really dont know how to debug this now…