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

    Posts

    Recent Best Controversial
    • RE: Weather Module not showing with weather.gov api

      @cowboysdude Tried changing everything to double quotes but it still didn’t show up. I know the API works because if you enter https://api.weather.gov/points/40.7,-74/forecast into a browser you get the data.

      posted in Troubleshooting
      C
      CloakingTorin
    • Weather Module not showing with weather.gov api

      Hi, I’m working on adding the newer “weather” module to my MM and I’m trying to use the weather.gov api with it but I can’t seem to get configured correctly. What is shown below does not show on the MM. Can anyone help me out, thanks?

      	module: "weather",
      	position: "top_right",
      	config: {
      		weatherProvider: "weathergov", 
      		apiBase: 'https://api.weather.gov/points/',
      		weatherEndpoint: '/forecast',
      		lat: '40.7',
      		long: '-74.0', 
      		type: 'forecast',
      	}
      
      posted in Troubleshooting
      C
      CloakingTorin
    • 1 / 1