-
Notifications
You must be signed in to change notification settings - Fork 7
Troubleshooting
Scott Lewis edited this page May 14, 2024
·
3 revisions
Please try the following steps before reporting an issue
- Make sure you have the latest version of the module.
- Open a terminal window in the DynamicWeather module folder
cd ~/MagicMirror/modules/MMM-DynamicWeather
- Pull latest from git
git pull origin master --allow-unrelated-histories
- Try to re-install the module (sometimes update doesn't work as intended)
- Delete the module folder
/MagicMirror/modules/MMM-DynamicWeather
- Open a terminal window in the modules folder of MagicMirror and clone.
git clone https://github.com/scottcl88/MMM-DynamicWeather.git
- Delete the module folder
- Check your configuration in the config.js file. Check for typos, missing commas, missing required fields. Copy the example from README.
- Verify your API key works by going to the link in your browser
- https://api.openweathermap.org/data/2.5/weather?appid=API_KEY&id=LOC_ID
- You should be able to actually see the weather data
- Try disabling other modules to narrow down which one may be causing the issue, including default modules.
- Review the MagicMirror post about troubleshooting
If you still have issues, please report a bug in the Issues page.