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.

    Weather: RoundTemp Help

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 3 Posters 1.1k Views 3 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.
    • E Offline
      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 Offline
        sdetweil @eskudo12791
        last edited by

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

        roundTemp
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

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

          thedoorsfanaticT 1 Reply Last reply Reply Quote 0
          • thedoorsfanaticT Offline
            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 Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy