MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. eskudo12791
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    eskudo12791

    @eskudo12791

    0
    Reputation
    186
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    eskudo12791 Unfollow Follow

    Latest posts made by eskudo12791

    • RE: Weather: RoundTemp Help

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

      posted in Troubleshooting
      E
      eskudo12791
    • Weather: RoundTemp Help

      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

      posted in Troubleshooting
      E
      eskudo12791