You are not logged in.

#2761 2019-09-09 19:48:35

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

ANNOUNCEMENT
The Accuweather script has been steady so I pushed the final release.
No changes, I just moved the script's folder to where my own working script folder was and added a gitignore file so that you don't see any unnecessary files.
I hope I haven't screwed up anything many things. Please report back if you see anything weird after a pull request.
I did try to create a markdown README file, but the pdfs should suffice for the moment; the whole thing was taking too much time, sorry.


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2762 2019-09-09 19:59:36

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

No negative feedback from 2_Wunderground as well so I will push a final version with some pdf documentation as soon as I get the time.
The other scripts will follow suit and will get transferred to git as well in the immediate future.


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2763 2019-09-10 07:37:31

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

I had may be a stupid question but what mean the day forecast for this icon ? why the moon icon for partly cloudy during the day?
2.png

Last edited by ragamatrix (2019-09-10 07:41:52)

Offline

#2764 2019-09-10 10:11:39

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Probably a mistake, try rerunning the script.

Last edited by TeoBigusGeekus (2019-09-10 11:03:21)


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2765 2019-09-10 12:35:42

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

no no I think it's not a mistake because it's also like that on the website, that just mean partly cloudy even if it is daylight ...  8)

Offline

#2766 2019-09-10 12:37:19

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

An eclipse maybe? tongue


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2767 2019-09-10 13:47:35

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

otherwise we can look out the window to see if it's daylight.  tongue
Oh noooo ! tomorow will be a day night    hmm

Last edited by ragamatrix (2019-09-10 13:51:02)

Offline

#2768 2019-09-10 16:41:03

saltasatelites
Member
Registered: 2016-09-10
Posts: 19

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

As always, thank you for your great work and for the dedication you put into it.
I have a question. With the previous script I could change the days of the week to lowercase letters, but now I can't find how to do it.
Any ideas or suggestions?

Offline

#2769 2019-09-10 17:33:53

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Do you mean the Accuweather or the Wunderground script?


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2770 2019-09-10 17:52:06

saltasatelites
Member
Registered: 2016-09-10
Posts: 19

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

The Accuweather script.

Last edited by saltasatelites (2019-09-10 17:53:26)

Offline

#2771 2019-09-10 18:04:53

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

The original names of the week in the daily_forecast file are in lowercase letters.
I use the tr command in the conkyrc files to convert them into uppercase

${texeci 600 sed -n '23p' $HOME/1_accuweather/daily_forecast|tr a-z A-Z}

If you remove the tr pipes, ie

${texeci 600 sed -n '23p' $HOME/1_accuweather/daily_forecast}

you'll have Monday instead of MONDAY, Tuesday instead of TUESDAY, etc.


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2772 2019-09-10 18:15:10

saltasatelites
Member
Registered: 2016-09-10
Posts: 19

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Thanks!!  You're the best!

Offline

#2773 2019-09-10 18:22:08

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

You're welcome!


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2774 2019-09-11 15:32:48

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

TeoBigusGeekus wrote:

An eclipse maybe? tongue

lol  lol  lol  lol  lol  lol  lol  lol  lol  lol  lol  lol

OMG!  Love it!

BTW: I got the same - obviously: website OOPSIES! get handed down.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2775 2019-09-11 15:37:52

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

saltasatelites wrote:

Thanks!!  You're the best!

And that is a sentiment of most people here.

TeoBigusGeekus FOR PRESIDENT!!!

Greece of course!


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2776 2019-09-11 16:33:15

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

wink


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2777 2019-09-11 20:59:26

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

ANNOUNCEMENT
I pushed the final release for the 2_Wunderground script.
No changes to the script, I just moved the folder to a different location, added a gitignore file and a bit of documentation.


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2778 2019-09-12 04:30:32

TeoBigusGeekus
BL DieHard
From: /Deutschland/Frankfurt_am_Main
Registered: 2015-10-04
Posts: 1,486

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

I modified the conkyrc files of the Wunderground script to make them use a color variable. Script re-pushed.


Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!

Offline

#2779 2019-09-12 07:14:28

Rosscuro
New Member
Registered: 2019-09-12
Posts: 2

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

So, I'm using the simple RSS version

Kj0tP.jpg

The thing is that nothing shows up but the "LOCAL WEATHER------" label of the top. The icons and information are missing.

2019-09-12-045429-1366x768-scrot.png


The log doesn't show any errors.


--2019-09-12 04:50:50--  https://rss.accuweather.com/rss/liveweather_rss.asp?locCod=SAM%7CAR%7CAR007%7CBUENOSAIRES
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving rss.accuweather.com (rss.accuweather.com)... 23.55.65.21
Connecting to rss.accuweather.com (rss.accuweather.com)|23.55.65.21|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 801 [text/xml]
Saving to: ‘/home/leon/1_accuweather/weather_raw’

/home/leon/1_accuweather/weather_raw  100%[========================================================================>]     801  --.-KB/s    in 0s      

2019-09-12 04:50:50 (7.98 MB/s) - ‘/home/leon/1_accuweather/weather_raw’ saved [801/801]

I made sure to double-check each script for paths to files and such

Edit.

Managed to set it up correctly, looks so damn awesome...

2019-09-12-065343-1366x768-scrot.png

Now if anyone could point me to a script that monitors currency exchange would be much preciated. 8o

Last edited by Rosscuro (2019-09-12 09:57:41)


Studied psychology, has no clue about programming. My aunt inspired me to use Linux Mint... I took the Manjaro i3 rout instead.

Offline

#2780 2019-09-12 09:16:32

loutch
Member
Registered: 2015-12-12
Posts: 848

Re: Conky weather+moon scripts (Accuw/WUndergr/NWS/MoonGiant)

Hello

Theo is that possible to have the flux in french ??


if no i have begened to make french translate.


1568290547.png

Last edited by loutch (2019-09-12 12:15:13)


Linuxmint 22.1 Xia xfce & mageia 9 XFCE on ssd hp pavilion g7
Xubuntu 18.04 lts & 24.04 lts on ASUS Rog STRIX

Offline

Board footer

Powered by FluxBB