@wjdw87 it’s not a module, it’s a calendar. Address is in the config above
Read the statement by Michael Teeuw here.
Posts
-
RE: Show two weather and forecast modules on the same screen
-
RE: Withings
@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.
-
RE: Apple Health
Well I gave it a try, but the Fitbit MMM isn’t working any more for install…
-
RE: Fitbit
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.
-
RE: Apple Health
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.
-
RE: Magic Mirror with a stylist by Techblogogy
@Techblogogy very nice work! Would be better though if you unbundled your modules and put them in the module list.
-
RE: Halloween mirror ghouls anyone?
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?