@ashishtank I use MMM-Networkscanner and control my screen via that. If it does not detect my device residents then it powers the monitor off and when the device is detected on the network then it powers the monitor on. That way when I go out it powers the monitor off automatically and powers it on when I am back home.

mumblebaj
@mumblebaj
Best posts made by mumblebaj
-
RE: Need help on monitor power
-
RE: My first, slim mirror at home
@uros76 Looks very nice and clean. Like the “no wires” idea. Well done.
-
RE: config,js beginner
@berne You are missing a comma after the closing bracket of MMM-awesome-alexa. It should be
},
-
RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!
@MichMich Thanks for this project. I made my donation. Sorry it has taken so long after you posted this but I don’t get much time to spend on the forum. It is because of this project that I am now developing skills for Alexa. Thanks for inspiration. I have been running my mirror for close to a year now and it has been a great journey. Not sure if there are any other users from South Africa using this but I have had fun with it and it amazes my friends and family. Keep up the good work and I hope my donation will at least buy you 1 or 2 cold ones at the pub
-
RE: ~Official Topic~ MMM-GoogleAssistant - MMM-Assistant2Display
@Bugsounet Wow. Thats really cool. Well done…
-
RE: A whole lot upgrades to my MagicMirror, finally!
@cowboysdude What module are you using for the phone information?
Love the clean layout. Looks awesome -
RE: Exclude certain events from Calendar
@theaddies said in Exclude certain events from Calendar:
excludedEvents [ ‘Workout’],
I might be wrong but I think you might be missing a colon. It should read like this:
excludedEvents: [ 'Workout'],
-
RE: MMM-NOAA3 not working since last update
The issue was that I had to specify the lon and lat manually in the config.js.
-
RE: MMM-SpeedTest Fails to Install
@Bugsounet Updated and it now works fine. Thanks @Bugsounet
Latest posts made by mumblebaj
-
RE: MMM-Strava Auth Fail
@huso15 Hi. You need to add the config to the config.js and start MM. Then run http://192.168.1.23:8080/MMM-Strava/auth in a browser. This should then open the auth page to Strava. Hope this helps.
-
RE: Remote Control update
@pat59 I assume you have the module installed and you are just trying to update? If yes, do the following.
cd ~/MagicMirror/modules/MMM-Remote-Control git pull npm install
The command you are running is to do a fresh install and not an update.
-
RE: New to this and have no idea how to implement this module, MMM-RottenTomatoes
@Datfatboi You should only add the following to your config.js
{ module: “MMM-RottenTomatoes”, position: “top_left”, config: { showHeader: “true” showBoxOffice: “true” showOpeningThisWeek: “true” } },
-
RE: Need help on monitor power
@ashishtank I use MMM-Networkscanner and control my screen via that. If it does not detect my device residents then it powers the monitor off and when the device is detected on the network then it powers the monitor on. That way when I go out it powers the monitor off automatically and powers it on when I am back home.
-
RE: 4th Party Modules (@bugsounet) and npm library
@Bugsounet said in Summary of my own modules and npm library:
I will code other in 2021, don’t worry it’s planned
Thanks Bugs. Will await your release.
-
RE: 4th Party Modules (@bugsounet) and npm library
@Bugsounet HI Bugs, do you have an ETA for the MMM-ModemRouter? I can’t wait for this one.