@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.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
C
Latest posts made by CloakingTorin
-
RE: Weather Module not showing with weather.gov api
-
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', }