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

    Topics

    • R

      Unknown Error

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      403 Views
      bheplerB
      There’s definitely something going on with your config.js file. Looking at the code, it’s not picking up the focus_on entry that you’ve supplied. Try to post the relevant section of your config.js again. Check the markdown options for how to post blocks of code. It’s probably something trivial, but without a good look into your config, I don’t think we can help you.
    • R

      MMM-MyScoreboard displays header for 1second and then nothing displays

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      161 Views
      R
      I have several other modules working just fine. I’m using MMM-Carousel as well and I have MMM-MyScoreboard on my second slide. I’ve tried getting rid of Carousel for a bit to see if I could get MyScoreboard working but it just shows the header for like one second and then there is nothing. Here is my config portions that include Carousel and MyScoreboard config (I apologize, the json formatting didn’t stick with the copy/paste: { module: “MMM-Carousel”, position: ‘bottom_bar’, config: { transitionInterval: 60000, showPageIndicators: true, showPageControls: true, ignoreModules: [‘clock’, ‘alert’, ‘calendar’, ‘MMM-GooglePhotos’], mode: ‘slides’, slides: [ [‘currentweather’, ‘weatherforecast’, ‘MMM-PaprikaMenu’, ‘MMM-Todoist’], [‘MMM-MyScoreboard’, ‘newsfeed’, ‘MMM-Jast’], ], }, }, { module: “MMM-MyScoreboard”, position: “top_right”, classes: “default everyone”, header: “My Scoreboard”, config: { showLeagueSeparators: true, colored: true, viewStyle: “mediumLogos”, rolloverHours: 10, showRankings: true, sports: [ { league: “MLB”, teams: [“MIL”] }, { league: “NFL”, teams: [“GB”] }, { league: “NHL”, teams: [“NSH”] }, { league: “NBA”, teams: [“MIL”] }, { league: “NCAAF”, teams: [“WIS”] }, { league: “NCAAM”, teams: [“WIS”] }, ], }, },
    • 1 / 1