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

    Posts

    Recent Best Controversial
    • RE: CustomText change contents with notification?

      @sdetweil right now the 33/34 mins were just for testing, it’s aiming to be more like an MOTD / “don’t forget to put the trash out tonight” sort of thing

      posted in Troubleshooting
      S
      snerk4000
    • CustomText change contents with notification?

      hey all. noob time.

      from their descriptions, using ModuleScheduler i should be able to change the contents of CustomText via a notification, but it’s a little unclear to me how this is supposed to work.

      what the docs seem to describe:

      {       module: "MMM-CustomText",
              position: "top_center",
              config: {
                      initialMessage: "change with notification?",
                      uniqueID: "ct_event",
                      animationspeed: 1000,
              },
      },
      {       module: "MMM-ModuleScheduler",
              config: {
                      notification_schedule: [ // sched = cron format
                              { notification: "CUSTOMTEXT_UPDATE", schedule: "33 * * * *", payload: { type: "notification", uniqueID: "ct_event", title: "test 1"}},
                              { notification: "CUSTOMTEXT_UPDATE", schedule: "34 * * * *", payload: { type: "notification", uniqueID: "ct_event", title: "test 2"}},
                      ]
      
              }
      },
      
      

      which is clearly not correct because it does nothing, but i’m stuck as to why. any help is appreciated!

      posted in Troubleshooting
      S
      snerk4000
    • 1 / 1