I had to restart and it refreshed with the latest data. Kind of defeats the purpose of a “Live Score” functionality. I also noticed the icons are the kit colors and not the actual team logo. Any idea of maybe adding the logos instead? Otherwise, ill turn it off.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SoccerLiveScore
-
RE: MMM-SoccerLiveScore
Having an issue with the module updating. None of the weekend games updated.

-
RE: MMM-DailyBibleVerse
@broberg Worked! Now to get it a little closer together. Line 1 is really far from line 2.

-
RE: MMM-DailyBibleVerse
@cowboysdude
No luck on the custom.css file. Still the same size. Tried a 8px and no changes. -
RE: MMM-DailyBibleVerse
@cowboysdude said in MMM-DailyBibleVerse:
MMM-DailyBibleVerse {
font-size: 12px;
}Im thinking to myself, i know i can do this without help. It has to be simple. Then i gave up and spit it out here. Now look, its a frickin 1 liner! ugh, ill get it eventually.
Thanks, even though your a cowboys fans. ;-) -
RE: MMM-DailyBibleVerse
How do i make the font smaller? With long verses, it sucks up a lot of space. If I could half the size or match the text size of the other modules, it would free up more mirror.

-
RE: Medicine Cabinet For Magic Mirror Frame
@SoleLo the reason why people build them could be because its cheaper to just buy a few pieces of wood and customize the size. med cabs are standardized and there is a door. some just build a frame, hang it and forget it. its all about the their preference.
-
RE: Medicine Cabinet For Magic Mirror Frame
Of course it could work. Just replace the mirror with a two way mirror and attach the monitor to the door. Run the wiring along the hinge side of the door and either have an outlet behind the cabinet or feed the power cable through the bottom or side to reach an outlet. Good luck and post some pictures!
-
RE: Revelation! A "Duh" moment with NetworkScanner module.
@Mykle1 Could you share your Config? I’m having issues getting to your point. I just want to show my phone, my wifes phone and our laptops. I too am a noob and figured out the icons similarly.
How is yours working? No issues? -
RE: Weatherunderground - currently - hourly - daily - configurable
@strawberry-3.141 And that worked! I swear, i have no clue what we noobs would do without you.
-
RE: Weatherunderground - currently - hourly - daily - configurable
@strawberry-3.141
Here is the Config:{ module: 'MMM-WunderGround', position: 'top_left', config: { apikey: '', // private; don't share! pws: 'pws:KNJMOORE3', //Chester Ave hourly: '1', fctext: '1', fcdaycount: "9", fcdaystart: "1", hourlyinterval: "3", hourlycount: "3", alerttime: 30000, alerttruncatestring: "english:", roundTmpDecs: '1', layout: "vertical", windunits: "mph", coloricon: true, sysstat: 0 } }, -
RE: Weatherunderground - currently - hourly - daily - configurable
@strawberry-3.141 I tried this. No luck. The full data is in both top center and top left (i have mine on the other side and replaced “right” with “left”). I put the code in both the custom.css and the wunderground.css file. I think i am missing something.

-
RE: Wunderlist - your todos on the mirror
I have been running with 2 lists since the beginning of Jan. No issues with loading or the lists not updating. This may be an isolated incident. My wife and i are on the lists and either of us can add or delete. When we make a change, it changes on the mirror. Here is my config:
{ "module": "MMM-Wunderlist", "position": "top_right", "header": "To Do", "config": { "accessToken": "Your Token Here", "clientID": "Your clientID here", "maximumEntries": 5, "order": "normal", "lists": [ "To Do" ], "interval": 60, "fade": false, "fadePoint": 0.25 } }, { "module": "MMM-Wunderlist", "position": "top_right", "header": "Groceries", "config": { "accessToken": "Your Token Here", "clientID": "Your clientID here", "maximumEntries": 15, "order": "normal", "lists": [ "Groceries" ], "interval": 60, "fade": false, "fadePoint": 0.25 } },
-
RE: Weatherunderground - currently - hourly - daily - configurable
@Mykle1 Can you share how you did this?
-
RE: MMM-SoccerLiveScore
I started this module again because its high tide on the Cup races. I do have one issue on the logos. The Euro League Cub shows no icons (picture below). I am also getting some red scores on future dated games (picture below). I thought red scores were for current games. Is it possible to have the whole league name at the top instead of an abbreviation? Example; CL = Champions League. FA Cup shows as “FA Cup”. PR. League = British Premier League. If this is something i can edit on my own, please point me in that direction and ill make the changes.
Maybe a quick alert when a goal is scored? I cant watch them all.

-
RE: Weatherunderground - currently - hourly - daily - configurable
@RedNax much better! Thank you!
Just one thing, aesthetically, the little wind icons arent all uniform.
-
RE: MMM-NetworkScanner
@binderth I think you are on a right track. We just need to debug the “simple” task of turning on and off and then the fun can begin with other stuff.
-
RE: MMM-NetworkScanner
@binderth When i read through the Read ME, it says that the Residence determines when to turn on and off. I want this to work for me so then i can put my wifes phone in there as a resident and that way, when both of us leave, it shuts off. when one of us is home, it stays on.
-
RE: Weatherunderground - currently - hourly - daily - configurable
@strawberry-3.141 Im sure you can help me out with something else. The wind direction in the forecast is pushing the module really far into the center of the screen. Is there a way i can change the forecast wind direction to shrink it up a bit? Everything at the top seems to be really far in space. I know i could always go back to the vertical but i like the horizontal too.

-
RE: MMM-NetworkScanner
@binderth I tried testing it by turning my WiFi off on my phone, waiting a few minutes to see if it turns off and it doesn’t turn off. I even physically left the house for dinner and came home to it still on. I love the feature and would do almost anything to get it to work. I’m new to all this stuff so i don’t have the skill to debug on my own.