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

    sunsetrider

    @sunsetrider

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    sunsetrider Unfollow Follow

    Latest posts made by sunsetrider

    • RE: MMM-EnvCanada stopped working ...

      @sdIetweil
      Hello:
      Thanks for your info.

      I changed my config file to access apiVersion: 3.0

      It does not work for me.

      I did not change any other config values in the weather module calls (current and forecast).

      Seems someone has updated the envCanada module. I will give it a shot later.

      Thanks
      MM

      posted in Troubleshooting
      S
      sunsetrider
    • RE: MMM-EnvCanada stopped working ...

      @crazylegs

      Here is my solution to the envCanada issue:

      • used: openweathermap
      • needed to get": apiKey (from openweathermap)
      • needed to get locationID, name, location (from openweathermap)
      • used apiVersion: 2.5 (did not try more recent versions - default version not working)

      following is my config file info (used similar version for weather forecast as well)-

       module: "weather",
      			position: "top_right",
      			header: "Current Weather: ",
      			config: {
      				weatherProvider: "openweathermap",
      				apiVersion: 2.5,
      		//		weatherEndpoint: "",
      				type: "current",
      					locationID: 3924642,
      					name: "Mississauga",
      					location: "Mississauga ON",
      					state: "",
      					country: "CA",
      					coloured: "true",  // not working with this apiVersion
      		//			coord:
      		//			lon: -79.658302,
      		//			lat: 43.578899,
      		//		location: "New York",
      		//		locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				apiKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      

      Hope this helps somebody.

      posted in Troubleshooting
      S
      sunsetrider
    • RE: MMM-EnvCanada stopped working ...

      @sdetweil
      I also have a problem with envcanada’s weather data . The MM weather app goes out to get info, but the screen says ‘ loading’, and stays hung there.

      posted in Troubleshooting
      S
      sunsetrider