MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Genosphere
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      @Wenike Perfect fix! Well it does what it needs to anyway. haha

      Skol!

      posted in Development
      G
      Genosphere
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      Nice set up here, tried out the code and worked the first time. My only issue is I am only getting 3 days showing in the forecast. I tried adding “maxNumberOfDays: 5,” but nothing happened… Any idea what it could be?

      				{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				onlyTemp:true,
      				maxNumberOfDays: 5,
      				location: "Swissvale",
      				locationID: "5215064", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "appid"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				maxNumberOfDays: 5,
      				location: "Swissvale",
      				locationID: "5215064", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "appid"
      			}
      		},
      

      Still new here, so let me know if you need me to provide any thing else.

      Skol

      posted in Development
      G
      Genosphere
    • 1 / 1