@BKeyport said in MMM-MyScoreboard:
@sdetweil ESPN sneezes and the data format changes. Not a reliable source.
Hi @BKeyport do you know a valid alternative?
Thanks
@BKeyport said in MMM-MyScoreboard:
@sdetweil ESPN sneezes and the data format changes. Not a reliable source.
Hi @BKeyport do you know a valid alternative?
Thanks
@sdetweil said in MMM-MyScoreboard:
@Egnos no idea, go look at the GitHub site, post an issue.
I tried to do the recommended fix but nothing has changed.
https://github.com/jclarke0000/MMM-MyScoreboard/pull/61
I opened a problem on GitHub as you advised me, I await an answer.
If someone had solved … give a whistle ;-)
@sdetweil said in MMM-MyScoreboard:
looks like the provider changed their API. so the module will have to be changed
Hi @sdetweil
I understand. Do you know if the developer still maintains the module?
Thanks
Hello everybody,
I’m having trouble with this module, are any of you using it?
The following errors MM returns me:
[02.09.2022 10:52.55.068] [LOG] [MMM-MyScoreboard] 2-Sep-22 10:52 ** ERROR ** Couldn't retrieve ITA_SERIE_A data for provider ESPN: Error: getaddrinfo ENOTFOUND site.api.espn.com
[02.09.2022 10:52.55.068] [LOG] [MMM-MyScoreboard] http://site.api.espn.com/apis/site/v2/sports/soccer/ita.1/scoreboard?dates=20220902&limit=200
Starting module: MMM-MyScoreboard MMM-MyScoreboard.js:560
All modules started!
MMM-MyScoreboard.js:552
[MMM-MyScoreboard] Updating Scores module.js:195
MMM-MyScoreboard is suspended.
Below my configuration
{
module: "MMM-MyScoreboard",
position: "top_right",
classes: "default everyone",
header: "My Scoreboard",
config: {
showLeagueSeparators: true,
colored: true,
viewStyle: "mediumLogos",
sports: [
{
league: "ITA_SERIE_A",
//teams: ["JUV"]
//label: "Seria A TIM 2022/23"
}
]
}
},
Can you help me?
Thanks
@MMRIZE said in Change page with MMM-Pages:
See how usage looks like.
https://youtu.be/BcpZvkcrfHU
I just have to try!
@MMRIZE If instead you took the sensor without a cover how did you think of attaching it to the frame? Do you leave the sensor naked or cover it with a self made cover?
Hi @lavolp3 I downloaded your module from here:
https://bytemeta.vip/repo/lavolp3/MMM-soccer
But for some reason the results of the Champions League do not show the logos of the teams and also the results seem to me formatted badly.
Am I doing something wrong?
Follow a screenshot:

