• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

I'm very new to this

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 4 Posters 3.4k Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    Coltjb45
    last edited by Dec 28, 2017, 4:03 PM

    Thanks a lot Peter! That helped me out a ton! I have it up and running now but the weather isn’t displayed and the screen didn’t rotate. Help with troubleshooting that would be great! I would also like to know how to customize it to my personal preference. Thanks in advance!

    M 1 Reply Last reply Dec 29, 2017, 1:29 AM Reply Quote 0
    • P Offline
      Peter
      last edited by Dec 28, 2017, 6:59 PM

      When I started I also had a lot of things not working the way I wanted.
      I just tried to solve one problem at a time.
      And after solving it I saved the config file or the custom. css on a usb stick.
      In between a lot of searching and reading in this forum; there are a lot of answers and ideas to find here!
      So, tell us what problem you want to solve first (and do some searching …)
      Peter (waiting for the Samsung monitor to arrive …)

      1 Reply Last reply Reply Quote 1
      • M Offline
        Mykle1 Project Sponsor Module Developer @Coltjb45
        last edited by Dec 29, 2017, 1:29 AM

        @Coltjb45

        Start with weather not showing. You need an API key as described in the readme file for the weather module

        Create a working config
        How to add modules

        C 1 Reply Last reply Dec 29, 2017, 4:18 PM Reply Quote 1
        • C Offline
          Coltjb45 @Mykle1
          last edited by Dec 29, 2017, 4:18 PM

          @Mykle1 I went and grabbed the api key and entered it in and still can’t get it to work, I must be doing something wrong?

          M 1 Reply Last reply Dec 29, 2017, 9:41 PM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @Coltjb45
            last edited by Dec 29, 2017, 9:41 PM

            @Coltjb45

            Does your entry look like this?

            {	
            	module: "currentweather",
            	position: "top_right",
            	header: "New York",
            	config: {
            		location: "",
            		locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
            		appid: "YOUR API KEY HERE", 
            		}
            	},
            	{
            	module: "weatherforecast",
            	position: "top_right",
            	header: "New York City",
            	config: {
            		location: "",
            		locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
            		appid: "YOUR API KEY HERE",
            		}
            	},
            

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              9/9
              Last post
            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