MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. BKeyport
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 2
    • Topics 65
    • Posts 1,312
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Magic Mirror startup script.

      Personally, I don’t see why you’d have anything more than

      cd ~/MagicMirror
      DISPLAY=:0 npm start

      in your magic mirror startup script. I personally have a 2nd script with the config check in it, so I can see errors and fix them before I manually run the PM2 restart.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Forum bug

      yeah, I didn’t even realize it was there, either.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Forum bug

      Ok - playing with the themes, I found one that’s a compromise. Readable (on white background) and has all the buttons… clearly, some errors in the skins.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-Carousel - displaying multiple modules at one time.

      Not entirely sure I understand - the copies/instances work, and they normally display independently of each other, just every once in a while, the carousel show multiple copies at once.

      That being said, it will occur with any module being handled by the MMM-Carousel module. Most frequent problem is two different modules showing at the same time. (MMM-NFL and the first copy of MMM-MyScoreboard)

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • MMM-Carousel - displaying multiple modules at one time.

      I’m having a bit of trouble with MMM-Carousel…

      Using it with the following config - MMM-MyScoreboard is my (slightly) modified fork of the main app. It’ll randomly display several of the modules at one time (be it MMM-NFL and a few of the MMM-MyScoreboard modules, or just a bunch of the MMM-MyScoreboard copies).

      Any clue what’s going on, and how to fix? (Only relevant sections of config shown)

      	// top_center (This section is managed by MMM-Carousel)
      	{
      		module: "MMM-NFL",
      		position: "top_center",
      		config: {
      			colored: true,
      			reloadInterval: 60000,
      			helmets: true,
      		}
      	},
      	{
      		module: "MMM-MyScoreboard",
      		position: "top_center",
      		header: "National Hockey League",
      		config: {
      			viewStyle: "oneLine",
      			sports: [
      					{
      						league: "NHL"  // No preferred team (yet)
      					},
      			],
      			rolloverHours: 10,
      			showLeagueSeparators: false,
      			showNoSportsText: true,
      			shadeRows: true
      		}
      	},
      	{
      		module: "MMM-MyScoreboard",
      		position: "top_center",
      		header: "Major League Baseball",
      		config: {
      			viewStyle: "oneLine",
      			sports: [
      					{
      						league: "MLB",
      						teams: "SF",
      						groups: "AL West",
      					},
      					{
      						league: "MLS",
      						teams: "SEA",
      					},
      			],
      			rolloverHours: 10,
      			showLeagueSeparators: false,
      			showNoSportsText: true,
      			shadeRows: true
      		}
      	},
      	{
      		module: "MMM-MyScoreboard",
      		position: "top_center",
      		header: "Pac-12 Football",
      		config: {
      			viewStyle: "oneLine",
      			sports: [
      					{
      						league: "NCAAF",
      						teams: ["ARIZ", "ASU", "CAL", "COLO", "ORE", "ORST", "STAN", "UCLA", "USC", "UTAH", "WASH", "WSU"], // "Pac-12" group doesn't work
      					}
      			],
      			rolloverHours: 10,
      			showLeagueSeparators: false,
      			showNoSportsText: true,
      			shadeRows: true
      		}
      	},
      	{
      		module: "MMM-MyScoreboard",
      		position: "top_center",
      		header: "NCAA Football Top 25",
      		config: {
      			viewStyle: "oneLine",
      			sports: [
      					{
      						league: "NCAAF",
      						teams: ["@T25"],
      					}
      			],
      			rolloverHours: 10,
      			showLeagueSeparators: false,
      			showNoSportsText: true,
      			shadeRows: true
      		}
      	},
      
      //hidden modules 
      	{
      		module: "MMM-Carousel",
      		config: {
      			transitionInterval: 20000,
      			showPageIndicators: false,
      			showPageControls: false,
      			mode: "positional",
      			top_center: {
      				enabled: true,
      				ignoreModules: [],
      				},
      		},
      	},
      
      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-MyScoreboard

      Vince, Your mod works perfectly - once I undo mine.

      Thanks for the head start to see how it’s modified. Will be fun to learn.

      posted in Sport
      BKeyportB
      BKeyport
    • RE: MMM-MyScoreboard

      FWIW, I seem to have a legit bug - the group “Pac-12” seems to go random on teams in NCAAF. (using my fork of VinP’s fork of the module), I’ve overridden it by putting all the teams in individually for now.

      posted in Sport
      BKeyportB
      BKeyport
    • RE: MMM-MyScoreboard

      Cool, Thanks, Vince - I’ve merged your updates into my fork, and I’m playing with it now. Thinking about playing around with the other (what I would consider) improvement cases I wanna do, having two or three modules to show scoreboards that are all different does irritate me to no end… :)

      posted in Sport
      BKeyportB
      BKeyport
    • Forum bug

      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?

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • 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.

      posted in Sport
      BKeyportB
      BKeyport
    • 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;

      }

      posted in Utilities
      BKeyportB
      BKeyport
    • 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.

      posted in General Discussion advice
      BKeyportB
      BKeyport
    • 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.

      posted in Sport
      BKeyportB
      BKeyport
    • 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.

      posted in Sport
      BKeyportB
      BKeyport
    • 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?

      posted in Utilities
      BKeyportB
      BKeyport
    • 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.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • 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)

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MMM-NewsFeedTicker

      fwiw, it could have happened as adjustments made to the code for a feature I asked for… :innocent look:

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MMM-NewsFeedTicker

      @Cr4z33 Nope, not just you.

      Fixed it, actually. added the line “left: 0px;” in my custom css in the “.MMM-NewsFeedTicker .image” section… it’ll force the image to the left.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MMM-NewsFeedTicker

      Looking good, other than the logo now appearing centered on final position - I have deleted all custom css…

      posted in Utilities
      BKeyportB
      BKeyport
    • 1 / 1