@ghaal said in Super nooby question- How to configure the downloaded modules and weather wont show up:

that’s a more accurate of focast and current, both don’t show on the magicmirror page. I made sure not to add extra spaces when removing my appid and location.

Here it is! You can copy and paste right from here into your config

{ module: "currentweather", position: "top_right", config: { location: "Irvine", locationID: "5359777", appid: "YOUR API KEY" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "Irvine", locationID: "5359777", appid: "YOUR API KEY" } }, // end of weatherforecast entry needs a comma