Here is the config.js:
{
module: 'MMM-soccer',
position: 'top_right',
config: {
api_key: '2c709c5e9c9a491a88b810c43ae00f0e',
show: ['SA'],
colored: true,
logos: true,
updateInterval: 60,
showTables: false,
focus_on: {
'SA': 'FC Juventus'
},
max_teams: 5,
matchType: 'league'
}
},
{
module: 'MMM-soccer',
position: 'top_left',
config: {
api_key: '2c709c5e9c9a491a88b810c43ae00f0e',
show: ['CL'],
logos: true,
colored: true,
updateInterval: 60,
focus_on: {
'CL': 'FC Juventus'
},
max_teams: 5,
matchType: 'league'
}
},
Thanks.
@sdetweil said in Change page with MMM-Pages:
Effective recognition distance 5cm-15cm
(without obstruction of case or cover)
If so, it is very little!
@MMRIZE said in Change page with MMM-Pages:
Looks like so. (If the description is right). I think it is only housed with pretty cover. But I think its better without housing (Because you may want to dig this sensor to wooden mirror frame. In that case, without housing would be better to assembly)
Another possible issue might be HY2.0-4P Cable included. That connector would not fit with bare GPIO pins of RPI. You may need something like below cable (only one piece);
If instead you took the sensor without a cover how did you think of attaching it to the frame? Do you leave the sensor naked or cover it with a self made cover?
@MMRIZE said in Change page with MMM-Pages:
MMM-GroveGestures module already has onIdle and onDetected features, So these features could be used for your idle/wakeup behaviours.
Ok, I hope you will help me when I have to make it work!:winking_face:
@MMRIZE said in Change page with MMM-Pages:
(But the sensor itself has not long distances like PIR, so to use PIR together would be better idea.)
From your tests what is the minimum distance that the hand must have from the sensor?
Thank you very much!
@MMRIZE said in Change page with MMM-Pages:
Yup, I made that.
Sorry @MMRIZE but I didn’t understand that the module “MMM-GroveGesture” was created by you and I apologize if I doubted its reliability.
I found the sensor you mentioned, in a nicer form to see, I am attaching the link:
https://shop.m5stack.com/products/unit-gesture-recognition-sensor-paj7620u2
Can you confirm that it is the same HW that you used?
Furthermore, would it be possible to link the functions of the gesture sensor to a motion sensor (PIR)?
For instance:
IF the motion sensor does not detect movement THEN do not activate the gesture sensor (also because the monitor would be off …)
IF the motion sensor detects movement THEN also activate the gesture sensor (also because the monitor would be on …)
@sdetweil said in Change page with MMM-Pages:
the way AlexaControl works , it creates a switch, on or off…
a switch doesn’t get any data from the voice command
on 12? makes no sense
so you cannot create a single generic go to page x, notification
and use voice to give x
you CAN create a notification for EACH page
page 1
page 2
page 3
page 4
page 5
and the voice is ‘alexa, turn on page 1’
and the page 1 alexacontrol event fires the pages notification for goto page 1
thanks @sdetweil now i understand. Thank you so much!
@sdetweil said in Change page with MMM-Pages:
but you cannot define a single switch that can go to any page based on voice…
(but it sounds like that to the user)…
I did not understand this last sentence …
@MMRIZE said in Change page with MMM-Pages:
That is a different H/W and different module with MMM-GroveGesture. MMM-Swipe is using HC-SR04, Ultrasonic Sensor, it is different with PAJ7620 gesture sensor.
Which one do you recommend between the two? Did you find “MMM-GroveGesture” reliable?
@MMRIZE said in Change page with MMM-Pages:
Not with Echo, But with Google Home I had success,(+ IFTTT + Nginx + dataplicity.io + MMM-NotificationTrigger) It is definitely possible.
It would be perfect (I am oriented to the purchase of a Nest Audio …) but I see the thing too “complicated” … :grinning_face_with_sweat:
@MMRIZE said in Change page with MMM-Pages:
@Egnos
We might have many user-input methods for the mirror, but you need to have them already. What do you have? physical button? touchscreen? command from a smartphone? IR sensor? face detection from a webcam? Geo-fence detection? IFTTT event? noise detection? voice command without GA? Alexa skill? by email(yes, even it possible)…
What do you want? then we can discuss about it. :)
Hi @MMRIZE and thanks for your reply.
I wanted to understand which methods were possible to change the page using the notification method (excluding GA that I already use …).
I was interested in “MMM-GroveGesture” (Maybe combined with a PIR…) but I have seen that some have reliability problems. Have you ever tried it?
https://forum.magicmirror.builders/topic/6428/question-to-mmm-swipe-simon089-and-mmm-pages-and-mmm-page-indicator
@MMRIZE said in Change page with MMM-Pages:
@sdetweil Sad to hear it.
But I think through IFTTT it might be possible (though not tested, but…)
I mean, not Alexa implemented mirror, but use Alexa Echo to command a mirror (via >IFTTT and webhook endpoint)
This solution of using Alexa Echo might interest me: have you already done some tests?
Thanks very much for the valuable advice!
Hello everybody,
I would need your advice to change pages of the MM (I use MMM-Pages).
I have always used automatic rotation or recipes with the GA module … but I would like to do without the GA.
What methods do you know to change pages using notifications? Excluding GA …
Thank you all.
@cyberphox said in Voice Control on MagicMirror Synology Docker:
I run mine in Docker on my Synology. Use a pi behind the mirror for viewing with PIR hooked up to it.
Very Good
@cyberphox said in Voice Control on MagicMirror Synology Docker:
As for voice, yeah you might be outta luck there.
I know it! Someone on the forum has done something … but there is no feedback !
@sdetweil said in Voice Control on MagicMirror Synology Docker:
esign assumes the hardware is near
To solve the PIR problem I could wire the sensor to the GPIO of the Raspberry connected to the monitor (away from the Raspberry Server on the Synology) and turn the monitor off / on using a few lines of code (something I should find on the internet … do you have any advice ?) that run externally to the MM.
For voice commands I would like to use GoogleHome/EchoDot Alexa (better quality of voice recognition, integrated speaker, google/alexa functions, etc …) to send commands to the MM Server.
This last part is still being studied … I see that someone on the forum has tried the GH-MM combination but I don’t see many results …
@sdetweil said in Voice Control on MagicMirror Synology Docker:
no… in server mode that code is not running. those are web page components of the modules, so only running on the PI browser…
If I understand correctly, when the MM is in “Server Mode” inside the Synology, it is not possible to send requests and therefore not receive replies? Correct?
@sdetweil said in Voice Control on MagicMirror Synology Docker:
@egnos ok, so you would run MM in server mode… no UI locally
Yes!
Thanks @sdetweil for the post, I just read but in my opinion @martinhood’s solution is not very stable.
At this point I was thinking of a solution like this:
@sdetweil said in Voice Control on MagicMirror Synology Docker:
@egnos I think u don’t use the pi hardware in this
I would use an RPi connected to a monitor just to view the web page…
@sdetweil said in Voice Control on MagicMirror Synology Docker:
without the pi hardware there are no gpio pins.
so PIR becomes a problem.
I think so too.
@sdetweil said in Voice Control on MagicMirror Synology Docker:
I don’t know how u assign the USB mic to the container. maybe u don’t have to.
Why don’t I have to?
How would I send voice commands to the MM contained in the Synology?
Hi guys,
I was thinking of moving my MagicMirror in my Synology.
Considering an environment in which the Synology is located far (in the cellar …) from the Raspberry PI, and the Raspberry PI will only manage the browser part:
Thanks and good holidays!
Hi @fribse, do you use physical Google Home or do you run Google Assistant on the RPI? Thanks