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

JMac

@JMac

3
Reputation
3
Profile views
80
Posts
0
Followers
0
Following
Joined Apr 13, 2023, 4:23 PM
Last Online May 18, 2025, 3:49 PM

JMac Unfollow Follow

Best posts made by JMac

  • RE: pm2 no longer launching MM

    sorry to sound extremely daft, but what should I be renaming it? Is there a preferred name or one which makes most sense?

    posted in Troubleshooting
    J
    JMac
    May 14, 2023, 1:15 PM
  • RE: pm2 no longer launching MM

    once a new name is picked can it later be changed back to magicmirror just to keep everything standard?

    Also, when you say,
    mv magicmirror newname, I’m guessing the newname bit is actually what I want to call it, or do I put the new name after?
    I’ve got a terrible feeling I’ll have to start the whole thing again which I definitely won’t look forward to.

    posted in Troubleshooting
    J
    JMac
    May 14, 2023, 2:40 PM
  • RE: pm2 no longer launching MM

    Sam, scratch my last message, I was just about to turn everything off as it’s getting pretty late here.
    used ctrl c to stop the MM so I could shutdown the pi and attack it another day.
    pm2 restarted the MM and hey presto the mirror seems by and large back to normal.

    I’m away with work for the next 3 days but will have a proper butchers (look) when I’m back home.

    Thank you so much for both your patience and help.
    I had genuine fears I’d have to start the entire build (modules bit) again and I was lucky I got it up and running like I did in the first place.

    thank you!

    posted in Troubleshooting
    J
    JMac
    May 15, 2023, 8:55 PM

Latest posts made by JMac

  • RE: MMM-GooglePhotos suddenly stopped working this morning

    @sdetweil is this module dead in the water now?

    It was the backbone of my entire MM, using Carousel the mirror nicely flipped between the family calendar and the google photos.

    is there a work around still using this module or is it a case of finding an alternative? If the latter which is the best module to use for the same end result?

    Sorry to hijack but didn’t want to start a whole new thread.
    Cheers.

    posted in Troubleshooting
    J
    JMac
    May 7, 2025, 5:12 PM
  • RE: MMM-carousel stuck with update

    @sdetweil Sorry for the late response, That’s done the job.
    If I get the package-lock.json during any other update, will this work to allow the update to continue?

    posted in Troubleshooting
    J
    JMac
    Feb 6, 2025, 4:53 PM
  • MMM-carousel stuck with update

    I’m getting this error when running the latest update,
    MagicMirror@raspberrypi:~/MagicMirror/modules/MMM-Carousel $ git pull
    hint: Pulling without specifying how to reconcile divergent branches is
    hint: discouraged. You can squelch this message by running one of the following
    hint: commands sometime before your next pull:
    hint:
    hint: git config pull.rebase false # merge (the default strategy)
    hint: git config pull.rebase true # rebase
    hint: git config pull.ff only # fast-forward only
    hint:
    hint: You can replace “git config” with “git config --global” to set a default
    hint: preference for all repositories. You can also pass --rebase, --no-rebase,
    hint: or --ff-only on the command line to override the configured default per
    hint: invocation.
    Updating fb51858…f14e5e9
    error: Your local changes to the following files would be overwritten by merge:
    package-lock.json
    Please commit your changes or stash them before you merge.
    Aborting

    I’ve tried - git reset package-lock.json

    as was recommended with a similar issue with MMM-CalendarEXT3 but this isn’t offering any steps forward.
    Any thoughts?
    Cheers.

    posted in Troubleshooting
    J
    JMac
    Feb 4, 2025, 7:56 PM
  • RE: upgrading to latest MM version

    @sdetweil restarted the MM with PM2, still no info being displayed in the CalendarEXT3 module.

    edit to add, after letting the mirror settle down, it’s now pulling the data

    posted in Troubleshooting
    J
    JMac
    Jan 13, 2025, 6:31 PM
  • RE: upgrading to latest MM version

    @sdetweil
    getting this now,
    MagicMirror@raspberrypi:~/MagicMirror $ git switch _fix_clipping
    Already on ‘_fix_clipping’

    so assuming I can now restart mm?

    posted in Troubleshooting
    J
    JMac
    Jan 13, 2025, 6:23 PM
  • RE: upgrading to latest MM version

    @sdetweil
    MagicMirror@raspberrypi:~/MagicMirror $ rm package-lock.json
    rm: cannot remove ‘package-lock.json’: No such file or directory

    guessing I’m not doing this right

    posted in Troubleshooting
    J
    JMac
    Jan 13, 2025, 6:00 PM
  • RE: upgrading to latest MM version

    @sdetweil do I run that in just the MagicMirror directory or the Calendar EXT3 module directory?

    Below was your guidance from another of my topics with issues with this module, will it work?

    (#)put package-lock.json back to last git clone state
    git reset package-lock.json
    (#) update the module
    git pull
    (#) rerun npm install with new code
    npm install

    had to put the # in () to stop the font going enormous

    posted in Troubleshooting
    J
    JMac
    Jan 13, 2025, 5:51 PM
  • RE: upgrading to latest MM version

    @sdetweil I’ve hit this at the 3 command,
    MagicMirror@raspberrypi:~/MagicMirror $ git switch _fix_clipping
    error: Your local changes to the following files would be overwritten by checkout:
    package-lock.json
    Please commit your changes or stash them before you switch branches.
    Aborting

    posted in Troubleshooting
    J
    JMac
    Jan 13, 2025, 5:39 PM
  • RE: upgrading to latest MM version

    @sdetweil I hadn’t seen that, I was about to update the module individually then do some digging on here to see if others had had the issue.

    do I use the list of commands in the link above, or the ones in this link?
    https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code

    posted in Troubleshooting
    J
    JMac
    Jan 13, 2025, 5:33 PM
  • RE: upgrading to latest MM version

    @sdetweil This is useful to know.

    Just add, I’ve had the same Issue as the last MM update, Calendar EXT3 is no longer pulling information from the base calendar module.

    posted in Troubleshooting
    J
    JMac
    Jan 13, 2025, 5:29 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy