Read the statement by Michael Teeuw here.
Posts
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Mr-Meeseeks
Looking forward your updates.
-
RE: Withings
I got the withings scale, interested about the module you’re building :)
-
RE: Where are you from?
Paris, France
Really like the forum and its community
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Mr-Meeseeks : Perfect, thanks :)
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth : Really great work for your remote control module !
Someone might already suggest that, but because i’m not sure, let’s see :
It would be nice to have on your remote control page, versions of the different modules and indicate if there is a new release for it.
I think the idea is not having an automatic upgrade mechanism for now.
What do you think ?
-Olivier
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
+1, would be great to add this feature :)
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
Thank you both, it works with paviro’s MMM-FacialRecognition module.
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
Hi,
Great idea, i’ve tried your module but i does not work for me. I might have missed a step or something.
I did put in the config file your module (after download and setup with
npm install))) :{ module: 'MMM-ModuleScheduler' },And then :
{ module: 'MMM-WunderGround', position: 'top_right', config: { module_schedule: {from: '0 14 * * *', to: '0 18 * * *' }, apikey: 'xxxxxxxxx', // private; don't share! pws: 'pws:IBOULOGN39', //culemborg hourly: '1', fctext: '1', fcdaycount: "5", fcdaystart: "0", hourlyinterval: "3", hourlycount: "2", alerttime: 10000, alerttruncatestring: "french:" }, classes: 'for_all default' },It’s 13:30 and the weather is still showing on the mirror.
Thanks for your help
Note from admin: Please use Markdown on code snippets for easier reading!
-
RE: MMM-forecast-io -- Localized up to the minute weather
Looking forward to try this module too. It looks very nice
-
RE: Outfit Selection
I had the same idea :)
I think issues are :
- How to store these data ? Into a database ?
- Take pictures of all your clothes (which take a long time)
-
RE: mmm-food2fork-recipes
Great idea, works great.
Sometimes i got this error :
Uncaught TypeError: Cannot read property 'publisher' of undefinedIs there an api rate limit ?
Note from admin: Please use Markdown on code snippets for easier reading!
-
RE: Weatherunderground - currently - hourly - daily - configurable
Good job ! I’m also interested by your changes, let us know where we can find it.
Could be nice to add a module parameters like : “light_display : true/false” or something like that ?
-
RE: Fitbit
Also interested with the cron mechanism, the module could execute the setupAccess process once a day and trigger a reload on the gui ?
I’m using vnc to connect remotely on the RPI since i don’t have mouse/keyboards connected.
-
RE: Fitbit
I was getting invalid redirect_uri during the setup process. (sudo python setupAccess.py)
But now It’s working for me, great module !