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

ajurcoi

@ajurcoi

0
Reputation
1
Profile views
3
Posts
0
Followers
0
Following
Joined May 9, 2020, 3:51 PM
Last Online Jun 16, 2020, 7:40 PM

ajurcoi Unfollow Follow

Latest posts made by ajurcoi

  • How to fix code for complete beginners

    Hi,

    I’ve come to realize that I am going to be posting a lot on here. I want to try and mitigate that by finding out some way to fix my code on my own. I am not a programmer, I am a beginner carpenter that wanted to try my hand at this. Where can I get some very basic help on how to fix my code? I have tried linters but I don’t know enough about code to figure out where I am going wrong, even with the linters help. Would appreciate any feedback.

    posted in Troubleshooting
    A
    ajurcoi
    May 10, 2020, 11:01 PM
  • Simple parsing error help

    Hi all,

    I’ve got a line of code that has a parsing error and I’m not sure how to fix it. Thanks for the help in advance!

    module: "compliments",
    			position: "lower_third"
    
    			config: {
    				compliments:
    				anytime: 
    					[
    						"Hey Rach!"
    					]
    
    posted in Troubleshooting
    A
    ajurcoi
    May 10, 2020, 10:07 PM
  • edited modules, now can't run the mirror

    I apologize first and foremost, I am very new to programming and struggling hardcore. So I edited some of the modules in the config.js, and when I try to run the mirror software, in both server mode or regular, it gives me the debug info below. Any tips?

    0 info it worked if it ends with ok
    1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'start' ]
    2 info using npm@6.14.4
    3 info using node@v10.20.1
    4 verbose config Skipping project config: /home/pi/.npmrc. (matches userconfig)
    5 verbose stack Error: ENOENT: no such file or directory, open '/home/pi/package.json'
    6 verbose cwd /home/pi
    7 verbose Linux 4.19.97-v7l+
    8 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "start"
    9 verbose node v10.20.1
    10 verbose npm  v6.14.4
    11 error code ENOENT
    12 error syscall open
    13 error path /home/pi/package.json
    14 error errno -2
    15 error enoent ENOENT: no such file or directory, open '/home/pi/package.json'
    16 error enoent This is related to npm not being able to find a file.
    17 verbose exit [ -2, true ]
    
    posted in Troubleshooting
    A
    ajurcoi
    May 9, 2020, 4:03 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