@PaulB as the install instruction says git clone https://github.com/Jopyth/MMM-Remote-Control.git
Read the statement by Michael Teeuw here.
Posts
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
-
RE: Smartphone App for configuring MagicMirror
I just sent my professor an arrangement for my bachelor thesis with the mobile app for magicmirror as my topic. let’s see what his response will be :)
-
RE: Is there a way . . .
@Mykle1 put that in custom.css
body { margin: 20px; height: calc(100% - 40px); width: calc(100% - 40px); }
-
Mobile app (bachelor thesis)
Hey guys, I created a survey for my bachelor thesis (mobile app for MagicMirror²).
Feel free to share it with all MagicMirror² users you know.
I will post updates on this topic here. If you have questions, suggestions, etc. you also can send me a private message.
Thanks for your support
Survey is closed
-
RE: Throwing down the gauntlet
if someone wants to achieve the same, actually there is the module wunderground twice (center and right), but once the forecast and the other time the current weather is hidden
.region.top.center .MMM-WunderGround table.small, //selector for forecast .region.top.right .MMM-WunderGround table:not(.small), //selector for current weather .region.top.right .MMM-WunderGround table.small td:nth-child(6) { //selector for rain amount display:none; }
-
MMM-Soccer - Standings, Schedules and Top Scorers
Description
Module to bring your favorite soccer leagues and cups onto the MagicMirror. Display information about standings, schedules, and top scorers.
Screenshot
Link
https://github.com/fewieden/MMM-soccer
[card:fewieden/MMM-soccer]
-
RE: MMM-FRITZ-Box-Callmonitor
cd ~/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor npm install
-
RE: custom.css
a proper solution would be to do your changes in the custom.css only, so you’ll not lose your modification by an update
in general you do the following rule
.MODULE_NAME .CLASS_TO_CHANGE { /*CSS RULE*/ }
.compliments .xlarge { font-weight: bold; }
this will only affect your compliments module
-
RE: MMM-MLB
@ooom416354 if you can wait for a few days I will teach @cowboysdude how to do it