<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-Pages - Changing pages]]></title><description><![CDATA[<p dir="auto">ive been trying to change page using recipies. ive butchered the test.js in the recipies folder in AMK2 … ive got this far:</p>
<pre><code>var recipe = {
  transcriptionHooks: {
    "HOOKING_TEST": {
      pattern: "how's traffic",
      command: "CMD_TRAFFIC"
    },
    "HOOKING_TEST2": {
      pattern: "test ([a-z 0-9]+)$",
      command: "INTRODUCTION2"
    },
  },
  commands: {
    "CMD_TRAFFIC": {
      notificationExec: {
	notification: "PAGE_CHANGED",
	payload: 1		
      },
    }
  }
}

exports.recipe = recipe // Don't remove this line.

</code></pre>
<p dir="auto">any help is greatly appreciated ! :)</p>
]]></description><link>https://forum.magicmirror.builders/topic/12416/mmm-pages-changing-pages</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 02:08:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12416.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Mar 2020 10:58:06 GMT</pubDate><ttl>60</ttl></channel></rss>