I can’t seem to get this module to work. I’ve followed the instructions carefully but it is just showing ‘Fetching league’. Is someone able to help?
Read the statement by Michael Teeuw here.
Latest posts made by tismepaulo
-
RE: MMM-Fantasy-Premier-League
-
RE: MMM-GoogleShoppingList
@sean OK, no worries. I’ll keep an eye out for updates
-
RE: MMM-GoogleShoppingList
Hi, great work on this, looking forward to seeing how it progresses. I can’t seem to get it working as it cannot bypass the Google sign in. I know it is attempting to sign in as I get a text message with a Google access code. Where do I put this code to make things work?
-
RE: MMM-GoogleFit
Thank you @amcolash I set this module up tonight. All working great, except when I edit chartWidth (to anything more than 360) to make it bigger, it cuts off part of the leftmost pie chart. It does this whether I’m using icons or not. I use it in bottom_center if that makes any difference. Any idea how to stop this happening? I’d like to have larger pies!
-
RE: Sending notification from MMM-Remote-Control to MMM-ProfileSwitcher
@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
-
RE: 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
-
RE: Sending notification from MMM-Remote-Control to MMM-ProfileSwitcher
@Jopyth thank you for that tool. I will try a few things out later. I am trying to find the correct static URL to use, and fingers crossed this will get me there!
-
RE: Sending notification from MMM-Remote-Control to MMM-ProfileSwitcher
Anybody out there able to help? It’s so frustrating as every other part of MM has been fantastic and relatively easy. Can anyone at least confirm that it should work in theory?
-
Sending notification from MMM-Remote-Control to MMM-ProfileSwitcher
Hello
I’m stuck trying to use the notification request feature of MMM-Remote-Control to send a notification to MMM-ProfileSwitcher in order to switch profiles. I’m doing this via a web GET request, which I know works already as I’ve got Monitor On and Monitor Off functioning correctly using http://IP.ADDRESS:PORT/remote?action=MONITOROFF
I know I’ve mashed together from two read me’s, but there’s no reason it shouldn’t work. I’m using: http://IP.ADDRESS:PORT/remote?action=NOTIFICATION¬ification=‘CURRENT_PROFILE’&payload=‘profilename’ i.e. ‘CURRENT_PROFILE’ is written exactly like that with the 2x ’ and profilename is the name of the profile I want to change to, again with 2x '.
I’ve also tried ", %27, %22, and all varieties with {} around it. I usually get the message {“status”:“Unexpected token ’ in JSON at position 0”} although I have had {“status”:“success”} with " around profilename, but nothing happened.
Can anyone help me please?