MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. clhe0423
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    clhe0423

    @clhe0423

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    clhe0423 Unfollow Follow

    Latest posts made by clhe0423

    • RE: How to interact with the news module?

      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?

      posted in Troubleshooting
      clhe0423C
      clhe0423
    • 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,	
      }
      },
      
      posted in Troubleshooting
      clhe0423C
      clhe0423
    • 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');
      				
      	}
      	},
      
      posted in Troubleshooting
      clhe0423C
      clhe0423
    • 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?

      posted in Troubleshooting
      clhe0423C
      clhe0423