You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I am trying to get this module to display a specific image via command line targeting MMM-Remote-Control, though I am unsure of the syntax. I have played with all kinds of tests, but I can't seem to get it to work.
<pre>Cannot GET /api/module/:MMM-BackgroundSlideshow/:BACKGROUNDSLIDESHOW_URL/:url='/modules/MMM-ImageSlideshow/on_tap/Dark_Ale.jpg'&resume=true</pre>
Other iterations also yield the same result. What is the correct syntax for this?
The text was updated successfully, but these errors were encountered:
I suspect your issue is due to a code change in this module. It is no longer processing notifications, which I think is an error made in the last module change. See Bug #127 for more context.
Thanks for your reply. I have accomplished what i was hoping to do using MMM-SimpleLogo, but please let me know when the bug you mentioned has been fixed.
Hello;
So, I am trying to get this module to display a specific image via command line targeting MMM-Remote-Control, though I am unsure of the syntax. I have played with all kinds of tests, but I can't seem to get it to work.
curl "http://192.168.1.200:8080/api/module/:MMM-BackgroundSlideshow/:BACKGROUNDSLIDESHOW_URL/:url='/modules/MMM-ImageSlideshow/on_tap/Dark_Ale.jpg'&resume=true?apiKey=My_API_key"
Yields the following:
<pre>Cannot GET /api/module/:MMM-BackgroundSlideshow/:BACKGROUNDSLIDESHOW_URL/:url='/modules/MMM-ImageSlideshow/on_tap/Dark_Ale.jpg'&resume=true</pre>
Other iterations also yield the same result. What is the correct syntax for this?
The text was updated successfully, but these errors were encountered: