@kfyfeg Hey did you found a solution?
Read the statement by Michael Teeuw here.
Latest posts made by Commander
-
RE: MMM-XboxFriends - Using Puppeteer to retrieve your xbox friends list and their status
-
RE: MMM-XboxFriends - Using Puppeteer to retrieve your xbox friends list and their status
@kfyfeg
Did you run the Plugin at the moment on your MM?
You wrote at GitHub this:Option 1: Manual login
Go to MMM-XboxFriends folder
cd ~/MagicMirror/modules/MMM-GooglePhotos
node generateLogin.jsIts an Misstake with MMM-GooglePhotos? You mean MMM-XboxFriends?
-
RE: MMM-XboxFriends - Using Puppeteer to retrieve your xbox friends list and their status
@kfyfeg Big Thanks this would be great.
Did MagicMirro use the same Browser as puppeteer? -
RE: MMM-XboxFriends - Using Puppeteer to retrieve your xbox friends list and their status
Big Thanks for this Plugin,
I have a Problem after use node generateLogin.js.node generateLogin.js
Are you already logged in?
No, please login
user OK
pass OK
TimeoutError: waiting for selector#primaryArea > core-area > core-region-pivot > section > section > header > a.f-active
failed: timeout 40000ms exceeded
at new WaitTask (/home/pi/MagicMirror/modules/MMM-Xboxfriends/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:526:34)
at DOMWorld.waitForSelectorInPage (/home/pi/MagicMirror/modules/MMM-Xboxfriends/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:430:26)
at Object.internalHandler.waitFor (/home/pi/MagicMirror/modules/MMM-Xboxfriends/node_modules/puppeteer/lib/cjs/puppeteer/common/QueryHandler.js:31:77)
at DOMWorld.waitForSelector (/home/pi/MagicMirror/modules/MMM-Xboxfriends/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:321:29)
at Frame.waitForSelector (/home/pi/MagicMirror/modules/MMM-Xboxfriends/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:925:51)
at Page.waitForSelector (/home/pi/MagicMirror/modules/MMM-Xboxfriends/node_modules/puppeteer/lib/cjs/puppeteer/common/Page.js:2359:33)
at /home/pi/MagicMirror/modules/MMM-Xboxfriends/generateLogin.js:46:14
at processTicksAndRejections (internal/process/task_queues.js:95:5)I hope you can help :-)
-
RE: MMM-Fuel
stationIds: [“238715f9-60d6-4f7a-9e74-c40fdb71a79d”, “1b41801e-ee5e-490e-86d6-474bafec5dc4”, “4b9763df-8cce-426f-a1d5-2b44d413550a”],
Oh yes tanks !
-
RE: MMM-Fuel
@strawberry-3-141
Hello, i want to check prices of only 3 specific gas stations, but it doesn`t work.code_text: config: { api_key: "XXXXXXXXXXXXX-XXX-XXXX-XXXXXXXXXXXX", types: ["e5"], rotate: true, showDistance:false, lat: 50.8634, lng: 8.03944, stationIds: ["238715f9-60d6-4f7a-9e74-c40fdb71a79d"], radius: 0, lat: 50.8708534, lng: 8.014519, stationIds: ["1b41801e-ee5e-490e-86d6-474bafec5dc4"], radius: 0, lat: 50.871715, lng: 8.012415, stationIds: ["4b9763df-8cce-426f-a1d5-2b44d413550a"], radius: 0, // all your config options, which are different than their default values }
I try to set stationIds like that:
stationIds: ["238715f9-60d6-4f7a-9e74-c40fdb71a79d,1b41801e-ee5e-490e-86d6-474bafec5dc4,4b9763df-8cce-426f-a1d5-2b44d413550a"],
but it also doesn`t work.
Could you explaine how set specific gas stations?Thanks