Does the interaction with the news module only work for this MMM-Gesture module?
As I read through the description, yes I am looking for a module that would allow me to interact with the news module, meaning if I press the “read more” button it would bring me to another page or use the Iframe to show the news.
I have an IR screen so I can touch the screen using that frame, but the hardware required in this Gesture module requires different sensors?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Posts made by clhe0423
-
RE: How to interact with the news module?
-
RE: How to interact with the news module?
oh dear, am a bit lost in this as coding is all new to me
don’t really understand where to place this ‘ARTICLE_MORE_DETAILS’ part in the code…:({ module: "newsfeed", position: "lower_third", config: { 'ARTICLE_MORE_DETAILS' feeds: [ { title: "The Star", url: "https://www.thestar.com.my/rss/News" }, { title: "Malay Mail", url: "https://www.malaymail.com/feed/rss/malaysia" }, ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true, articleMoreDetails:true, } },
-
RE: How to interact with the news module?
hi sam,
thanks for replying me.
the code below isn’t working though…not sure where to put it :({ module: "newsfeed", position: "lower_third", config: { feeds: [ { title: "The Star", url: "https://www.thestar.com.my/rss/News" }, { title: "Malay Mail", url: "https://www.malaymail.com/feed/rss/malaysia" }, ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true, articleMoreDetails:true, this.sendNotification('ARTICLE_MORE_DETAILS'); } },
-
How to interact with the news module?
Hi All,
I want to interact with the default news module by being able to press it and show the website of the news/a pop up.
It is supposed to be ARTICLE_MORE_DETAILS but I am not sure where to put this code in nor how to activate this function.
Would appreciate some pointers!Also, could the calendar module allow scrolling/interactive function?