A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
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
-
@eskudo12791 config keywords are case sensitive, so the keword is
roundTemp
-
and boom, fixed. what about with removing fade from the calendar?
-
@eskudo12791
try this:
fade: false,