int main() {
    getenv("weather"); // thx, dwd
    getenv("light"); // TODO: sun and moon
    return 0;
}
the displayed data is currently obtained, possibly modified or cached, from: DWD's CC BY 4.0 data, or internally calculated/measured. for details, contact me or check the source code.