@lavolp3 is there a way to hide the league tables?
thanks
Thanks @BerkSmash1984 for the detailed information!
Which version of Raspbian do you run in your RPI?
Hi everyone,
Has anyone ever thought about playing MM?
In other words, has anyone ever integrated a SNES emulator or something like that into our MM (easy games…)?
There is RetroPi for ours RPI but it is based on a particular S.O. and I believe that there is no chance to jump from MM to RetroPi and viceversa.
Thanks.
@BerkSmash1984
One question: in “mapUrl” excluding the (x, y) coordinates, how did you compose the url?
Many thanks!
Hi @BerkSmash1984 and congratulations for the MM and for the organization of the pages!
I have a question for you: could you share the config for the “MMM-ISS-Map” module? I tried reading the developer’s instructions but I didn’t understand much…
Thanks!
Thanks @ankonaskiff17 for your description and sketch…very usefull!
My problem is on “Seeed Grove - Gesture V1.0 (PAJ7660)” sensor due to the cable lenght.
With the your enviroment, from the Endpoint, I should connect with my “Grove - Gesture Sensor” and I should solder a piece of cable with the “JST” connector at the end.
I have two questions:
1- which type of “JST” connector is on the Endpoint board?
2- probably this cable is good (I have to cut the Female Jumper in order to solder the cables from “Grove - Gesture Sensor”), correct?
I hope I was clear.
Can someone help me?
Many thanks
Hi there.
I made the decision to remove the monitor from the wall to fix the problem on the gesture sensor Paj7620 (is not easy for me remove the monitor from the wall…:face_with_steam_from_nose: ).
Now I need to choose the right “I2C Extender” for my installation, in particular I have to cut the cable that connects the gesture sensor with the RPI and connect the “I2C Extender” in the middle in order to increase the signal intensity and therefore the range.
I would share with you what I selected:
https://futuranet.it/prodotto/breakout-board-i2c-extender/ (I have a doubt about the 12 VdC…)
https://store.ncd.io/product/i2c-extender-cable-adapter-cable-joiner/
https://www.adafruit.com/product/4756 (i have a doubt if this extender I can put it in the middle of the line…)
Could you help me?
Thanks.
Hi @0m4r, this is my RPI configuration:
Below my module’s configuration:
{
module: 'MMM-SoccerLiveScore',
position: 'top_right',
//header: 'Live-Scores',
config: {
leagues: [23],
showNames: true,
showLogos: true,
displayTime: 60 * 1000,
showStandings: true,
showTables: false,
showDetails: true,
showScorers: false,
scrollVertical: false,
language: 'it', // supported values are en, de, it
}
},
Thanks for your help!
Hi all,
i have these errors refer to the “MMM-SoccerLiveScore” module in “MagicMirror-error.log” file:
[27.09.2023 18:40.07.575] [ERROR] MMM-SoccerLiveScore doPost URL {
href: 'https://toralarm.com/api/api/competitions/23/matches/30580909/details',
origin: 'https://toralarm.com',
protocol: 'https:',
username: '',
password: '',
host: 'toralarm.com',
hostname: 'toralarm.com',
port: '',
pathname: '/api/api/competitions/23/matches/30580909/details',
search: '',
searchParams: URLSearchParams {},
hash: ''
} {
method: 'POST',
gzip: true,
headers: {
Host: 'toralarm.com',
'accept-language': 'en-US,en;q=0.9,it;q=0.8,de-DE;q=0.7,de;q=0.6',
'content-type': 'application/json;charset=UTF-8'
},
body: '{"lng":"it"}'
} Response {
size: 0,
timeout: 0,
[Symbol(Body internals)]: {
body: Gunzip {
_writeState: [Uint32Array],
_readableState: [ReadableState],
_events: [Object: null prototype],
_eventsCount: 5,
_maxListeners: undefined,
_writableState: [WritableState],
allowHalfOpen: true,
bytesWritten: 0,
_handle: [Zlib],
_outBuffer: <Buffer 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... 16334 more bytes>,
_outOffset: 0,
_chunkSize: 16384,
_defaultFlushFlag: 2,
_finishFlushFlag: 2,
_defaultFullFlushFlag: 3,
_info: undefined,
_maxOutputLength: 1073741823,
_level: -1,
_strategy: 0,
[Symbol(kCapture)]: false,
[Symbol(kCallback)]: null,
[Symbol(kError)]: null
},
disturbed: false,
error: null
},
[Symbol(Response internals)]: {
url: 'https://toralarm.com/api/api/competitions/23/matches/30580909/details',
status: 500,
statusText: 'Internal Server Error',
headers: Headers { [Symbol(map)]: [Object: null prototype] },
counter: 0
}
}
[27.09.2023 18:40.07.577] [ERROR] MMM-SoccerLiveScore getDetails 23 https://toralarm.com/api/api/competitions/23/matches/30580909/details null
[27.09.2023 18:40.07.592] [ERROR] (node:12212) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'filter')
at forLoop (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:237:54)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
(Use `electron --trace-warnings ...` to show where the warning was created)
This is my sw configuration:
S.O.: Buster
MM: v2.23.0
RPI4 4gb
Is it possible to solve it?
Thanks.