Read the statement by Michael Teeuw here.
Super nooby question- How to configure the downloaded modules and weather wont show up
-
@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.
-
@ghaal said in Super nooby question- How to configure the downloaded modules and weather wont show up:
Is it an app or an online thing, or something integrated into this forum?
https://forum.magicmirror.builders/topic/2147/teamspeak-magic-mirror-help-desk
I don’t know if anyone is there right now but i’ll be there 3 hours from now. If you can make it then I’ll try to help you
-
@Mykle1 I will, but I can’t do that until an hour or two
-
@ghaal this line
cp config.js.sample config.js
Copys the sample config to the config.js file and should only be done once. If you do this everytime you start your mirror you will keep replacing your config.j s file with the sample config. -
@broberg I don’t get it. I have not copied any file into another one (does it automatically happen?) Should I copy this file? How? I have tried editing the regular config, and haven’t touched the sample one. Should I?