You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module is set to be 300px wide by default. If you wish to override it, you can add the following to your `custom.css` file:
206
+
207
+
```
208
+
.MMM-DarkSkyForecast .module-content {
209
+
width: 500px; /* adjust this to taste */
210
+
}
211
+
```
212
+
213
+
Most important elements of this module have one or more class names applied. Examine the `MMM-DarkSkyForecast.css` or inspect elements directly with your browser of choice to determine what class you would like to override.
214
+
215
+
203
216
## For Module Developers
204
217
205
218
This module broadcasts a notification when it recieves a weather update. The notification is `DARK_SKY_FORECAST_WEATHER_UPDATE` and the payload contains Dark Sky's JSON weather forecast object. For details on the weather object, see https://darksky.net/dev/docs.
0 commit comments