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

    khrusher

    @khrusher

    10
    Reputation
    2
    Profile views
    29
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location South Carolina, USA

    khrusher Unfollow Follow

    Best posts made by khrusher

    • First Pass at Office 'Mirror'

      Large TV in my home office.

      clock
      MMM-OpenWeatherForecast
      MMM-AutoDimmer
      MMM-RAIN-MAP
      newsfeed
      MMM-GoogleCalendar
      MMM-MyStandings

      7e6ae45e-e850-4e82-883b-d6e14afcb2f5-MM.gif

      posted in Show your Mirror
      K
      khrusher
    • RE: MMM-Carousel positional behaviour

      @Gav

      I know this is an old issue, but I solved it…adding here for future readers

      b94a4ad7-654e-46f2-ae5b-03159869b51e-image.png

      posted in Troubleshooting
      K
      khrusher
    • RE: iPad 2 IOS 9.3.5 - missing modules

      @flucko this is pretty cool!!! I have it running per your steps.

      posted in Troubleshooting
      K
      khrusher

    Latest posts made by khrusher

    • RE: MMM-MyStanding not updating within MMM-Carousel

      @sdetweil

      is this breaking the update notification? is there something I can do? Or is the lack of suspend/resume methods ultimately a show stopper here for now?

      posted in Troubleshooting
      K
      khrusher
    • RE: MMM-MyStanding not updating within MMM-Carousel

      @sdetweil

      sure…

      {
               "module": "MMM-Carousel",
               "position":"bottom_bar",
               "showPageIndicators":true,
               "config": {
                 "transitionInterval": 20000,
                 "mode": "positional",
                 "bottom_left": { "enabled": true, "ignoreModules": []  }
               }
            },    
      
            {
                module: "MMM-MyScoreboard",
                position: "bottom_left",
                classes: "default everyone",
                config: {
                   showLeagueSeparators: true,
                   colored: true,
                   viewStyle: "smallLogos",
                   rolloverHours: 11,
                   teams: ["BOS"],
                   sports: [
                     {
                       league: "NHL",
                     },
                     {
                         league: "MLB",
                         teams: ["BOS"]
                     },
                     {
                         league: "NFL",
                         teams: ["NE"]
                     }
                     ]
                }
            },
            {
               "module":"MMM-MyStandings",
               "position":"bottom_left",
               "config":{
                  "rotateInterval":2 * 60 * 1000,
                  "sports":[
                     {
                        "league":"MLB",
                        "groups":[
                           "American League East"
                        ]
                     },
                     {
                        "league":"NFL",
                        "groups":[
                           "ACF East"
                        ]
                     }
                  ]
               }
            },
      
      posted in Troubleshooting
      K
      khrusher
    • RE: MMM-MyStanding not updating within MMM-Carousel

      without MMM-Carousel and with the manual updates in the referenced item above, MMM-MyStandings updated properly.

      MMM-Carousel was swapping MMM-MyStandings and MMM-MyScoreboard. all this time that standings was not updating, MMM-MyScoreboard was. Scores were updated along with the live game action.

      Feels like an issue combining MMM-Carousel and MMM-MyStandings, maybe some kind of notification crossup

      posted in Troubleshooting
      K
      khrusher
    • RE: MMM-MyStanding not updating within MMM-Carousel

      ill check tomorrow

      posted in Troubleshooting
      K
      khrusher
    • RE: MMM-MyStanding not updating within MMM-Carousel

      has not updated since patch and restart. I think ill try without carousel

      posted in Troubleshooting
      K
      khrusher
    • RE: MMM-MyStanding not updating within MMM-Carousel

      Update applied, ill know tomorrow if it worked…thanks.

      posted in Troubleshooting
      K
      khrusher
    • MMM-MyStanding not updating within MMM-Carousel

      MMM-MyScorboard and MMM-MyStandings configured within MMM-Carousel as ‘positional’ The bottom_left rotates these two modules.

      not sure if MMM-Carousel plays into this, just wanted to add

      I see in the server output the fetch on regular intervals

      [2025-07-22 11:24:18.047] ^[[44m[DEBUG]^[[49m [MMM-MyStandings] https://site.api.espn.com/apis/v2/sports/baseball/mlb/standings?level=3&sort=gamesbehind:asc,winpercent:desc fetched

      I have manually pulled the data and it looks correct, however the data on the screen is not updated. If I refresh the screen r, the data is updated.

      posted in Troubleshooting
      K
      khrusher
    • RE: Open Weather not displaying

      @sdetweil thanks…I was getting used to “git pull” in the modules.

      All is good

      posted in Troubleshooting
      K
      khrusher
    • RE: Open Weather not displaying

      I had a backup and restored. everything works again…back to two commits behind

      posted in Troubleshooting
      K
      khrusher
    • RE: Open Weather not displaying

      I am similar…undefined in weather, notifications, news

      Use --update-env to update environment variables
      [PM2] Applying action restartProcessId on app [all](ids: [ 0 ])
      [PM2] MagicMirror ✓
      ┌────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
      │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
      ├────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
      │ 0 │ MagicMirror │ default │ 2.32.0 │ fork │ 3212 │ 0s │ 3 │ online │ 0% │ 2.7mb │ chris │ enabled │
      └────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
      chris@raspberrypi:~/MagicMirror $ npm run install-mm

      magicmirror@2.32.0 install-mm
      npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev

      npm error code EBADENGINE
      npm error engine Unsupported engine
      npm error engine Not compatible with your version of node/npm: @jest/console@30.0.2
      npm error notsup Not compatible with your version of node/npm: @jest/console@30.0.2
      npm error notsup Required: {“node”:“^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0”}
      npm error notsup Actual: {“npm”:“10.9.2”,“node”:“v23.11.0”}
      npm error A complete log of this run can be found in: /home/chris/.npm/_logs/2025-07-02T14_09_26_052Z-debug-0.log

      posted in Troubleshooting
      K
      khrusher