Hi to all,
i made some progress, i solved following topics:
- i got
addEventListener
working (it now listens to Keyboard inputs so far, Future: GPIO PINs) - i dont have a need for
jQuery
anymore (reduces complexity) - i improved the navigation-actions from http-Links (to MMM-Remote-control) to direct using
sendnotifications
(reduces complexity and dependencies)
and i still have some problems (challenges):
- how can i set the focus on a
div
on my module afer MM finished loading? I need this so my keyboard keypresses are recognised. (Setting the focus manual by mouse let my module work).
Maybe someone can help me or give me some tips.
Regards AxLED