@Onza
I got it working after I changed my stream from Earthcams to Youtube. I
think it had something to do with the ads that that display before the
video. Thanks for all of your help!!

On Sat, May 1, 2021 at 2:38 PM 'olif onza' via weewx-user <
[email protected]> wrote:

> @Mike you have div close errors..
> should look like this
>
> <div id="radar" class="tab-content">
>     <div class="radar_image">
>         $radar_html
>     </div>
> </div>
> <div id="webcam" class="tab-content">
>     <a name="windy-webcam-timelapse-player" data-id="1618016327"
> data-play="day" href="https://windy.com/webcams/1618016327";
> target="_blank">Edgewood › South-East</a>
>     <script async type="text/javascript" src="
> https://webcams.windy.com/webcams/public/embed/script/player.js";></script>
> </div>
> <div id="live" class="tab-content">
>     <iframe width="620" height="379" src="
> https://www.myearthcam.com/ms372591?embed"; frameborder="0" scrolling="no"
> allowfullscreen></iframe>
> </div>
>
> Le samedi 1 mai 2021 à 19:41:16 UTC+2, [email protected] a écrit :
>
>> Many thanks Michael
>>
>> Le sam. 1 mai 2021 à 18:30, Michael Sanphillipo <[email protected]> a
>> écrit :
>>
>>> @ Didier
>>>
>>> Here is the link to the weather icons discussion.
>>> https://github.com/poblabs/weewx-belchertown/pull/667
>>>
>>> As far as my webcam I'm using a Wansview W3 IP Camera, with Agent DVR to
>>> stream to Earthcams. Once you get that set up you can get an embed code
>>> from Earthcam and insert into the index_hook_after_station_info.inc file.
>>> If you read some of the other posts in this conversation you will see one
>>> from  DaveStLou he helped me get it set up.
>>>
>>> Thanks,
>>> Mike
>>> On Saturday, May 1, 2021 at 12:20:42 PM UTC-4 [email protected]
>>> wrote:
>>>
>>>> Michael
>>>>
>>>> You have nice forecast images, where is it possible to download them?
>>>> Another question, I would like to install a webcam, could you give me
>>>> the reference of your webcam.
>>>>
>>>> Many thanks
>>>> Didier
>>>>
>>>> Le sam. 1 mai 2021 à 17:39, Michael Sanphillipo <[email protected]> a
>>>> écrit :
>>>>
>>>>> @Onza
>>>>>
>>>>> Here is what I have in my index.html.tpml. The live tab is still
>>>>> coming up with nothing in it. I do have my live webcam still active in my
>>>>> index_hook_after_station_info_inc file for now. I will list my webpage
>>>>> below as well. Any help will be greatly appreciated.
>>>>>
>>>>> <!-- Radar image -->
>>>>>                     <div class="col-lg-5 radar-map toprow-height">
>>>>>                          <!-- MODS RADAR TABS -->
>>>>>                         <div id="tabs-container">
>>>>>                             <!-- Nav tabs -->
>>>>>                             <ul class="nav nav-tabs tabs-menu"
>>>>> role="tablist">
>>>>>                                 <li role="presentation"
>>>>> class="active"><a href="#radar" aria-controls="radar" role="tab"
>>>>> data-toggle="tab">Radar</a></li>
>>>>>                                 <li role="presentation"><a
>>>>> href="#webcam" aria-controls="webcam" role="tab"
>>>>> data-toggle="tab">Webcam</a></li>
>>>>>                                 <li role="presentation"><a
>>>>> href="#live" aria-controls="live" role="tab" 
>>>>> data-toggle="tab">Live</a></li>
>>>>>
>>>>>                             </ul>
>>>>>                             <div class="tab">
>>>>>                                 <div id="radar"
>>>>> class="tab-content"><div class="radar_image">$radar_html</div></div>
>>>>>                                 <div id="webcam"
>>>>> class="tab-content"><a name="windy-webcam-timelapse-player"
>>>>> data-id="1618016327" data-play="day" href="
>>>>> https://windy.com/webcams/1618016327"; target="_blank">Edgewood ›
>>>>> South-East</a><script async type="text/javascript" src="
>>>>> https://webcams.windy.com/webcams/public/embed/script/player.js
>>>>> "></script>
>>>>>                                 <div id="live"
>>>>> class="tab-content"><iframe width="620" height="379" src="
>>>>> https://www.myearthcam.com/ms372591?embed"; frameborder="0"
>>>>> scrolling="no" allowfullscreen></iframe>
>>>>>                                 </div>
>>>>>                             </div>
>>>>>                         </div>
>>>>>                         <!-- /MODS RADAR TABS -->
>>>>>
>>>>>
>>>>>
>>>>> https://belcampmdweather.tech/weewx/belchertown/
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Saturday, May 1, 2021 at 5:59:05 AM UTC-4 [email protected]
>>>>> wrote:
>>>>>
>>>>>> @Mike see latest changes I made here
>>>>>> <https://github.com/poblabs/weewx-belchertown/compare/master...norecords:radar-navbar>
>>>>>> Le samedi 1 mai 2021 à 07:39:38 UTC+2, olif onza a écrit :
>>>>>>
>>>>>>> Mike, if you want just two tabs, remove li and div for
>>>>>>> stations-around and put your iframe into the webcam div
>>>>>>> *<div id="webcam" class="tab-content">*
>>>>>>> *    <iframe width="650" height="355"
>>>>>>> src="https://www.myearthcam.com/ms372591?embed
>>>>>>> <https://www.myearthcam.com/ms372591?embed>" frameborder="0" 
>>>>>>> scrolling="no"
>>>>>>> allowfullscreen></iframe>*
>>>>>>> *</div>*
>>>>>>>
>>>>>>> Le samedi 1 mai 2021 à 01:04:18 UTC+2, [email protected] a écrit :
>>>>>>>
>>>>>>>> Onza, one last request. If I wanted to change your Station tab to a
>>>>>>>> live webcam what would I need to change? The code to the webcam is:
>>>>>>>>
>>>>>>>> <iframe width="620" height="379" src="
>>>>>>>> https://www.myearthcam.com/ms372591?embed"; frameborder="0"
>>>>>>>> scrolling="no" allowfullscreen></iframe>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Mike
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Friday, April 30, 2021 at 4:27:23 PM UTC-4 Michael Sanphillipo
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Onza, the commit worked great. I omitted the station tab. Still
>>>>>>>>> would like to get a copy of your images folder. Your icons are so 
>>>>>>>>> colorful.
>>>>>>>>> Thanks for your help!
>>>>>>>>>
>>>>>>>>> On Friday, April 30, 2021 at 10:04:19 AM UTC-4 [email protected]
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Can you try this commit
>>>>>>>>>> <https://github.com/norecords/weewx-belchertown/commit/7bbfe21f6f10a76bb96bb7ad6fefa7259a22d20c>
>>>>>>>>>> and give feedback.
>>>>>>>>>>
>>>>>>>>>> Le vendredi 30 avril 2021 à 15:21:57 UTC+2, [email protected] a
>>>>>>>>>> écrit :
>>>>>>>>>>
>>>>>>>>>>> Onza, are you editing the index.html.tpml file for the
>>>>>>>>>>> radar/webcam tabs or adding your code somewhere else?
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>>> Mike
>>>>>>>>>>>
>>>>>>>>>>> On Thursday, April 29, 2021 at 4:14:16 PM UTC-4
>>>>>>>>>>> [email protected] wrote:
>>>>>>>>>>>
>>>>>>>>>>>> @Patrick yes I know your station for long time.
>>>>>>>>>>>> Look at my about page your will all have info you need.
>>>>>>>>>>>> You can also directly download my icons and import it to your
>>>>>>>>>>>> skin ...
>>>>>>>>>>>> Onza
>>>>>>>>>>>>
>>>>>>>>>>>> Le mardi 20 avril 2021 à 18:04:07 UTC+2, [email protected] a
>>>>>>>>>>>> écrit :
>>>>>>>>>>>>
>>>>>>>>>>>>> hello
>>>>>>>>>>>>>
>>>>>>>>>>>>> I am also in FRANCE, how do you install the beautifull icons ?
>>>>>>>>>>>>>
>>>>>>>>>>>>> thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> Patrick
>>>>>>>>>>>>> Le 20/04/2021 à 13:28, Michael Sanphillipo a écrit :
>>>>>>>>>>>>>
>>>>>>>>>>>>> olif onza, I really like your setup please let me know when
>>>>>>>>>>>>> you push your branch and where I can find it.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Apr 20, 2021 at 2:11 AM 'olif onza' via weewx-user <
>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I'm developing a navbar above the radar image
>>>>>>>>>>>>>> [image: Screenshot_2021-04-20 Météo Correns - Station
>>>>>>>>>>>>>> météorologique en temps réel.png]
>>>>>>>>>>>>>> You can see live here <https://meteo.correns.org/>.
>>>>>>>>>>>>>> For people that are interested in, I'll push a branch on my
>>>>>>>>>>>>>> fork on the next days.
>>>>>>>>>>>>>> Le lundi 19 avril 2021 à 12:35:31 UTC+2, DaveStLou a écrit :
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I use Blue Iris to send the camera feed to YouTube and
>>>>>>>>>>>>>>> EarthCam. I add the logos and temperature overlays in that 
>>>>>>>>>>>>>>> system:
>>>>>>>>>>>>>>> https://blueirissoftware.com. I included a screenshot below
>>>>>>>>>>>>>>> from the Blue Iris set up. If you go that route, I can provide 
>>>>>>>>>>>>>>> more detail.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It's kind of pricey to use for just that but I have several
>>>>>>>>>>>>>>> cameras around my home that I monitor through Blue Iris which 
>>>>>>>>>>>>>>> allows me to
>>>>>>>>>>>>>>> keep my information local to my network and off the cloud.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Just for fun, I recently pointed one of my little cameras at
>>>>>>>>>>>>>>> a robin's nest under my deck (
>>>>>>>>>>>>>>> https://myearthcam.com/robincam) and added it temporarily
>>>>>>>>>>>>>>> to my index_hook_after_station_info.inc file.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> [image: Screenshot 2021-04-19 053301.png]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Sunday, April 18, 2021 at 12:01:00 AM UTC-5
>>>>>>>>>>>>>>> [email protected] wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Dave, I was able to get my webcam up and running. Just
>>>>>>>>>>>>>>>> curious how did you get your OakvilleWx logo and weather 
>>>>>>>>>>>>>>>> station
>>>>>>>>>>>>>>>> temperature overlayed on your Earthcam?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Friday, April 16, 2021 at 11:15:45 AM UTC-4 DaveStLou
>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Information on index_hook_after_station_info.inc is in the
>>>>>>>>>>>>>>>>> Belchertown Skin documentation here:
>>>>>>>>>>>>>>>>> https://github.com/poblabs/weewx-belchertown#add-custom-content-to-the-front-page
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> You create an html file with that name with whatever you
>>>>>>>>>>>>>>>>> want in it and place it in the root of the Belchertown skin 
>>>>>>>>>>>>>>>>> folder.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thursday, April 15, 2021 at 2:48:36 PM UTC-5
>>>>>>>>>>>>>>>>> [email protected] wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Can you share the information that needs to be added to
>>>>>>>>>>>>>>>>>> the "index_hook_after_station_info" section? I can't find 
>>>>>>>>>>>>>>>>>> any documentation
>>>>>>>>>>>>>>>>>> on it. Thanks!
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thursday, March 25, 2021 at 9:47:31 AM UTC-4 DaveStLou
>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Like In77, I use Belchertown skin. I added my webcam in
>>>>>>>>>>>>>>>>>>> "index_hook_after_station_info" section so it appears below 
>>>>>>>>>>>>>>>>>>> the station
>>>>>>>>>>>>>>>>>>> information: OakvilleWx.com
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Thursday, March 25, 2021 at 1:39:44 AM UTC-5 ln77
>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Belchertown isn’t exactly pre-loaded, but it is well
>>>>>>>>>>>>>>>>>>>> integrated and the install is straightforward.  It has a 
>>>>>>>>>>>>>>>>>>>> radar feed. It
>>>>>>>>>>>>>>>>>>>> doesn’t have the webcam built in, but It has several 
>>>>>>>>>>>>>>>>>>>> places to insert
>>>>>>>>>>>>>>>>>>>> user-defined content and it would be easy to put a webcam 
>>>>>>>>>>>>>>>>>>>> in one of them.
>>>>>>>>>>>>>>>>>>>> I hacked it a little to put the webcam in place of the 
>>>>>>>>>>>>>>>>>>>> current-conditions
>>>>>>>>>>>>>>>>>>>> icon: http://www.2pi.org/wx/
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>   -Les
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On 24 Mar 2021, at 20:53, 'super zee' via weewx-user <
>>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Brand new here and still learning.  Got Weewx loaded
>>>>>>>>>>>>>>>>>>>> and it's uploading to CWOP and my web page.  Is there a 
>>>>>>>>>>>>>>>>>>>> skin preloaded with
>>>>>>>>>>>>>>>>>>>> WeeWX that can accommodate a web cam and live radar feed?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks for the help!
>>>>>>>>>>>>>>>>>>>> Chris
>>>>>>>>>>>>>>>>>>>> KAZTEMPE47
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> 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].
>>>>>>>>>>>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/58b570f6-ba28-4b46-bbdf-dcc9447d36a5n%40googlegroups.com
>>>>>>>>>>>>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/58b570f6-ba28-4b46-bbdf-dcc9447d36a5n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> You received this message because you are subscribed to a
>>>>>>>>>>>>>> topic in the Google Groups "weewx-user" group.
>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>> https://groups.google.com/d/topic/weewx-user/y-RQmnoqcqQ/unsubscribe
>>>>>>>>>>>>>> .
>>>>>>>>>>>>>> To unsubscribe from this group and all its topics, send an
>>>>>>>>>>>>>> email to [email protected].
>>>>>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/b11fb253-43fb-450b-9232-60212dac54aen%40googlegroups.com
>>>>>>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/b11fb253-43fb-450b-9232-60212dac54aen%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> 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].
>>>>>>>>>>>>>
>>>>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/CAAsGudr-_chLNMfeKAKwHix_KEM1sz8EysjTABYV1dLCoONf5Q%40mail.gmail.com
>>>>>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/CAAsGudr-_chLNMfeKAKwHix_KEM1sz8EysjTABYV1dLCoONf5Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>> .
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>> 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].
>>>>>
>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/weewx-user/ea6ae483-c4ea-4e97-93ca-8254dc9ffe00n%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/weewx-user/ea6ae483-c4ea-4e97-93ca-8254dc9ffe00n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>>
>>>>
>>>> --
>>>> Quel temps fait-il à Auffargis <https://meteo-auffargis.decoodt.eu> ?
>>>>
>>> --
>>> 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].
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/fb0ce815-19d4-427f-b3c6-c65b727bed57n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/weewx-user/fb0ce815-19d4-427f-b3c6-c65b727bed57n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> --
>> Quel temps fait-il à Auffargis <https://meteo-auffargis.decoodt.eu> ?
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/y-RQmnoqcqQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/7ee4c0be-d61a-4ac8-9ad0-838b4ceffa9dn%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/7ee4c0be-d61a-4ac8-9ad0-838b4ceffa9dn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAAsGudp4tNSRD%3DqkQ8287_Ju6aFJpdCJtWt%3D%2By3wQByxk_000Q%40mail.gmail.com.

Reply via email to