@lolobyte well thanks for your religious beliefs, but rather off topic.
to re-state: I wonder if anyone knows how I can send a JSON message to a module - so I can send messages between modules.
@lolobyte well thanks for your religious beliefs, but rather off topic.
to re-state: I wonder if anyone knows how I can send a JSON message to a module - so I can send messages between modules.
@lolobyte So… it’s clear you don’t know how Alexa service works…
Anyhow, thanks for your concern.
Hi,
Not really a particular issue with a module, but I wonder if anyone knows how I can send a JSON message to a module - so I can send messages between modules.
Reason I’m wanting this is because I can then connect an Amazon Echo via HABridge to the MagicMirror - saves having a microphone, USB sound card etc.etc…
@matt25 Hi,
Thanks, with your pointers, I got through to step 4 and the resultant URL does retrieve data so I know the credentials are working- but putting that into the config.js (all info it looks like you ask for is contained in that request URL), I still get zeros.
I suspect I’m close, but not sure what could be wrong.
Ah, OK,
Now a different error.
When I get to Step 3, do I stop there or continue on (I’m getting a Bad Request on step 4)
Also it says in step 2 I should get a URL once I access the user - but I get Access Granted - and another token - no URL.
To be clear about the parameters for the config.js:
oath_consumer key is the key given in the partner app page. under My Keys and called APIKey
oauth_signature is listed right at the bottom in the black box in step 3.
clientID - no idea what that is
oauth_token is taken from the black box in step 3 and is highlighted. There are two copies of it.
Oh, One last request about functionality. It would be great if you could specify in Config.js which readings are actually shown. I only use the scales and so the other stuff is superfluous. I suspect the majority of people would not necessarily have the full set (steps and sleep).
@matt25
The problem I had was that I was ssh’ing into my mirror - so I tried running the Withings authorisation process on the mirror using Chrome, but I’m now getting a message that 127.0.0.1 can’t be reached.
@viper-sg2 said in MMM-Formula1 is not loading:
Today, i reboot my mirror and i was amazed. The module was loading…
yesterday i delete the module and cloned it again. I restart my MM and: No Loading - the module didn’t start properly. Annoyed i switched off the rasberry.Today morning, after the boot of my MM: Surprise - the module is loading!?
I didn’t have any explanation, sorry @frog, but maybe, clone the repo again und set up with no configuration, just i do. Restart the rasberry and see what happened.
Not sure what you are sorry about - as I said, I removed all parameters in the config.js and was working again.
Strange - Just got it back.
I removed all parameters in the config - so just used the defaults.
I’m getting that too - not loading.
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 Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-Formula1/node_helper.js:33:24)
0|mm | at Socket.<anonymous> (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:98:10)
0|mm | at emitTwo (events.js:106:13)
0|mm | at Socket.emit (events.js:191:7)
0|mm | at Socket.onevent (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:348:8) code: 'MODULE_NOT_FOUND' }
Great idea! Will they ship to Spain?
@wjdw87 it’s not a module, it’s a calendar. Address is in the config above
@matt25 What do you put in for the application website when creating the application on the withings site? Seems to be needed later when granting access - and I get a 404 error if I just put some random site mane in there.
Well I gave it a try, but the Fitbit MMM isn’t working any more for install…
I have the same issue but I think the problem is earlier in the install
Well I’m having an even earlier problem in installing the dependencies:
pi@Mirror1:~/MagicMirror/modules/MMM-fitbit $ npm install python-shell
returns:
/home/pi/MagicMirror/modules
└── python-shell@0.4.0
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/node_modules/node_helper/package.json'
npm WARN modules No description
npm WARN modules No repository field.
npm WARN modules No README data
npm WARN modules No license field.
The python-shell is clearly not installing.
It’s possible to get the data out of Health into the Fitbit app using SyncSolver, then use the Fitbit module to get the data.
@Techblogogy very nice work! Would be better though if you unbundled your modules and put them in the module list.
@bhepler yup, that dit it. Thanks!
I’m trying to loop a video using the following:
{
module: ‘helloworld’,
position: ‘fullscreen_below’,
config: {
text: “<video src=‘vendor/skelloop.mp4’ autoplay loop; position:absolute; top:100%;left:50%; height:200%’></video>”
}
},
but it just stops after the first run. I’m using the OMXplayer which I would have thought would have taken the loop parameter - but it seems it doesn’t. Anyone have an idea how I can fix this?