@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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
S
Offline
Latest posts made by snerk4000
-
RE: CustomText change contents with notification?
-
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!