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

    Posts

    Recent Best Controversial
    • RE: notification array

      Sorry Sean, my bad example! Thank you for reply but in reality I was looking for an array of triggers like so:

      triggers:[
      {
      trigger: [“MY_COMMAND”,“OTHER_COMMAND”,“ANY_COMMAND”],
      fires: [
      {fire: “NOTI_A”},
      ],
      …

      posted in Troubleshooting
      M
      MrDondoT
    • notification array

      Re: MMM-NotificationTrigger

      Hello, great module, simple and precise.
      Just one question (I’m not a JS expert), is there any simple way to trigger the notificaion based on an array of triggers?
      eg:

      {
      module: “MMM-NotificationTrigger”,
      config: {
      triggers:[
      {
      trigger: “DOM_OBJECTS_CREATED”,
      fires: [
      {
      fire: [“MY_COMMAND”,“OTHER_COMMAND”,“ANY_COMMAND”],
      exec: “sleep 5; ls -l”
      },
      ],
      },
      ]
      }
      },

      Thanks

      posted in Troubleshooting
      M
      MrDondoT
    • RE: after reboot, not start with pm2 but ok with npm start

      @Smotx said in after reboot, not start with pm2 but ok with npm start:

      npm start

      same here. I can’t find any google help

      posted in Troubleshooting
      M
      MrDondoT
    • 1
    • 2
    • 3
    • 3 / 3