For some reason, I get trapped in “chat” sessions. There’s no buttons to close the chat window, and I have to reload the forum to fix it. Is anyone else having this problem, or is it something specific to me?
Read the statement by Michael Teeuw here.
Posts
-
Forum bug
-
RE: MMM-MyScoreboard
So, I did end up forking it (Off of VInP’s fork), if for nothing else to try and figure out how to do things.
https://github.com/BKeyport/MMM-MyScoreboard
All I’ve changed so far from VinP’s changes is line 454 - “var anyGames = true;” instead of “false”
This results in the headers showing, which in my config results in no blank screens.
-
RE: MMM-NewsFeedTicker
yes, as a matter of fact. Fixes the centering too if you have that problem:
custom.css in css subdirectory:
.MMM-NewsFeedTicker .image {
position: absolute;
display: inline-block;
vertical-align: middle;
margin-left: 0;
height: 40px; /* set to your image size */
z-index: 1;
background-color: #FFF;
bottom: 0;
left: 0px;}
-
Rude Module Developers
I’m getting sick and tired of rude and downright obnoxious developers.
In my case, I submitted a couple of suggestions to a developer to improve his product in my view for my specific case, and asked that they be added as options. I get the effective response of “Screw off, this is the way it works” and both suggestions closed with the same message.
Please, developers - consider your user base - I, for one, don’t know Javascript in the slightest, other than what I’ve learned about syntax from the config file. If you could be nicer to the user base - I for one, would be grateful.
I’m very close to just deleting Magic Mirror and forgetting about this project.
-
RE: MMM-MyScoreboard
Right, and I’m suggesting an optional change to that, so that I can eliminate the blank screens… I’d love to see a simple one line “NCAAF - No games scheduled” item available if selected by the user.
If I was any good at JS, I’d do it myself, but adulting has kept me away from hobby programming.
-
RE: MMM-MyScoreboard
hey, @vinp -
I filed this as an issue on the main fork - was wondering if you’d be interested in adding this for me, as I’m just a beginner in javascript and don’t fully understand what’s going on here.
For leagues that are currently “Out of Season” or off for the day, can we get output like “[league name] - No games scheduled” - This would prevent blank screens in my case, where I have MMM-Carousel running to page between sports.
“MLB - No Games Scheduled”
“NBA - No Games Scheduled”
“NCAAF - No Games Scheduled”
etc. -
RE: MMM-WeatherBackground
This module is supposed to be weather images, yet, I have seen exactly one image that’s weather related.
Most of the time, it’s keyboards, computer related stuff, people, etc.
Can I restrict the pictures?
-
RE: Align to the left!
I added “left: 0px;” to the custom.css for a couple of modules I was was having issues with formatting. It works.
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
I can confirm OMX is a major B.
I had to convert over to FFMPEG to get things to work without crashing the entire system to the point of taking it offline, but not crashing MM other than not updating anymore (Clock and such still work, just it couldn’t get anything off the internet)
-
RE: MMM-NewsFeedTicker
fwiw, it could have happened as adjustments made to the code for a feature I asked for… :innocent look: