DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Developer Corner

Target group: Developers

The developer part of this documentation

Add customer providers

Feel free to add custom api providers for weather reports or weather alerts. You can add them using your own extension. Write your own task or command and use the Models JWeiland\Weather2\Domain\Model\CurrentWeather for weather reports and JWeiland\Weather2\Domain\Model\WeatherAlert for weather alerts. Add new records using the extbase PersistenceManager or the TYPO3 DataHandler.