• 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. lvolkjr
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
L
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 3
  • Posts 14
  • Groups 0

lvolkjr

@lvolkjr

0
Reputation
1
Profile views
14
Posts
0
Followers
0
Following
Joined Oct 27, 2023, 6:43 PM
Last Online Dec 15, 2024, 3:54 PM

lvolkjr Unfollow Follow

Latest posts made by lvolkjr

  • RE: Can't update module because of unmerged files

    @sdetweil Thanks, that worked. Now MMM-OpenWeatherMapForecast just sits there and shows it’s Loading… Oh yeah, got to go and upgrade to the 3.0 API

    posted in Troubleshooting
    L
    lvolkjr
    Oct 24, 2024, 12:36 PM
  • Can't update module because of unmerged files

    I’m trying to update the MMM-OpenWeatherMapForecast module and I get this message after trying to use the command git pull: “error: Pulling is not possible because you have unmerged files.” I’m not sure how to proceed to resolve this issue.

    posted in Troubleshooting
    L
    lvolkjr
    Oct 24, 2024, 1:07 AM
  • RE: MyScoreboard won't show scores

    @sdetweil Thank you!

    posted in Troubleshooting
    L
    lvolkjr
    Jul 2, 2024, 3:31 AM
  • MyScoreboard won't show scores

    I’m not sure when it happened, the scores stopped showing on my MM. The only thing that shows up are the teams and the times when the game starts, never show a score. I’m not sure how to solve this. It doesn’t look like there is an update. Can someone help me with this? Thanks in advance.

    posted in Troubleshooting
    L
    lvolkjr
    Jul 2, 2024, 3:07 AM
  • RE: Error trying to run: npm run install-mm

    @sdetweil I will, thanks again.

    posted in Troubleshooting
    L
    lvolkjr
    Oct 28, 2023, 7:27 PM
  • RE: Error trying to run: npm run install-mm

    @sdetweil Thanks!!! That worked! I’m running MagicMirror and getting ready to customize it. I should have started over a long time ago.

    posted in Troubleshooting
    L
    lvolkjr
    Oct 28, 2023, 7:21 PM
  • RE: Error trying to run: npm run install-mm

    @sdetweil Yea, I figured. Thanks for all your help. Hopefully I could repay you in the future. I’ll keep you updated to what happens.

    posted in Troubleshooting
    L
    lvolkjr
    Oct 28, 2023, 6:25 PM
  • RE: Error trying to run: npm run install-mm

    @sdetweil This is what I got:
    lowell@raspberrypi:~ $ ls /usr/bin/node
    ls: cannot access ‘/usr/bin/node’: No such file or directory
    lowell@raspberrypi:~ $ hash -r
    lowell@raspberrypi:~ $ node -v
    bash: node: command not found

    Do you still want me to run your script? I feel like node -v should have given me a different output, like the version number.

    posted in Troubleshooting
    L
    lvolkjr
    Oct 28, 2023, 5:49 PM
  • RE: Error trying to run: npm run install-mm

    @sdetweil I didn’t see any errors after running sudo apt-get remove nodejs -y
    When I run node -v I get this:
    bash: /usr/bin/node: No such file or directory

    posted in Troubleshooting
    L
    lvolkjr
    Oct 28, 2023, 5:37 PM
  • RE: Error trying to run: npm run install-mm

    @sdetweil I was looking for a solution prior to coming to this forum and following someone else’s answer to there own issue that I thought would work for me, but got me no where. they said to change to node 18 from here: https://github.com/nodesource/distributions

    Download and import the Nodesource GPG key
    

    sudo apt-get update
    sudo apt-get install -y ca-certificates curl gnupg
    sudo mkdir -p /etc/apt/keyrings
    curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg

    Create deb repository
    

    NODE_MAJOR=20
    echo “deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main” | sudo tee /etc/apt/sources.list.d/nodesource.list

    Optional: NODE_MAJOR can be changed depending on the version you need.

    NODE_MAJOR=16
    NODE_MAJOR=18
    NODE_MAJOR=20
    NODE_MAJOR=21

    Run Update and Install
    

    sudo apt-get update
    sudo apt-get install nodejs -y

    Did this screw me up?

    posted in Troubleshooting
    L
    lvolkjr
    Oct 28, 2023, 5:20 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