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

    Posts

    Recent Best Controversial
    • RE: Is there a way . . .

      dang. For some reason, that brings it even tighter to the edges than %. Weird.

      I highly recommend the following for use on the official 7" touchscreen display. Gets you the maximum screen usage.

      (I have a mini-display magic mirror for work.) :)

      body {
      margin: 0px;
      height: calc(100vh - 10px);
      width: calc(100vw - 5px);
      }

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Is there a way . . .

      @strawberry-3-141 Just found this, bless you. Should be in the magic mirror documentation.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • MMM-MyCommute - Google blocked!

      Attn: @j-e-f-f

      I’m having a problem with MMM-MyCommute - Google has blocked my API usage, because my bank blocked them from hitting my card so hard that the police was called… Seriously.

      My bank has shut down my credit card due to fraud, called the police, and opened a report with them because Google has kept authorizing small amounts on my credit card then releasing it (I’m assuming they’re constantly checking if the card is valid). They’re considering it fraud, and they told me that if I re-authorize Google to use my bank account, they’ll close the account.

      Google has responded by cancelling my API usage.

      Therefore, I can no longer use google as a data provider. Is there another provider option for this, or am I stuck?

      If I’m stuck, is there another module that has like functionality, but from a SP that won’t pound my card like Ronda Rousey on fight night?

      Thanks!

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      That’s sounding more like the profile switcher’s issue - unless you’ve config’d this player to be full screen.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Magic Mirror 2 oder windows

      I haven’t heard of running it directly on windows, rather using the Raspberry as a server, and any browser as the client.

      If you’ve got a strong enough Raspberry, there isn’t a good enough reason to run it anywhere other than the Raspberry itself, in my view.

      posted in General Discussion
      BKeyportB
      BKeyport
    • RE: MMM-MyScoreboard

      Happens from time to time. I just turned off the logos…

      posted in Sport
      BKeyportB
      BKeyport
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      Does it handle midnight properly in 12 hour mode? So darned tired of the 0am stuff the other DarkSky one has. ;)

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Help mounting monitor.

      @yawns Wow - this is the level of detail I’m looking for… thanks!

      posted in Show your Mirror
      BKeyportB
      BKeyport
    • RE: Help mounting monitor.

      it’s hard for me to tell what’s holding the monitor in place in your pics, honestly - and your post is actually what spawned this one - because to me, it looks like the monitors just float there, which I know isn’t possible (yet?)

      posted in Show your Mirror
      BKeyportB
      BKeyport
    • Help mounting monitor.

      Can you guys that have removed the monitor from it’s case show me how you mounted it within the frame? I’m trying to decide how to do my project build now that I’ve got everything mostly working.

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

      So, it does the same thing now with my other magic mirror install.

      The other unit is on a 7" touchscreen, I have it alternating between the Weather module and the Weather Forcast module.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Little voice testing.....

      Pretty slick. What’s changing the pages?

      posted in Show your Mirror
      BKeyportB
      BKeyport
    • RE: Restarting MM² when config.js file changes

      Wow. Cool idea.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • 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
    • 1
    • 2
    • 63
    • 64
    • 65
    • 66
    • 67
    • 65 / 67