Read the statement by Michael Teeuw here.
Creating a module with existing Nodejs client?
-
Is it possible to create a module with a existing Nodejs Client?
-
@Baxer An API (and client) give you a way to ask for information; it doesn’t stipulate what information to request, or how to display it. However, you could use
MagicMirror-Module-Templatethen runnpm install --save open-shlwithin your module folder to installopen-shl.You would then add the code featured here to load the API and start querying data. I recommend loading the API in your
node_helper.jsand passing back the data to display viathis.sendSocketNotification(notification, payload). -
@ninjabreadman Thanks for the explanation!!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login