Yes my sonos are on the same lan, i let it all the night and didn’t find them. I can ping them from my magic mirror.
And i don’t have any other messages in log :(
Can i send so command line to have more information ?
Yes my sonos are on the same lan, i let it all the night and didn’t find them. I can ping them from my magic mirror.
And i don’t have any other messages in log :(
Can i send so command line to have more information ?
Hello,
I install this module but i got this error :
0|mm | Failed to get groups: No device found. Retrying in 1 seconds ...
Did i made a mistake ?
Hi !
This new version is so cool, may i ask for a feature ?
Do you think it’s possible to add weather running info to this plugin ?
Like this https://weather.com/fr-FR/forecast/gorun/l/FRXX0079:1:FR
hour by hour ? :D
Thaanks i didn’t see this options !!
THanks a lot
Hello,
I got two sonos (for now) but on my mirror i only want to show one of this two. I don’t find how to do that, is ti possible ?
@Desaydrone said in MMM-NOAA - Another Weather Module:
google-translate-api
Sorry i found my mistake, i forgot “npm install” :( Sorry
Hello,
I try to config this module, but i have some error when launching
0|mm | App threw an error during load
0|mm | Error: Cannot find module 'google-translate-api'
0|mm | at Module._resolveFilename (module.js:455:15)
0|mm | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
0|mm | at Function.Module._load (module.js:403:25)
0|mm | at Module.require (module.js:483:17)
0|mm | at require (internal/module.js:20:19)
0|mm | at Object. (/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js:9:19)
0|mm | at Module._compile (module.js:556:32)
0|mm | at Object.Module._extensions..js (module.js:565:10)
0|mm | at Module.load (module.js:473:32)
0|mm | at tryModuleLoad (module.js:432:12)
0|mm | Whoops! There was an uncaught exception...
0|mm | { Error: Cannot find module 'google-translate-api'
0|mm | at Module._resolveFilename (module.js:455:15)
0|mm | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
0|mm | at Function.Module._load (module.js:403:25)
0|mm | at Module.require (module.js:483:17)
0|mm | at require (internal/module.js:20:19)
0|mm | at Object. (/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js:9:19)
0|mm | at Module._compile (module.js:556:32)
0|mm | at Object.Module._extensions..js (module.js:565:10)
0|mm | at Module.load (module.js:473:32)
0|mm | at tryModuleLoad (module.js:432:12) code: 'MODULE_NOT_FOUND' }
Di i made some mistake ? I never need google translate since now
Hi,
I got a probleme with capture.py when i use my pi cam
Traceback (most recent call last):
File "capture.py", line 41, in
capture.capture(preview)
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 40, in capture
camera = config.get_camera(preview)
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 101, in get_camera
return webcam.OpenCVCapture(device_id=0)
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/webcam.py", line 29, in __init__
self._camera.open()
TypeError: Required argument 'device' (pos 1) not found
When i use a logitech usb cam no problem.
With the picam connected i try this and it works
raspistill -o image.jpg
Some ideas how to resolve this ?