Read the statement by Michael Teeuw here.
Sending notification from MMM-Remote-Control to MMM-ProfileSwitcher
-
@Jopyth thank you again for your help. I got it working with the following: http://IP.ADDRESS:PORT/remote?action=NOTIFICATION¬ification=CURRENT_PROFILE&payload=%22profilename%22
So it was the unnecessary ’ ’ around CURRENT_PROFILE that was breaking it before. I’ll see about sugggesting an edit to the relevant module read me. Cheers
-
@tismepaulo https://github.com/Jopyth/MMM-Remote-Control/blob/master/README.md#notification-request the readme is correct it doesn’t say to put quotes around the notification
-
@strawberry-3.141 you’re right, but https://github.com/tosti007/MMM-ProfileSwitcher/blob/master/README.md#switching-profiles kinda does. I was going to add to the Using with other modules section of MMM-ProfileSwitcher
-
@tismepaulo thats a diffenrent use case the example shown in your link is for using inside a module and not as a http request, so therefore you need the quotes
-
@strawberry-3.141 ah OK, thanks :)