Read the statement by Michael Teeuw here.
Super nooby question- How to configure the downloaded modules and weather wont show up
-
Hi Ghaal! Welcome first and foremost!
You need to edit the config.js file. However, we first need to make sure it is created. On your pi, in the GUI, look for an icon that looks like a file folder. If you click on that, it will open a directory of your files. From there, look for the file called Magic Mirror, open that, then look for a file called Config and open that. Inside there, do you see a file that is titled config.js (don’t confuse this with the config.js.sample file)?
-
Do you have Teamspeak?
-
@hartattack said in Super nooby question- How to configure the downloaded modules and weather wont show up:
Hi Ghaal! Welcome first and foremost!
You got him hart? Ok! Remember, you can use the TeamSpeak Help Desk if you want to take him there
-
@Mykle1 If it gets too complex, I will work my way over there, but I have a feeling this should be fairly simple as pointing in the right direction ;)
-
@hartattack said in Super nooby question- How to configure the downloaded modules and weather wont show up:
should be fairly simple as pointing in the right direction
Riiiiiggghtt! ;-)
At least he’s up and running.
-
Sorry, I haven’t replied in like two weeks, but I ran into some major problems. My brother broke my HDMI cable while it was plugged into my monitor and I take to take off half the plastic to take the head out of the monitor. Then I had to put the plastic back on so it would fit in my frame again. I also had to order a new cable. But I’m here and ready to work on it thank you.
-
@ghaal Don’t feel bad so far I’ve broken a 32" tv and a 24" monitor… that’s some of the stuff I’ve broken LOL
-
@hartattack Okay, I got to the config folder. I saw all my modules there and I edited the weather modules so they have the location ID an appid and clock module so it has the 12 hour format, saved, and restarted my Pi. I turned on the Pi using:
pi@magicpi:~ $ cd MagicMirror/config
pi@magicpi:~/MagicMirror/config $ cp config.js.sample config.js
You can now try to start MagicMirror².pi@magicpi:~/MagicMirror/config $ cd $HOME/MagicMirror
pi@magicpi:~/MagicMirror $ npm startI got that code from: https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/6
When I turned it on though, none of the edits I made were showing. The weather wasn’t showing and the clock was still in 24 hour format. When I went to the config folder none of the previous edits were there.
-
@Mykle1 I don’t have it and I don’t know what it is TBH. Is it an app or an online thing, or something integrated into this forum?
-
@ghaal said in Super nooby question- How to configure the downloaded modules and weather wont show up:
When I went to the config folder none of the previous edits were there.
It sounds like you didn’t save the config.js after you edited it. Copy and paste your config.js here so we can take a look at it.