Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@gaudouy
https://forum.magicmirror.builders/topic/13911/bedside-table-alarm-clock?_=1623369873273
https://forum.magicmirror.builders/topic/695/my-mini-magic-alarm-clock?_=1623369873276
All kinds of it… search feature on the forum works pretty good ;)
Hi there,
I’ve developed a small module to support touch gestures on the magic mirror. It utilizes hammer.js (https://hammerjs.github.io).
https://github.com/JanLoebel/mmm-touchgestures
I will use it to switch on my touch screen different pages.
Hope you enjoy my module, if you’ve questions or problems, feel free to contact me!
Jan
I’ve created a small module to publish/receive module notifications via websocket. The idea is to combine different functions/devices/instances via a websocket-server. A sample websocket-server is also included in the module.
Have a look at: https://github.com/JanLoebel/MMM-websocket
Please feel free to ask questions or give me some feedback :)