A Module to display gifs based on the weather conditions.
This was designed and tested to be used with the default weather module using the https://openweathermap.org free api.
Use at your own risk. There are no guarantees or warranties on this code. GIFs in code are not mine and I claim no ownership and make no guarantee they still work.
Register in config.js using:
{
module: "MMM-weather-gif",
position: "lower_third", // Standard MagicMirror position
config: {
alignment: "center" // Options: "left", "center", or "right"
}
}