Read the statement by Michael Teeuw here.
Weather showing wrong weather for my location
-
@TangoE30 put the empty custom.css back
at least those two errors will go awaymy install script does the touch to create the empty file, 1. to get rid of the useless error messages, 2. many people don’t know how to create the file early in their mm experience
there should have been other errors tho
specific to the weathermap module.
some of the modules support an apiVersion: parameter
defaults to 2.5 but can be changed to 3.0 -
@sdetweil
Thanks again Sam! I put thetouch ~/MagicMirror/css/custom.css
back into the directory and those two errors (Refused to apply style & 214 Error) did go away.I tried to install another module MMM-OneCallWeather, with the option to change from 2.5 to 3.0. Upon adding the module and my latitude and longitude and API Key, I’m still receiving an “Loading” message. There are three errors related to icons not showing up.
For now, I’m going to see how I can modify the default Weather Module or continue to search for another that accepts the 3.0 API key.
-
@TangoE30 the default weather module also provides an apiVersion config option
-
@TangoE30 if u are willing to share your apikey w me. I can look at the problem w whatever module you suggest.
send in a private chat
-
@sdetweil
Jackpot!!!
A quick update and I finally think I figured it out, at least for MMM-OpenWeatherForecast by:- Subscribing to Open Weather’s One Call by Call (https://openweathermap.org/price)
- Changing my
node_helper.js
line 44 from 2.5 to 3.0 :
var url = https://api.openweathermap.org/data/3.0/onecall?"
Thanks again and I’ll share on the other thread as well. “https://forum.magicmirror.builders/topic/17644/a-working-weather-module”