@spwood100 That module can be found on Github and here in the Forum Post.
Read the statement by Michael Teeuw here.
Posts
-
RE: Mirror Screencast
-
RE: MagicMirror at Maker Faire Berlin
I am the most hands… just kidding, the leftmost guy. :D
-
RE: MagicMirror at Maker Faire Berlin
Day 1 is almost finished, you can still stop by tomorrow:
75% of the presenters at the Maker Faire. -
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@pepemujica Currently not possible. How would you identify them? Do they have different headers? Or by region/position?
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
Sorry for my long absence. I am currently in the last weeks of writing my master thesis. Therefore unfortunately not much will be happening until second or third week of May.
Big thanks to @strawberry-3-141 and @yawns to help everyone out so much. I finally made a release with the outstanding fixes:
[1.1.3] - 2017-04-23
Added
- Portuguese translation
- Indonesian translation
- Support for iOS Icon and Webapp
Changed
- Installation no longer needs a temporary file
Fixed
- Icon paths adapted to changes in Magic Mirror² 2.1.0
Hopefully I got everyone covered in my answers:
@PatrickGlatz Have you figured it out yet? I don’t think there is any special configuration needed, just need to find the right menu.
@kurt Thanks! Hopefully I will come around to improve the config interface at some point, as there are still some known bugs and problems, but I am glad it is already helping.
@AAPS You are right, I should probably add
npm install
after updating MM.@pepemujica What error do you get? Maybe it is something in your network settings?
-
RE: youtube - Embedded YouTube on Your MagicMirror
@wizz It should be about these lines in
remote.js
. -
RE: MMM-FRITZ-Box-Callmonitor
@Photon2000 Can you try to execute this:
python -c "import fritzconnection as fc; fc.print_api(password='PWD')"
and have a look at your model and OS version? Maybe they changed something in the API, or you have an older version? -
RE: Getting an error when attempting to update MMM-Remote-Control
@MobbareKurtZ You are on the
develop
branch. In this case usegit pull origin develop
(or run the installer again).Did you do
git diff
before to see what the changes were? Strange that you did not change anything, but it still says so. Let me know if you encounter it again. -
RE: Getting an error when attempting to update MMM-Remote-Control
@MobbareKurtZ As @yawns said: You have changed something in the
remote.html
file. If you want to know what that was, usegit diff
in the MMM-Remote-Control folder. You can use the methods describe above to reset or save the changes (you can replace thegit pull origin master
with calling the updater/installer).