• 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.

MagicMirror Weather

Scheduled Pinned Locked Moved Troubleshooting
10 Posts 4 Posters 6.6k 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.
  • U Offline
    Usrnme2Lng
    last edited by Jul 23, 2017, 12:37 AM

    Good Evening,

    I looked through a couple of other posts and I am still having trouble getting the weather to display at all in the top right corner. There isn’t any message saying that my APPID isn’t valid or whatever. I followed the Complete Guide, found here: link text. Very nice job by @KirAsh4 !!

    At the end of the guide, there’s a quick note about the weather app, but I can’t seem to get it to work. I created an account at the openweathermap.org site but not sure where to go from there.

    Any advice would be much appreciated. For what it’s worth, I am very new to this type of computer magic, so a detailed instruction would be fantastic.

    Lastly, is there a way to edit the code to remove the compliments that the screen says (i.e., “You look nice!”)? I know it’s lying and I don’t want to see it.

    Thank you!!

    M S 2 Replies Last reply Jul 23, 2017, 12:50 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Usrnme2Lng
      last edited by Mykle1 Jul 23, 2017, 1:07 AM Jul 23, 2017, 12:50 AM

      @Usrnme2Lng

      Paste the config entry for your weather here using this guide and I’ll take a look at it for you.

      https://forum.magicmirror.builders/topic/4247/how-to-post-code-on-the-forum-for-absolute-beginners

      It should look something like this:

      {
      		module: "currentweather",
      		position: "top_right",
      		config: {
      			location: "OPTIONAL",
      			locationID: "LOCATION ID GOES HERE",     //Location ID from http://openweathermap.org/help/city_list.txt
      			appid: "YOUR API KEY GOES HERE"             //openweathermap.org API key.
      		}
      	},
      

      There are more options you can add. See the readme file of the module, but for now lets just get you up and running

      Create a working config
      How to add modules

      U 1 Reply Last reply Jul 23, 2017, 12:11 PM Reply Quote 3
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @Usrnme2Lng
        last edited by Jul 23, 2017, 9:50 AM

        @Usrnme2Lng in your config.js file is a section like:

        {
            module: "compliments",
            position: "lower_third"
        },
        

        just remove that part and it will be gone

        Please create a github issue if you need help, so I can keep track

        U 1 Reply Last reply Jul 23, 2017, 12:58 PM Reply Quote 1
        • U Offline
          Usrnme2Lng @Mykle1
          last edited by Jul 23, 2017, 12:11 PM

          @Mykle1 I think I made a mistake by putting similar code in the wrong file I put it into the other config file by doing ‘sudo nano /boot/config.txt’

          How to I get to the config file you’re talking about?

          C 1 Reply Last reply Jul 23, 2017, 12:16 PM Reply Quote 0
          • C Offline
            cowboysdude Module Developer @Usrnme2Lng
            last edited by Jul 23, 2017, 12:16 PM

            @Usrnme2Lng said in MagicMirror Weather:

            @Mykle1 I think I made a mistake by putting similar code in the wrong file I put it into the other config file by doing ‘sudo nano /boot/config.txt’

            How to I get to the config file you’re talking about?

            I would in a terminal window go to:
            ~MagicMirror/config
            type: cp config.js.sample config.js

            That will give you your config file.

            Then you can sudo nano config.js and enter the weather info.

            1 Reply Last reply Reply Quote 2
            • M Offline
              Mykle1 Project Sponsor Module Developer
              last edited by Jul 23, 2017, 12:34 PM

              OR

              My suggestion, because it helped me, is, don’t do your editing in the terminal. Do it in the graphical user interface (GUI). Navigate your desktop as you would on a PC with Windows or a Mac’s Finder.

              Click on File Manager (the folder at the top left of your desktop, usually)
              Double click the MagicMirror folder
              Double click the config folder
              Right click the config.js.sample file - select Copy
              Right click again somewhere else in that same window - select Paste
              Rename the file you just pasted to config.js and click the Rename button
              The new config.js file that you just pasted is now your working config file for MagicMirror
              Double click it and it should open in a text editor.

              This is one of the places where you will customize your MM. It’s actually good enough to run your MM, although it will only show some of the modules but you’ll be encouraged by the fact that it is at least working. Every module folder has a ReadMe file that instructs you on what to add to your config.js file to get that module up and running.

              Create a working config
              How to add modules

              U 1 Reply Last reply Jul 23, 2017, 3:45 PM Reply Quote 1
              • U Offline
                Usrnme2Lng @strawberry 3.141
                last edited by Jul 23, 2017, 12:58 PM

                @strawberry-3.141 Thank you!! That worked!

                1 Reply Last reply Reply Quote 0
                • U Offline
                  Usrnme2Lng @Mykle1
                  last edited by Jul 23, 2017, 3:45 PM

                  @Mykle1 Thanks! This helped a lot. I am trying to get more comfortable with the terminal, but I think that in this case, it was best to use a text editor.

                  Also, I followed the instructions in the guide but for some reason, my screen is still going blank.

                  I edited the autostart file, as below:

                  sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
                  
                  @xset s noblank
                  @xset s off
                  @xset -dpms
                  

                  I also edited the lightdm.conf file, as seen below:

                  sudo nano /etc/lightdm/lightdm.conf
                  

                  I edited the xserver-command bit to look like this:

                  xserver-command=X -s 0 -dpms
                  

                  Any ideas of what I can do next? For what it’s worth, it is a flatscreen TV, so it has a remote and I also tried going through the settings and made sure that sleep mode was off.

                  C 1 Reply Last reply Jul 23, 2017, 5:40 PM Reply Quote 0
                  • C Offline
                    cowboysdude Module Developer @Usrnme2Lng
                    last edited by Jul 23, 2017, 5:40 PM

                    @Usrnme2Lng Install xscreensaver and save yourself a lot of time and headache…

                    Install it on the pi then disable screensaver… easiest way to do it.

                    https://www.linuxbabe.com/ubuntu/install-autostart-xscreensaver-ubuntu-16-04-16-10

                    U 1 Reply Last reply Jul 23, 2017, 9:04 PM Reply Quote 1
                    • U Offline
                      Usrnme2Lng @cowboysdude
                      last edited by Jul 23, 2017, 9:04 PM

                      @cowboysdude Thank you! That seems to have fixed the issue!

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