Is it correct?

weewx.conf:

# Options for extension 'forecast'

[Forecast]

    data_binding = forecast_binding

    [[OWM]]

        api_key = INSERT_OWM_API_KEY_HERE

    [[WWO]]

        api_key = INSERT_WWO_API_KEY_HERE

    [[WU]]

        api_key = 9ed8cb535d935e48



[StdReport]



[[forecast]]

        [[[Extras]]]

            [[[[forecast_iconic_settings]]]]

                source = WU

                num_days = 7

        HTML_ROOT = public_html/forecast

        skin = forecast

in my html page:

<div class="right" >





                <div class="card" >

                    <h1><i class="fa fa-umbrella m-blau" ></i> Coming 
soon...</h1>





#set global $forecast_iconic_settings = dict()

#set global $forecast_iconic_settings['source'] = 'WU'

#set global $forecast_iconic_settings['num_days'] = 7

#include "forecast_iconic.inc"





                </div>


I'm sorry for my english......thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to