Read the statement by Michael Teeuw here.
change pages using webhook (POST or GET)?
-
I have MMM-pages setup with 2 pages
1 page shows all the time.
I’d like to show the second page only when called using a HTTP POST or GET from another device. (doorbell camera video , when someone rings the doorbell)
And then only show page 2 for a short, fixed amount of time before reverting back to page 1
Any help/suggestions will be most gratefully received.
Thanks
-
@mvrlogins for the special page, you could use the hiddenpages option.m
it is not timed tho.the (named) hidden page would only be shown via notification
as for the webhook, i think you would have to create a small module to handle that
in the 3rd party modules list there is a moduie that supports webhook to alert (by notification)
https://github.com/PJTewkesbury/MMM-WebHookAlerts
so you could change the notification to be to pages
-
@mvrlogins you can also use my new
MMM-CurlToNotification module