Create a Weather widget on your Dashboard.
Note: Forecast7 & WeatherWidget.io are external services that provide the code and weather forcast that is placed within your HumHub's sidebar.
This field you must enter the location of the area you've entered in the Forecast7 Weather URL field (e.g: TOKYO
), this field is case sensitive, meaning it must be capitalized.
You can use either the default URL generated (e.g: https://forecast7.com/en/35d71139d73/tokyo/
) or use the same URL with {language}
(e.g: https://forecast7.com/{language}/35d71139d73/tokyo/
).
In some cases this is a requirement, in these cases use the below snippet, for those that don't know if this applies to them please read the official docs.
frame-src
https://weatherwidget.io/ in case you've overwritten the default csp header."frame-src" => [
"self" => true,
"allow" => [
'https://weatherwidget.io/'
]
],
humhub-weather-module-master.zip
to your server under /protected/modules
and rename it weather
ACP > Modules > Modules List
ACP > Weather Settings
place your WeatherWidget.io information in the configuration fields then save.Release v1.2.0: (12/18/2020)
/docs/old
Note: Older change logs have been moved to here