MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Weather: RoundTemp Help

    Troubleshooting
    3
    4
    658
    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.
    • E
      eskudo12791 last edited by yawns

      Not super well versed at this but stumbling my way along, no matter what I cannot get my weather or weather forecast to utilize 'RoundTemp". Here is a bit of my code, where can I place this so it functions correctly.

      {
      	module: "currentweather",
      	position: "top_right",
      	config: {
      		location: "Virginia Beach",
      		locationID: "4791271",  //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city
      		appid: "bad22ac1b7bfxxxxxxxxxx04de8b80",
      		roundtemp: true
      	}
      },
      

      apikey removed

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @eskudo12791 last edited by

        @eskudo12791 config keywords are case sensitive, so the keword is

        roundTemp
        

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • E
          eskudo12791 last edited by

          and boom, fixed. what about with removing fade from the calendar?

          thedoorsfanatic 1 Reply Last reply Reply Quote 0
          • thedoorsfanatic
            thedoorsfanatic @eskudo12791 last edited by

            @eskudo12791
            try this:
            fade: false,

            My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy