[weewx-user] Re: Neowx Rain radar and webcam

2023-12-15 Thread Mazufa
Hello

This is exactly what I'm looking for. Any instructions on how to install 
this? Could you install it remotely for me? That's exactly what suits me. 
If you can help, I'll give you instructions. for an electrician.

Best regards
Mazufa

keskiviikko 13. joulukuuta 2023 klo 18.58.11 UTC+2 Rory Gillies kirjoitti:

Hi Mazufa,

My station uses a fork of NeoWX Material (www.360shetland/weather), I've 
added in loads of extras, and there's a couple of very good and reasonably 
active forks on Github: https://github.com/seehase/neowx-material.

To add in radar / webcam you can create inc files with iFrames then add 
them to the index.html.tmpl file were you want them. My Windy and satellite 
maps are called in the main page layout section between the #end for and 
the closing :

## 
+-+
## | The main page layout   
 |
## 
+-+




  
$Extras.Translations[$Extras.language].current | $station.location
  
  #include "head.inc"



#attr $active_nav = 'current'
#include "header.inc"

  



Current Conditions

  #for $x in $Extras.Appearance.values_order

  #if $x == "ET"
#if $day.ET.has_data and $day.ET.sum.raw is not None and 
$day.ET.sum.raw > 0.0
  $valuesCard('ET')
#end if
  #else
$valuesCard($x)
  #end if

  #end for

## 
+-+
## | iFrame to display Windy.com forecast and wind map 
  |
## 
+-+

  #include "forecast.inc"   <--- Add here
  #include "meteoblue.inc"  <--- Add here
  


The inc files are basic HTML as if it was included in the document, here's 
an iframe that you can insert your own source:


  Your Heading





To localise your version add a [[[fi]]] section in the [[Translations]] 
section (use the existing languages as a guide), then set the language in 
the [Extras] section, language = fi

Hope this helps,

Rory

On Tuesday, December 12, 2023 at 3:31:07 AM UTC Mazufa wrote:

Hello!

Has anyone made an embedded rain radar and webcam for this neowx theme? 
Since there is extra space on the site, I would like to get a rain radar 
and a webcam on it. Could someone give me advice on the easiest way to do 
it and would someone have ready-made software? Then there would also be the 
question of how to get those metrics into Finnish? Like Barometer etc? I 
have changed the language of the Neowx condifuration file to Finnish, but 
only the ones in the upper corner, Nykyinen, Eilinen, Viikko, etc., changed 
to Finnish.

Thanks for help!

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3f4435cb-2c86-4370-af25-c3d2929f36a1n%40googlegroups.com.


[weewx-user] Re: Neowx Rain radar and webcam

2023-12-13 Thread 'Rory Gillies' via weewx-user
Hi Mazufa,

My station uses a fork of NeoWX Material (www.360shetland/weather), I've 
added in loads of extras, and there's a couple of very good and reasonably 
active forks on Github: https://github.com/seehase/neowx-material.

To add in radar / webcam you can create inc files with iFrames then add 
them to the index.html.tmpl file were you want them. My Windy and satellite 
maps are called in the main page layout section between the #end for and 
the closing :

## 
+-+
## | The main page layout   
 |
## 
+-+




  
$Extras.Translations[$Extras.language].current | $station.location
  
  #include "head.inc"



#attr $active_nav = 'current'
#include "header.inc"

  



Current Conditions

  #for $x in $Extras.Appearance.values_order

  #if $x == "ET"
#if $day.ET.has_data and $day.ET.sum.raw is not None and 
$day.ET.sum.raw > 0.0
  $valuesCard('ET')
#end if
  #else
$valuesCard($x)
  #end if

  #end for

## 
+-+
## | iFrame to display Windy.com forecast and wind map 
  |
## 
+-+

  #include "forecast.inc"   <--- Add here
  #include "meteoblue.inc"  <--- Add here
  


The inc files are basic HTML as if it was included in the document, here's 
an iframe that you can insert your own source:


  Your Heading





To localise your version add a [[[fi]]] section in the [[Translations]] 
section (use the existing languages as a guide), then set the language in 
the [Extras] section, language = fi

Hope this helps,

Rory

On Tuesday, December 12, 2023 at 3:31:07 AM UTC Mazufa wrote:

Hello!

Has anyone made an embedded rain radar and webcam for this neowx theme? 
Since there is extra space on the site, I would like to get a rain radar 
and a webcam on it. Could someone give me advice on the easiest way to do 
it and would someone have ready-made software? Then there would also be the 
question of how to get those metrics into Finnish? Like Barometer etc? I 
have changed the language of the Neowx condifuration file to Finnish, but 
only the ones in the upper corner, Nykyinen, Eilinen, Viikko, etc., changed 
to Finnish.

Thanks for help!

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/00aaa808-929c-4e7d-acd6-eecbde159ad0n%40googlegroups.com.


[weewx-user] Re: Neowx Rain radar and webcam

2023-12-12 Thread daved
Is this something close to what you are looking for?  
https://cbkwx.com/index.html

I'm using the neox-material skin.

It's been a while since I did this, so I'll have to go back and look at 
what I actually did, but here is the gist of it.  I wrote a script to take 
a picture every four minutes and put it in the html root directory, as well 
as create a timelapse for the previous 24 hours and put it in the 
html/media directory as well.  The webcam picture on the main page is an 
iframe.  I edited the skin.conf to make the custom Timelapse menu item, as 
well as added a stanza to the [CheetahGenerator] section to generate the 
timelapse page.  I wrote a template file based on the existing ones.

I'm not much of a web designer, and know very little about html, css, and 
javascript, so this was a bit of trial and error, and looking at the page 
source of this site:  https://www.360shetland.co.uk/weather/index.html  
There are likely to be easier and better ways to accomplish this, but it 
seems to work, and is relatively responsive to viewing on mobile devices.

As far as translating this to finnish, see here: 
https://neoground.com/docs/neowx-material/config.translations




On Monday, December 11, 2023 at 11:46:30 PM UTC-7 michael.k...@gmx.at wrote:

> It seems to me that NeoWX is neither internationalized, nor maintained any 
> more. But it is still there, clone it an have fun ;)
>
> Mazufa schrieb am Dienstag, 12. Dezember 2023 um 04:31:07 UTC+1:
>
>> Hello!
>>
>> Has anyone made an embedded rain radar and webcam for this neowx theme? 
>> Since there is extra space on the site, I would like to get a rain radar 
>> and a webcam on it. Could someone give me advice on the easiest way to do 
>> it and would someone have ready-made software? Then there would also be the 
>> question of how to get those metrics into Finnish? Like Barometer etc? I 
>> have changed the language of the Neowx condifuration file to Finnish, but 
>> only the ones in the upper corner, Nykyinen, Eilinen, Viikko, etc., changed 
>> to Finnish.
>>
>> Thanks for help!
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f44397ba-8352-4806-807d-5b88a0b7a66cn%40googlegroups.com.


[weewx-user] Re: Neowx Rain radar and webcam

2023-12-11 Thread 'michael.k...@gmx.at' via weewx-user
It seems to me that NeoWX is neither internationalized, nor maintained any 
more. But it is still there, clone it an have fun ;)

Mazufa schrieb am Dienstag, 12. Dezember 2023 um 04:31:07 UTC+1:

> Hello!
>
> Has anyone made an embedded rain radar and webcam for this neowx theme? 
> Since there is extra space on the site, I would like to get a rain radar 
> and a webcam on it. Could someone give me advice on the easiest way to do 
> it and would someone have ready-made software? Then there would also be the 
> question of how to get those metrics into Finnish? Like Barometer etc? I 
> have changed the language of the Neowx condifuration file to Finnish, but 
> only the ones in the upper corner, Nykyinen, Eilinen, Viikko, etc., changed 
> to Finnish.
>
> Thanks for help!
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f976d51c-f2fa-4806-bb53-7b7663ae4f26n%40googlegroups.com.


Re: [weewx-user] Re: Neowx skin sample site

2023-09-05 Thread vhel...@gmail.com
Hi Rory,

Have you had time to change the index.html.tmpl so that you can release it?
Your site looks great!

-Ville-


perjantai 18. marraskuuta 2022 klo 12.07.14 UTC+2 Rory Gillies kirjoitti:

Head over to this GitHub repository: 
https://github.com/seehase/neowx-material you'll find many of the 
enhancements there including the history page and the wind direction graph. 
Some of the additions are my own, such as the Windy forecast and satellite 
cards, I'll attach them here once I change the default index.html.tmpl 
(mine has many changes from the default which won't be applicable to most).

Best,

Rory

On Thursday, November 17, 2022 at 12:06:49 PM UTC Artvd wrote:

@Rory
 I also have installed Neowx materials skin but it does not work as good as 
on your site. I have contacted the developper but he does not react. Like 
Rainer i would be interest in getting the relevant files. This is my site 
https://tinyurl.com/a12312223

Op woensdag 16 november 2022 om 18:39:13 UTC+1 schreef kawa...@gmail.com:

Hallo ich schreibe einmal auf deutsch und dann die übersetzung ins 
Englische.
Ich habe nicht gewusst das man in der weewx.conf das so wie oben 
beschrieben rein schreiben muss.
Darum habe ich es so wie in meiner weewx.conf ausgeführt.
Mittlerweile funktioniert es auch mit neowx.
Ebenso bin ich kein Forum oder Gruppen Kenner darum habe ich keinen neuen 
Thread gemacht.
Ich entschuldige mich für die Umstände und danke für die Hilfe!

Danke sehr Günther


Hello I write once on german and then the translation into English.
I didn't know that you have to write in the weewx.conf as described above.
That's why I ran it as in my weewx.conf.
Meanwhile, it also works with neowx.
Likewise, I'm not a forum or group connoisseur so I didn't make a new 
thread.
I apologize for the inconvenience and thank you for the help!

Thank you very much Günther
lang@googlemail.com schrieb am Montag, 14. November 2022 um 22:45:54 
UTC+1:

I don't know why you couldn't change or add the neowx-material skin to your 
weewx installation.
Probably because you didn't install the skin - or at least didn't modify 
weewx.conf accordingly.
That's what your weewx.conf is saying - there is no proper entry for the 
neowx-material skin in the [StdReport] stanza.

What you have obviously done is to mix up skins - made a neowx-material 
entry inside the [[Seasons]] stanza - which won't work.
What you are trying to do is to convert a Mercedes car into a BMW car by 
changing the name on the car tail.

What you need to have are the following entries in weewx.conf:

 -- start excerpt weewx.conf [StdReport] stanza --

[[neowx]]
skin = neowx-material
enable = true
HTML_ROOT = /var/www/html/weewx/neowx

[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = true

 -- end excerpt weewx.conf [StdReport] stanza --

Then you can have the seasons skin with 
http://IP-address/weewx
and the neowx-material skin with
http://IP-address/weewx/neowx


On 14.11.2022 22:28, Günther Wrana wrote:

Hi 

I have the .conf and a little bit from the syslog file send.

Why could i not my skin canch to neowx?

Thank you for all your help

Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:40:18 UTC+1:


 Hello this is my page http://guentherwrana.ddns.net/weewx/ but for me no 
values ​​are shown on the curves.
I would also be interested in how I change the language.
Could you give me a tip?
On the weewx.com site I have not yet figured out how to change the language 
of the skins.
Thanks Günther


Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson: 

I just installed it. http://www.ajackson.org/weewx

-- 
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/91db6e74-6d3c-4f1a-989a-dd21517ea972n%40googlegroups.com
 

.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7055343e-5e2f-48f1-a522-3b55abab74c5n%40googlegroups.com.


Re: [weewx-user] Re: Neowx skin sample site

2022-11-18 Thread 'Rory Gillies' via weewx-user
Head over to this GitHub 
repository: https://github.com/seehase/neowx-material you'll find many of 
the enhancements there including the history page and the wind direction 
graph. Some of the additions are my own, such as the Windy forecast and 
satellite cards, I'll attach them here once I change the default 
index.html.tmpl (mine has many changes from the default which won't be 
applicable to most).

Best,

Rory

On Thursday, November 17, 2022 at 12:06:49 PM UTC Artvd wrote:

> @Rory
>  I also have installed Neowx materials skin but it does not work as good 
> as on your site. I have contacted the developper but he does not react. 
> Like Rainer i would be interest in getting the relevant files. This is my 
> site https://tinyurl.com/a12312223
>
> Op woensdag 16 november 2022 om 18:39:13 UTC+1 schreef kawa...@gmail.com:
>
>> Hallo ich schreibe einmal auf deutsch und dann die übersetzung ins 
>> Englische.
>> Ich habe nicht gewusst das man in der weewx.conf das so wie oben 
>> beschrieben rein schreiben muss.
>> Darum habe ich es so wie in meiner weewx.conf ausgeführt.
>> Mittlerweile funktioniert es auch mit neowx.
>> Ebenso bin ich kein Forum oder Gruppen Kenner darum habe ich keinen neuen 
>> Thread gemacht.
>> Ich entschuldige mich für die Umstände und danke für die Hilfe!
>>
>> Danke sehr Günther
>>
>>
>> Hello I write once on german and then the translation into English.
>> I didn't know that you have to write in the weewx.conf as described above.
>> That's why I ran it as in my weewx.conf.
>> Meanwhile, it also works with neowx.
>> Likewise, I'm not a forum or group connoisseur so I didn't make a new 
>> thread.
>> I apologize for the inconvenience and thank you for the help!
>>
>> Thank you very much Günther
>> lang@googlemail.com schrieb am Montag, 14. November 2022 um 22:45:54 
>> UTC+1:
>>
>>> I don't know why you couldn't change or add the neowx-material skin to 
>>> your weewx installation.
>>> Probably because you didn't install the skin - or at least didn't modify 
>>> weewx.conf accordingly.
>>> That's what your weewx.conf is saying - there is no proper entry for the 
>>> neowx-material skin in the [StdReport] stanza.
>>>
>>> What you have obviously done is to mix up skins - made a neowx-material 
>>> entry inside the [[Seasons]] stanza - which won't work.
>>> What you are trying to do is to convert a Mercedes car into a BMW car by 
>>> changing the name on the car tail.
>>>
>>> What you need to have are the following entries in weewx.conf:
>>>
>>>  -- start excerpt weewx.conf [StdReport] stanza 
>>> --
>>>
>>> [[neowx]]
>>> skin = neowx-material
>>> enable = true
>>> HTML_ROOT = /var/www/html/weewx/neowx
>>>
>>> [[SeasonsReport]]
>>> # The SeasonsReport uses the 'Seasons' skin, which contains the
>>> # images, templates and plots for the report.
>>> skin = Seasons
>>> enable = true
>>>
>>>  -- end excerpt weewx.conf [StdReport] stanza --
>>>
>>> Then you can have the seasons skin with 
>>> http://IP-address/weewx
>>> and the neowx-material skin with
>>> http://IP-address/weewx/neowx
>>>
>>>
>>> On 14.11.2022 22:28, Günther Wrana wrote:
>>>
>>> Hi 
>>>
>>> I have the .conf and a little bit from the syslog file send.
>>>
>>> Why could i not my skin canch to neowx?
>>>
>>> Thank you for all your help
>>>
>>> Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:40:18 UTC+1:
>>>

  Hello this is my page http://guentherwrana.ddns.net/weewx/ but for me 
 no values ​​are shown on the curves.
 I would also be interested in how I change the language.
 Could you give me a tip?
 On the weewx.com site I have not yet figured out how to change the 
 language of the skins.
 Thanks Günther


 Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson: 
>
> I just installed it. http://www.ajackson.org/weewx

 -- 
>>> 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 weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/91db6e74-6d3c-4f1a-989a-dd21517ea972n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/58e3ab82-a6da-4370-909b-a79128062e6fn%40googlegroups.com.


Re: [weewx-user] Re: Neowx skin sample site

2022-11-17 Thread Artvd
@Rory
 I also have installed Neowx materials skin but it does not work as good as 
on your site. I have contacted the developper but he does not react. Like 
Rainer i would be interest in getting the relevant files. This is my site 
https://tinyurl.com/a12312223

Op woensdag 16 november 2022 om 18:39:13 UTC+1 schreef kawa...@gmail.com:

> Hallo ich schreibe einmal auf deutsch und dann die übersetzung ins 
> Englische.
> Ich habe nicht gewusst das man in der weewx.conf das so wie oben 
> beschrieben rein schreiben muss.
> Darum habe ich es so wie in meiner weewx.conf ausgeführt.
> Mittlerweile funktioniert es auch mit neowx.
> Ebenso bin ich kein Forum oder Gruppen Kenner darum habe ich keinen neuen 
> Thread gemacht.
> Ich entschuldige mich für die Umstände und danke für die Hilfe!
>
> Danke sehr Günther
>
>
> Hello I write once on german and then the translation into English.
> I didn't know that you have to write in the weewx.conf as described above.
> That's why I ran it as in my weewx.conf.
> Meanwhile, it also works with neowx.
> Likewise, I'm not a forum or group connoisseur so I didn't make a new 
> thread.
> I apologize for the inconvenience and thank you for the help!
>
> Thank you very much Günther
> lang@googlemail.com schrieb am Montag, 14. November 2022 um 22:45:54 
> UTC+1:
>
>> I don't know why you couldn't change or add the neowx-material skin to 
>> your weewx installation.
>> Probably because you didn't install the skin - or at least didn't modify 
>> weewx.conf accordingly.
>> That's what your weewx.conf is saying - there is no proper entry for the 
>> neowx-material skin in the [StdReport] stanza.
>>
>> What you have obviously done is to mix up skins - made a neowx-material 
>> entry inside the [[Seasons]] stanza - which won't work.
>> What you are trying to do is to convert a Mercedes car into a BMW car by 
>> changing the name on the car tail.
>>
>> What you need to have are the following entries in weewx.conf:
>>
>>  -- start excerpt weewx.conf [StdReport] stanza --
>>
>> [[neowx]]
>> skin = neowx-material
>> enable = true
>> HTML_ROOT = /var/www/html/weewx/neowx
>>
>> [[SeasonsReport]]
>> # The SeasonsReport uses the 'Seasons' skin, which contains the
>> # images, templates and plots for the report.
>> skin = Seasons
>> enable = true
>>
>>  -- end excerpt weewx.conf [StdReport] stanza --
>>
>> Then you can have the seasons skin with 
>> http://IP-address/weewx
>> and the neowx-material skin with
>> http://IP-address/weewx/neowx
>>
>>
>> On 14.11.2022 22:28, Günther Wrana wrote:
>>
>> Hi 
>>
>> I have the .conf and a little bit from the syslog file send.
>>
>> Why could i not my skin canch to neowx?
>>
>> Thank you for all your help
>>
>> Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:40:18 UTC+1:
>>
>>>
>>>  Hello this is my page http://guentherwrana.ddns.net/weewx/ but for me 
>>> no values ​​are shown on the curves.
>>> I would also be interested in how I change the language.
>>> Could you give me a tip?
>>> On the weewx.com site I have not yet figured out how to change the 
>>> language of the skins.
>>> Thanks Günther
>>>
>>>
>>> Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson: 

 I just installed it. http://www.ajackson.org/weewx
>>>
>>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/91db6e74-6d3c-4f1a-989a-dd21517ea972n%40googlegroups.com
>>  
>> 
>> .
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a746327e-4c5c-4804-9e3b-4d7c0bc9b5a1n%40googlegroups.com.


Re: [weewx-user] Re: Neowx skin sample site

2022-11-16 Thread Günther Wrana
Hallo ich schreibe einmal auf deutsch und dann die übersetzung ins 
Englische.
Ich habe nicht gewusst das man in der weewx.conf das so wie oben 
beschrieben rein schreiben muss.
Darum habe ich es so wie in meiner weewx.conf ausgeführt.
Mittlerweile funktioniert es auch mit neowx.
Ebenso bin ich kein Forum oder Gruppen Kenner darum habe ich keinen neuen 
Thread gemacht.
Ich entschuldige mich für die Umstände und danke für die Hilfe!

Danke sehr Günther


Hello I write once on german and then the translation into English.
I didn't know that you have to write in the weewx.conf as described above.
That's why I ran it as in my weewx.conf.
Meanwhile, it also works with neowx.
Likewise, I'm not a forum or group connoisseur so I didn't make a new 
thread.
I apologize for the inconvenience and thank you for the help!

Thank you very much Günther
lang@googlemail.com schrieb am Montag, 14. November 2022 um 22:45:54 
UTC+1:

> I don't know why you couldn't change or add the neowx-material skin to 
> your weewx installation.
> Probably because you didn't install the skin - or at least didn't modify 
> weewx.conf accordingly.
> That's what your weewx.conf is saying - there is no proper entry for the 
> neowx-material skin in the [StdReport] stanza.
>
> What you have obviously done is to mix up skins - made a neowx-material 
> entry inside the [[Seasons]] stanza - which won't work.
> What you are trying to do is to convert a Mercedes car into a BMW car by 
> changing the name on the car tail.
>
> What you need to have are the following entries in weewx.conf:
>
>  -- start excerpt weewx.conf [StdReport] stanza --
>
> [[neowx]]
> skin = neowx-material
> enable = true
> HTML_ROOT = /var/www/html/weewx/neowx
>
> [[SeasonsReport]]
> # The SeasonsReport uses the 'Seasons' skin, which contains the
> # images, templates and plots for the report.
> skin = Seasons
> enable = true
>
>  -- end excerpt weewx.conf [StdReport] stanza --
>
> Then you can have the seasons skin with 
> http://IP-address/weewx
> and the neowx-material skin with
> http://IP-address/weewx/neowx
>
>
> On 14.11.2022 22:28, Günther Wrana wrote:
>
> Hi 
>
> I have the .conf and a little bit from the syslog file send.
>
> Why could i not my skin canch to neowx?
>
> Thank you for all your help
>
> Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:40:18 UTC+1:
>
>>
>>  Hello this is my page http://guentherwrana.ddns.net/weewx/ but for me 
>> no values ​​are shown on the curves.
>> I would also be interested in how I change the language.
>> Could you give me a tip?
>> On the weewx.com site I have not yet figured out how to change the 
>> language of the skins.
>> Thanks Günther
>>
>>
>> Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson: 
>>>
>>> I just installed it. http://www.ajackson.org/weewx
>>
>> -- 
> 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 weewx-user+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/91db6e74-6d3c-4f1a-989a-dd21517ea972n%40googlegroups.com
>  
> 
> .
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5c520625-6a0a-4108-8fb1-782d2dcf2ea3n%40googlegroups.com.


Re: [weewx-user] Re: Neowx skin sample site [2]

2022-11-15 Thread 'Rory Gillies' via weewx-user

I've been using it for a while now, there's a few of us working on 
enhancements, some of them you can see on my site:

https//www.360shetland.co.uk/weather

On Monday, November 14, 2022 at 9:52:45 PM UTC lang@googlemail.com 
wrote:

> Vielleicht ist Englisch zu kompliziert - also, man kann eine neue Skin 
> nicht dadurch einführen, indem man den Namen einer bestehenden ändert.
> Was Du gemacht hast ist wie der Versuch, einen Mercedes zu einem BMW zu 
> machen, indem Du den Namen Mercedes am Heck durch BMW ersetzt - geht 
> natürlich so nicht.
> Jede Skin braucht ihren eigenen Eintrag in der [StdReport] Stanza von 
> weewx.conf, eine eigene [[skin]] Stanza
> Das funktionierende Beispiel ist unten angeführt.
> On 14.11.2022 22:45, Rainer Lang wrote:
>
> I don't know why you couldn't change or add the neowx-material skin to 
> your weewx installation.
> Probably because you didn't install the skin - or at least didn't modify 
> weewx.conf accordingly.
> That's what your weewx.conf is saying - there is no proper entry for the 
> neowx-material skin in the [StdReport] stanza.
>
> What you have obviously done is to mix up skins - made a neowx-material 
> entry inside the [[Seasons]] stanza - which won't work.
> What you are trying to do is to convert a Mercedes car into a BMW car by 
> changing the name on the car tail.
>
> What you need to have are the following entries in weewx.conf:
>
>  -- start excerpt weewx.conf [StdReport] stanza --
>
> [[neowx]]
> skin = neowx-material
> enable = true
> HTML_ROOT = /var/www/html/weewx/neowx
>
> [[SeasonsReport]]
> # The SeasonsReport uses the 'Seasons' skin, which contains the
> # images, templates and plots for the report.
> skin = Seasons
> enable = true
>
>  -- end excerpt weewx.conf [StdReport] stanza --
>
> Then you can have the seasons skin with 
> http://IP-address/weewx
> and the neowx-material skin with
> http://IP-address/weewx/neowx
>
>
> On 14.11.2022 22:28, Günther Wrana wrote:
>
> Hi 
>
> I have the .conf and a little bit from the syslog file send.
>
> Why could i not my skin canch to neowx?
>
> Thank you for all your help
>
> Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:40:18 UTC+1:
>
>>
>>  Hello this is my page http://guentherwrana.ddns.net/weewx/ but for me 
>> no values ​​are shown on the curves.
>> I would also be interested in how I change the language.
>> Could you give me a tip?
>> On the weewx.com site I have not yet figured out how to change the 
>> language of the skins.
>> Thanks Günther
>>
>>
>> Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson: 
>>>
>>> I just installed it. http://www.ajackson.org/weewx
>>
>> -- 
> 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 weewx-user+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/91db6e74-6d3c-4f1a-989a-dd21517ea972n%40googlegroups.com
>  
> 
> .
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/226a15f1-4801-495e-a8b6-03b2455ebbedn%40googlegroups.com.


[weewx-user] Re: Neowx skin sample site [2]

2022-11-14 Thread 'Rainer Lang' via weewx-user
Vielleicht ist Englisch zu kompliziert - also, man kann eine neue Skin 
nicht dadurch einführen, indem man den Namen einer bestehenden ändert.
Was Du gemacht hast ist wie der Versuch, einen Mercedes zu einem BMW zu 
machen, indem Du den Namen Mercedes am Heck durch BMW ersetzt - geht 
natürlich so nicht.
Jede Skin braucht ihren eigenen Eintrag in der [StdReport] Stanza von 
weewx.conf, eine eigene [[skin]] Stanza

Das funktionierende Beispiel ist unten angeführt.

On 14.11.2022 22:45, Rainer Lang wrote:


I don't know why you couldn't change or add the neowx-material skin to 
your weewx installation.
Probably because you didn't install the skin - or at least didn't 
modify weewx.conf accordingly.
That's what your weewx.conf is saying - there is no proper entry for 
the neowx-material skin in the [StdReport] stanza.


What you have obviously done is to mix up skins - made a 
neowx-material entry inside the [[Seasons]] stanza - which won't work.
What you are trying to do is to convert a Mercedes car into a BMW car 
by changing the name on the car tail.


What you need to have are the following entries in weewx.conf:

 -- start excerpt weewx.conf [StdReport] stanza --

    [[neowx]]
    skin = neowx-material
    enable = true
    HTML_ROOT = /var/www/html/weewx/neowx

    [[SeasonsReport]]
    # The SeasonsReport uses the 'Seasons' skin, which contains the
    # images, templates and plots for the report.
    skin = Seasons
    enable = true

 -- end excerpt weewx.conf [StdReport] stanza --

Then you can have the seasons skin with
http://IP-address/weewx
and the neowx-material skin with
http://IP-address/weewx/neowx


On 14.11.2022 22:28, Günther Wrana wrote:

Hi

I have the .conf and a little bit from the syslog file send.

Why could i not my skin canch to neowx?

Thank you for all your help

Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:40:18 UTC+1:


 Hello this is my page http://guentherwrana.ddns.net/weewx/ but
for me no values ​​are shown on the curves.
I would also be interested in how I change the language.
Could you give me a tip?
On the weewx.com  site I have not yet figured
out how to change the language of the skins.
Thanks Günther


Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson:

I just installed it. http://www.ajackson.org/weewx

--
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/91db6e74-6d3c-4f1a-989a-dd21517ea972n%40googlegroups.com 
.


--
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/bc6f81ba-823d-50f2-f9a1-9aa443b25b32%40gmail.com.


Re: [weewx-user] Re: Neowx skin sample site

2022-11-14 Thread 'Rainer Lang' via weewx-user
I don't know why you couldn't change or add the neowx-material skin to 
your weewx installation.
Probably because you didn't install the skin - or at least didn't modify 
weewx.conf accordingly.
That's what your weewx.conf is saying - there is no proper entry for the 
neowx-material skin in the [StdReport] stanza.


What you have obviously done is to mix up skins - made a neowx-material 
entry inside the [[Seasons]] stanza - which won't work.
What you are trying to do is to convert a Mercedes car into a BMW car by 
changing the name on the car tail.


What you need to have are the following entries in weewx.conf:

 -- start excerpt weewx.conf [StdReport] stanza --

    [[neowx]]
    skin = neowx-material
    enable = true
    HTML_ROOT = /var/www/html/weewx/neowx

    [[SeasonsReport]]
    # The SeasonsReport uses the 'Seasons' skin, which contains the
    # images, templates and plots for the report.
    skin = Seasons
    enable = true

 -- end excerpt weewx.conf [StdReport] stanza --

Then you can have the seasons skin with
http://IP-address/weewx
and the neowx-material skin with
http://IP-address/weewx/neowx


On 14.11.2022 22:28, Günther Wrana wrote:

Hi

I have the .conf and a little bit from the syslog file send.

Why could i not my skin canch to neowx?

Thank you for all your help

Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:40:18 UTC+1:


 Hello this is my page http://guentherwrana.ddns.net/weewx/ but
for me no values ​​are shown on the curves.
I would also be interested in how I change the language.
Could you give me a tip?
On the weewx.com  site I have not yet figured
out how to change the language of the skins.
Thanks Günther


Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson:

I just installed it. http://www.ajackson.org/weewx

--
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/91db6e74-6d3c-4f1a-989a-dd21517ea972n%40googlegroups.com 
.


--
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/770fe0a0-caa5-77b5-05ba-46dcaef271a3%40gmail.com.


[weewx-user] Re: Neowx skin sample site

2022-11-14 Thread vince
It has been 2.5 YEARS since your previous post in this thread and I cannot 
understand what you are asking. I would suggest you open a new thread with 
a much better problem description.  Perhaps google translate would be 
helpful ?

Please also read "How to report a problem" 
 in the 
FAQ and "Posting to weewx-user" 
 in the 
wiki.

On Monday, November 14, 2022 at 1:28:39 PM UTC-8 kawa...@gmail.com wrote:

> Hi
>
> I have the .conf and a little bit from the syslog file send.
>
> Why could i not my skin canch to neowx?
>
> Thank you for all your help
>
> Günther Wrana schrieb am Donnerstag, 12. März 2020 um 07:40:18 UTC+1:
>
>>
>>  Hello this is my page http://guentherwrana.ddns.net/weewx/ but for me 
>> no values ​​are shown on the curves.
>> I would also be interested in how I change the language.
>> Could you give me a tip?
>> On the weewx.com site I have not yet figured out how to change the 
>> language of the skins.
>> Thanks Günther
>>
>>
>> Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson:
>>>
>>> I just installed it. http://www.ajackson.org/weewx
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7f9c1436-58cb-4d2c-82c4-ed6f5b74abe4n%40googlegroups.com.


Re: [weewx-user] Re: neowx-material additional values [2a]

2021-07-08 Thread 'Rainer Lang' via weewx-user
even though - to whom it may concern i.e. to whom who wants to use the 
new neowx-material skin and wants to add sensors/observations,
here is a mini-tutorial how to do this - in principle very simple due to 
the coding approach (shown below for the day charts only)


pre-requisite: the sensor/observation to be added has to exist in the 
weewx database and needs to have a value different from None in order to 
be shown (like in the Seasons skin)


_2 changes need to be made in skin.conf_

in the [[Appearance]] stanza the lines

value_order = outTemp,  
and
charts_order = outTemp, 

the weewx database variables of the observation(s) need to be added at 
the position they are supposed to show


_1 change (per variable) needs to be added to index.html.tmpl_
usually towards the end before the  tag, assuming the chart to 
be displayed is of the "area" type ("default" type)


   #if $ day.variable1.has_data

   $ getChartJsCode ("variable1", "variable1chart", "area", "variable1")
   #end if

example:
if the variable were co2 and the desired position of the observation 
value(s) and chart were the last one on the skin
(N.B. in the neowx-material skin the value 'cards' show on the left hand 
side and the charts on the right hand side - like in the Seasons skin - 
only per observation there is a combined current/high/low 'card' per 
observation)


skin.conf would look like
[[Appearance]]
  //  card order
value_order = outTemp,  , co2
 //  chart order
charts_order = outTemp, , co2

and the end of index.html.tmpl would look like

..
  // CO2 sensor - values in ppm

  #if $ day.co2.has_data

   $ getChartJsCode ("co2", "co2chart", "area", "co2")
   #end if



The result can be seen at http://meshka.eu  - Link: Neowx Material 
powered by weewx (WH2650)


On 06.07.2021 22:02, gjr80 wrote:
The Neowx Material skin has been developed separately from WeeWX. As 
the per the Neowx Material web page 
 I suggest you email 
the developer.


Gary

On Wednesday, 7 July 2021 at 03:03:13 UTC+10 michae...@gmail.com wrote:

Hello,
the day before yesterday I installed neowx material as a skin. now
i have added two additional fields in weewx, which are
calledwohnHeiz andwohnSoll. Well I added

   #if $ day.wohnHeiz.has_data
   $ getChartJsCode ("wohnHeiz ", "wohnHeizchart", "area",
"wohnHeiz ")
   #end if
   #if $ day.wohnSoll.has_data
   $ getChartJsCode ("wohnSoll ", "wohnSollchart", "area",
"wohnSoll ")
   #end if

into the index.html.tmpl file
unfortunately it doesn't work then. Do I have to make an
additional entry somewhere?

Greetings Michael

--
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 weewx-user+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4d46c655-14ad-4af8-b4e4-1454d9a2910dn%40googlegroups.com 
.


--
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/aa8c8a49-1d08-7df2-02c8-13ff95e4309f%40gmail.com.


[weewx-user] Re: neowx-material addininal values

2021-07-07 Thread michae...@gmail.com
Thanks

gjr80 schrieb am Dienstag, 6. Juli 2021 um 22:02:21 UTC+2:

> The Neowx Material skin has been developed separately from WeeWX. As the 
> per the Neowx Material web page 
>  I suggest you email the 
> developer.
>
> Gary
>
> On Wednesday, 7 July 2021 at 03:03:13 UTC+10 michae...@gmail.com wrote:
>
>> Hello,
>> the day before yesterday I installed neowx material as a skin. now i have 
>> added two additional fields in weewx, which are calledwohnHeiz andwohnSoll. 
>> Well I added
>>
>>#if $ day.wohnHeiz.has_data
>>$ getChartJsCode ("wohnHeiz ", "wohnHeizchart", "area", "wohnHeiz ")
>>#end if
>>   
>>#if $ day.wohnSoll.has_data
>>$ getChartJsCode ("wohnSoll ", "wohnSollchart", "area", "wohnSoll ")
>>#end if
>>
>> into the index.html.tmpl file
>> unfortunately it doesn't work then. Do I have to make an additional entry 
>> somewhere?
>>
>> Greetings Michael
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/1f560f39-358a-4070-9b36-6e31a0688b58n%40googlegroups.com.


[weewx-user] Re: neowx-material addininal values

2021-07-06 Thread gjr80
The Neowx Material skin has been developed separately from WeeWX. As the 
per the Neowx Material web page 
 I suggest you email the 
developer.

Gary

On Wednesday, 7 July 2021 at 03:03:13 UTC+10 michae...@gmail.com wrote:

> Hello,
> the day before yesterday I installed neowx material as a skin. now i have 
> added two additional fields in weewx, which are calledwohnHeiz andwohnSoll. 
> Well I added
>
>#if $ day.wohnHeiz.has_data
>$ getChartJsCode ("wohnHeiz ", "wohnHeizchart", "area", "wohnHeiz ")
>#end if
>   
>#if $ day.wohnSoll.has_data
>$ getChartJsCode ("wohnSoll ", "wohnSollchart", "area", "wohnSoll ")
>#end if
>
> into the index.html.tmpl file
> unfortunately it doesn't work then. Do I have to make an additional entry 
> somewhere?
>
> Greetings Michael
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4d46c655-14ad-4af8-b4e4-1454d9a2910dn%40googlegroups.com.


[weewx-user] Re: Neowx skin sample site

2020-03-12 Thread Günther Wrana

 Hello this is my page http://guentherwrana.ddns.net/weewx/ but for me no 
values ​​are shown on the curves.
I would also be interested in how I change the language.
Could you give me a tip?
On the weewx.com site I have not yet figured out how to change the language 
of the skins.
Thanks Günther


Am Mittwoch, 30. Januar 2019 13:39:34 UTC+1 schrieb Alan Jackson:
>
> I just installed it. http://www.ajackson.org/weewx

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3e6596c8-7fc7-4f23-814b-cf713622d402%40googlegroups.com.


[weewx-user] Re: Neowx skin problem

2019-08-14 Thread boke wu

>
> All you need to do is install a fonts
>

-
Install fonts

This theme is using the Roboto font for graph generation. The used fonts 
and paths are specified in the skin.conf at the [ImageGenerator] section 
(ca. line 341). Make sure that the Roboto font is installed and available 
at the path. If necessary adjust the paths or change the font at all.
On debian based systems you can install the font with sudo apt install 
fonts-roboto and it will be installed at the specified path.
- 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/99dec9d2-8f16-4b69-915c-b1f5b1246035%40googlegroups.com.


[weewx-user] Re: Neowx skin problem

2019-08-14 Thread Michi Kaa
It definiteley looks like missing fonts. 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/1f9bf144-1bec-4f81-8eb4-0afb9d47ecfc%40googlegroups.com.


[weewx-user] Re: Neowx skin problem

2019-08-13 Thread Paul Thomas
Are you sure they are missing?
Do you mean the text on the X and Y axis? Or were you expecting values on 
the graph lines?
It just looks like the text is very, very, very small?

You can adjust the generated images text font size in the skin.conf file I 
think.
You also need to make sure that the font file specified in skin.conf 
actually exists on your system in the location specified.

Paul

On Sunday, 11 August 2019 13:11:05 UTC+1, Michael Stuhldreier wrote:
>
> Hello again,
> i have problems after updating my weewx skin from standard to neowx. 
>
> The installataion was successful, i become a website with correct data, 
> but there are no timestamps in the graphs (no clock or temperature o.ä) :( 
> :( :(
>
> What is the problem here?
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3b5a13ab-bbed-46c9-9733-d8f5e598ed66%40googlegroups.com.


[weewx-user] Re: NeoWX skin problems

2019-08-11 Thread Michael Stuhldreier
Hey, 

after a few minutes, i got the new skin :-) 

But there are no data like day time (6:00 , 12:00 etc.) in the graphs :( 

should i wait and they come automatically after a few hours? Or is there a 
mistake?

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5efa6e81-8fef-4f23-b63d-39b6d913d97a%40googlegroups.com.


[weewx-user] Re: Neowx skin sample site

2019-01-30 Thread Ruben Navarro Huedo
Really Pretty skin.

I will test it.

El miércoles, 30 de enero de 2019, 13:39:34 (UTC+1), Alan Jackson escribió:
>
> I just installed it. http://www.ajackson.org/weewx

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Neowx skin sample site

2019-01-30 Thread Pat
Check out the Belchertown skin 
. It has some interactive 
graphs that you may be looking for. 

If you want to see a sample, you can visit my website, 
https://belchertownweather.com 


On Wednesday, January 30, 2019 at 8:19:38 AM UTC-5, Praveen Chandrasekaran 
wrote:
>
> Thanks. Doesnt bear Seasons skin still. I thought graphs will be more 
> interactive using json.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Neowx

2018-12-24 Thread vince
On Monday, December 24, 2018 at 8:03:35 AM UTC-8, kutz...@gmail.com wrote:
>
> Ah. Maybe you were asking ...
>

Would the original poster please ask the question in a full sentence so we 
know what they're asking ?

If English is your second language, post in your language and we'll try 
Google Translate to convert it to English. 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Neowx

2018-12-24 Thread kutzenco
Ah. Maybe you were asking where to download the Neowx skin files to. If so, 
it shouldn't matter where you put them, as long as you point wee_extension 
to that directory (where you put the downloaded neowx-latest.zip file) with 
the command wee_extension --install='put directory path here'. 
Wee_extension will then place the files in the correct weewx directories 
when installing the skin.

Anyway, sounds like you sorted it out.
phil

On Monday, December 24, 2018 at 10:19:41 AM UTC-5, ve2se wrote:
>
> Have to install Neowx on the download directory 
> Tnx to all ,  Merry Christmas 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Neowx

2018-12-22 Thread kutzenco
I believe he's asking how to download the latest version of the neowx skin, 
not the latest version of weeWX. He can download the skin by going to 
https://projects.neoground.com/neowx and selecting Free Download.
phil

On Friday, December 21, 2018 at 10:12:46 PM UTC-5, Andrew Milner wrote:
>
> does this help:
> http://weewx.com/docs/upgrading.htm
>
>
>
> On Friday, 21 December 2018 21:02:39 UTC+2, ve2se wrote:
>>
>> Neowx 
>> First download the latest version and put it on your linux machine where 
>> weewx is running.
>> There so many directories for weewx . witch one i have to download neowx ?
>> tnx 
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Neowx

2018-12-21 Thread Andrew Milner
does this help:
http://weewx.com/docs/upgrading.htm



On Friday, 21 December 2018 21:02:39 UTC+2, ve2se wrote:
>
> Neowx 
> First download the latest version and put it on your linux machine where 
> weewx is running.
> There so many directories for weewx . witch one i have to download neowx ?
> tnx 
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.