You are not logged in.

#121 2015-11-05 08:12:28

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

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

Thanks a lot fvirgola80.
I've updated the first post.


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

#122 2015-11-05 08:34:29

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

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

Fine looking Temetka smile Good job as always by Teo


Tumbleweed | KDE Plasma

Offline

#123 2015-11-05 08:51:55

Temetka
Member
From: Sol System, Western Spiral Arm
Registered: 2015-10-14
Posts: 549

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

Sure I made the scrot look pretty, but Teo wrote the weather script. He get's the credit. Same for the 9 months calendar from Sector 11.

Between these 2 guys my screens always look great. I love conky very much and I have some pretty good scripting skills (when I put effort into it), but these 2 guys are GODS.

Ray, when someone asks if you are a God - you say YES!


The meaning of life is to just be alive. It is so plain and so obvious
    and so simple. And yet everybody rushes aroound in a great panic
             as if it were necessary to achieve something beyond themselves.
                                                                                                             - Alan Watts

Offline

#124 2015-11-05 10:35:27

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'm Zuul!!!!


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

#125 2015-11-05 11:08:56

Temetka
Member
From: Sol System, Western Spiral Arm
Registered: 2015-10-14
Posts: 549

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

I want to talk to Dana.


The meaning of life is to just be alive. It is so plain and so obvious
    and so simple. And yet everybody rushes aroound in a great panic
             as if it were necessary to achieve something beyond themselves.
                                                                                                             - Alan Watts

Offline

#126 2015-11-05 12:56:56

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

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


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#127 2015-11-05 13:30:51

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

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

»»»»» This is for conky v1.90 «««««

TeoBigusGeekus wrote:

@S11
Beautiful S11. Now I need a post with some code and an image to link from the first post.

I was going to PM @fvirgola80 with the code since I consider it his 'layout'.  I borrowed the idea and tweaked it because I could not see the small font.

So in honour of fvirgola80's layout idea:

This is my ~/4_Moon/fvirgola80.conky in action.
Questo è il mio ~ /4_Moon/ fvirgola80.conky in azione.
2015_11_04_14_31_08_Scrot11.jpg

fvirgola80.conky

# pkill -xf "conky -q -c /home/sector11/4_Moon/fvirgola80.conky" &
### fvirgola80 4 november 2015 (this one tweaked)
###
###  Begin Window Settings  ##################################################
own_window yes
own_window_type normal
own_window_transparent no #yes - for ARGB
own_window_hints below,skip_taskbar,skip_pager
own_window_colour 000000
own_window_class Conky
own_window_title Moon layout by fvirgola80

### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
### This option will not work as desired (in most cases) in conjunction with
### own_window_type normal
 own_window_argb_visual yes # Options: yes or no

### When ARGB visuals are enabled, this use this to modify the alpha value
### Use: own_window_type normal
### Use: own_window_transparent no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
 own_window_argb_value 200

minimum_size 980 140
maximum_width 980

gap_x 00
gap_y 100

alignment tm
####################################################  End Window Settings  ###
###  Font Settings  ##########################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
#xftfont Arial:bold:size=8
xftfont Monofur:bold:size=10

# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1.0

# Force UTF8? requires XFT ###
override_utf8_locale yes

uppercase no
######################################################  End Font Settings  ###
###  Color Settings  #########################################################
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000

default_color DCDCDC #220 220 220	Gainsboro
color0 8FBC8F #DarkSeaGreen
color1 778899 #LightSlateGray
color2 F5F5DC #Beige
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFDEAD #NavajoWhite
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 FFD700 #Gold
color9 CD5C5C #IndianRed
#####################################################  End Color Settings  ###
###  Borders Section  ########################################################
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
#####################################################  End Borders Secton  ###
###  Miscellaneous Section  ##################################################
# Boolean value, if true, Conky will be forked to background when started.
background yes

# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none

# Subtract (file slystem) buffers from used memory?
no_buffers yes

# Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
# $image lots. Set to 0 to disable th0e image cache.
imlib_cache_size 0

# Use the Xdbe extension? (eliminates flicker)
# It is highly recommended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
##############################################  End Miscellaneous Section  ###
update_interval 1

#${execi 500 $HOME/4_Moon/moon}

TEXT
${execi 500 $HOME/4_Moon/moon}${color7}${membar 0,50} MOON PHASES FOR THE PAST TWO DAYS ${membar 0,100}\
${color5}${membar 0,30} MOON PHASE TODAY ${membar 0,50}${color7}\
${membar 0,70} MOON PHASES FOR THE NEXT TWO DAYS ${membar 0}\
${image $HOME/4_Moon/-2.png -p 0,30 -s 40x40}\
  ${image $HOME/4_Moon/-1.png -p 200,30 -s 40x40}\
    ${image $HOME/4_Moon/0.png -p 400,30 -s 40x40}\
	  ${image $HOME/4_Moon/1.png -p 600,30 -s 40x40}\
	    ${image $HOME/4_Moon/2.png -p 800,30 -s 40x40}
${goto 35}${color7}Two Days Ago${color} ${execi 3600 echo `date --date="-2 day" | awk '{print $1" "$3" "$2}'`}\
  ${goto 235}${color7}Yesterday${color} ${execi 3600 echo `date --date="-1 day" | awk '{print $1" "$3" "$2}'`}\
    ${goto 435}${color5}Today${color} ${execi 3600 echo `date --date="0 day" | awk '{print $1" "$3" "$2}'`}\
	  ${goto 635}${color7}Tomorrow${color} ${execi 3600 echo `date --date="+1 day" | awk '{print $1" "$3" "$2}'`}\
	    ${goto 835}${color7}In Two Days${color} ${execi 3600 echo `date --date="+2 day" | awk '{print $1" "$3" "$2}'`}
${goto 50}${color7}Illumunation${color} ${execpi 600 sed -n '13p' $HOME/4_Moon/raw}\
  ${goto 250}${color7}Illumunation${color} ${execpi 600 sed -n '21p' $HOME/4_Moon/raw}\
    ${goto 450}${color5}Illumunation${color} ${execpi 600 sed -n '1p' $HOME/4_Moon/raw}\
	  ${goto 650}${color7}Illumunation ${color}${execpi 600 sed -n '29p' $HOME/4_Moon/raw}\
	    ${goto 850}${color7}Illumunation ${color}${execpi 600 sed -n '37p' $HOME/4_Moon/raw}
${goto 60}${color7}Distance${color} ${execpi 600 sed -n '16p' $HOME/4_Moon/raw | cut -c-3} K/km\
  ${goto 260}${color7}Distance${color} ${execpi 600 sed -n '24p' $HOME/4_Moon/raw | cut -c-3} K/km\
    ${goto 460}${color5}Distance${color} ${execpi 600 sed -n '4p' $HOME/4_Moon/raw | cut -c-3} K/km\
	  ${goto 660}${color7}Distance ${color}${execpi 600 sed -n '32p' $HOME/4_Moon/raw  | cut -c-3} K/km\
	    ${goto 860}${color7}Distance ${color}${execpi 600 sed -n '40p' $HOME/4_Moon/raw | cut -c-3} K/km
${goto 50}${color7}Age${color} ${execpi 600 sed -n '17p' $HOME/4_Moon/raw | cut -c-5} days\
  ${goto 250}${color7}Age${color} ${execpi 600 sed -n '25p' $HOME/4_Moon/raw | cut -c-5} days\
    ${goto 450}${color5}Age${color} ${execpi 600 sed -n '5p' $HOME/4_Moon/raw} days\
	  ${goto 650}${color7}Age ${color}${execpi 600 sed -n '33p' $HOME/4_Moon/raw | cut -c-5} days\
	    ${goto 850}${color7}Age ${color}${execpi 600 sed -n '41p' $HOME/4_Moon/raw | cut -c-5} days
${goto 35}${color7}Angle${color} ${execpi 600 sed -n '18p' $HOME/4_Moon/raw | cut -c-4}°\
  ${goto 235}${color7}Angle${color} ${execpi 600 sed -n '26p' $HOME/4_Moon/raw | cut -c-4}°\
    ${goto 435}${color5}Angle${color} ${execpi 600 sed -n '6p' $HOME/4_Moon/raw}°\
	  ${goto 635}${color7}Angle ${color}${execpi 600 sed -n '34p' $HOME/4_Moon/raw | cut -c-4}°\
	    ${goto 830}${color7}Angle ${color}${execpi 600 sed -n '42p' $HOME/4_Moon/raw | cut -c-4}°
${color7}Phase${color8} ${execpi 600 sed -n '19p' $HOME/4_Moon/raw}${color}\
  ${goto 200}${color7}Phase${color8} ${execpi 600 sed -n '27p' $HOME/4_Moon/raw}${color}\
    ${goto 400}${color5}Phase${color8} ${execpi 600 sed -n '7p' $HOME/4_Moon/raw}${color}\
	  ${goto 600}${color7}Phase${color8} ${execpi 600 sed -n '35p' $HOME/4_Moon/raw}${color}\
	    ${goto 800}${color7}Phase ${color8} ${execpi 600 sed -n '43p' $HOME/4_Moon/raw}${color}
${color7}Sun Distance${color} ${execpi 600 sed -n '15p' $HOME/4_Moon/raw | cut -c-3}.\
${execpi 600 sed -n '15p' $HOME/4_Moon/raw | cut -c4-5} M/km\
  ${goto 200}${color7}Sun Distance${color} ${execpi 600 sed -n '23p' $HOME/4_Moon/raw | cut -c-3}.\
${execpi 600 sed -n '23p' $HOME/4_Moon/raw | cut -c4-5} M/km\
    ${goto 400}${color5}Sun Distance${color} ${execpi 600 sed -n '3p' $HOME/4_Moon/raw | cut -c-3}.\
${execpi 600 sed -n '3p' $HOME/4_Moon/raw | cut -c5-6} M/km\
	  ${goto 600}${color7}Sun Distance ${color}${execpi 600 sed -n '31p' $HOME/4_Moon/raw | cut -c-3}.\
${execpi 600 sed -n '31p' $HOME/4_Moon/raw | cut -c4-5} M/km\
	    ${goto 800}${color7}Sun Distance ${color}${execpi 600 sed -n '39p' $HOME/4_Moon/raw | cut -c-3}.\
${execpi 600 sed -n '39p' $HOME/4_Moon/raw | cut -c4-5} M/km
${color7}Sun Angle ${color} ${execpi 600 sed -n '14p' $HOME/4_Moon/raw | cut -c-4}°\
  ${goto 200}${color7}Sun Angle${color} ${execpi 600 sed -n '22p' $HOME/4_Moon/raw | cut -c-4}°\
    ${goto 400}${color5}Sun Angle${color} ${execpi 600 sed -n '2p' $HOME/4_Moon/raw}°\
	  ${goto 600}${color7}Sun Angle ${color}${execpi 600 sed -n '30p' $HOME/4_Moon/raw | cut -c-4}°\
	    ${goto 800}${color7}Sun Angle ${color}${execpi 600 sed -n '38p' $HOME/4_Moon/raw | cut -c-4}°
${goto 400}${color5}MoonRise/Set ±${color} ${execpi 600 sed -n '8p' $HOME/4_Moon/raw}

I didn't do the double decimals for Moon Distance since the change is noticeable in K/km.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#128 2015-11-05 13:32:28

fvirgola80
Member
From: Italy / Rome
Registered: 2015-10-08
Posts: 262

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

Hello Sector11 , happen to have the code conky moon phase you ... saw my TEO published it ; - ) .... you say we invent another conky to the weather , which also contains the phases of the moon ? Legendary ...


Nothing happens by chance

Offline

#129 2015-11-05 15:46:25

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

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

@ fvirgola80
- you have a PM.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#130 2015-11-05 15:51: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)

I've included S11's variation in the first post.


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

#131 2015-11-05 16:29:22

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

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

^ thank you.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#132 2015-11-05 16:45:55

fvirgola80
Member
From: Italy / Rome
Registered: 2015-10-08
Posts: 262

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

thank you TEO


Nothing happens by chance

Offline

#133 2015-11-08 10:38:01

Temetka
Member
From: Sol System, Western Spiral Arm
Registered: 2015-10-14
Posts: 549

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

fvirgola80 wrote:

thank you TEO

Yes!

Thanks to everyone who writes these awesome scripts. smile


The meaning of life is to just be alive. It is so plain and so obvious
    and so simple. And yet everybody rushes aroound in a great panic
             as if it were necessary to achieve something beyond themselves.
                                                                                                             - Alan Watts

Offline

#134 2015-11-08 15:10:52

fvirgola80
Member
From: Italy / Rome
Registered: 2015-10-08
Posts: 262

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

The masters are Sector11 Teo and there is much to learn from them .... wink


Nothing happens by chance

Offline

#135 2015-11-08 20:07:49

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 shall call me Miyagi and I shall call you Daniel-San.


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

#136 2015-11-09 08:07:31

fvirgola80
Member
From: Italy / Rome
Registered: 2015-10-08
Posts: 262

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

Big ]:D  ]:D  ]:D  ]:D


Nothing happens by chance

Offline

#137 2015-11-09 19:57:04

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

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

»»»»» This is for conky v1.90 «««««

Oooooooooooo  do I get a name too???????

Oh Great and Wise Miyagi I have a humble conky for you to look at:
2015_11_09_16_52_24_Scrot11.jpg

~/1b1_accuweather_images/1b1_companion.conky

# pkill -xf "conky -q -c /home/sector11/1b1_accuweather_images/1b1_companion.conky" &
###  Begin Window Settings  ##################################################
own_window yes
own_window_type normal
own_window_transparent no
own_window_hints skip_taskbar,skip_pager
own_window_colour 000000
own_window_class Conky
own_window_title 1b1 AccuW Images Data Files
### ARGB can be used for real transparency
  own_window_argb_visual yes # Options: yes or no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  own_window_argb_value 150

minimum_size 740 00
#maximum_width 0

gap_x 20	# l|r
gap_y 20	# u|d

alignment tr
####################################################  End Window Settings  ###
###  Font Settings  ##########################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
xftfont monospace:bold:size=8
xftalpha 1.0
override_utf8_locale yes

uppercase no
######################################################  End Font Settings  ###
###  Color Settings  #########################################################
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000

default_color DCDCDC # Gainsboro
color0 8FBC8F #DarkSeaGreen
color1 778899 #LightSlateGray
color2 FFA07A #LightSalmon
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFDEAD #NavajoWhite
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 FFD700 #Gold
color9 CD5C5C #IndianRed
#####################################################  End Color Settings  ###
border_inner_margin 5
border_outer_margin 0
background yes
use_spacer none
no_buffers yes
imlib_cache_size 0
double_buffer yes

update_interval 1

TEXT
 ${time %T}${alignr}${time %x}
${alignc}UTC ${tztime UTC  %T}
${alignc}${time %z}

${alignc}1b1_accuweather_images - 1b1_29-10-15

curr_cond${goto 260}first_days${goto 525}last_days

${color5}01 to 25 not used${goto 260}01 to 03 Not Used${goto 525}26 to 33 Not used${color}

↓↓←←← Line Numbers${goto 260}↓↓←←← Line Numbers${goto 525}↓↓←←← Line Numbers
↓↓ ↓Descrip↓   ↓↓↓↓↓↓↓↓ ←←← Results${goto 260}↓↓ ↓Descrip↓ ↓↓↓↓↓↓↓↓ ←←← Results${goto 525}↓↓ ↓Descrip↓ ↓↓↓↓↓↓↓↓ ←←← Results
${membar 0,100}${goto 260}${membar 0,100}${goto 525}${membar 0,100}
26 day ? night ${execpi 600 sed -n '26p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}04 ToD Low   ${execpi 600 sed -n '4p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}01 DAY 5     ${execpi 600 sed -n '1p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
27 IMAGE       ${execpi 600 sed -n '27p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}05 DAY 1     ${execpi 600 sed -n '5p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}02 IMG       ${execpi 600 sed -n '2p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
28 Current:    ${execpi 600 sed -n '28p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}06 IMG       ${execpi 600 sed -n '6p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}03 Text      ${execpi 600 sed -n '3p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
29 Temp        ${execpi 600 sed -n '29p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}°\
${goto 260}07 Text      ${execpi 600 sed -n '7p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}04 Hi        ${execpi 600 sed -n '4p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
30 Feels L     ${execpi 600 sed -n '30p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}°\
${goto 260}08 High      ${execpi 600 sed -n '8p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}05 Low       ${execpi 600 sed -n '5p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
32 Humidity    ${execpi 600 sed -n '32p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}09 low       ${execpi 600 sed -n '9p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}07 IMG       ${execpi 600 sed -n '7p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
31 Wind Dir    ${execpi 600 sed -n '31p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}10 DAY 2     ${execpi 600 sed -n '10p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}06 DAY 6     ${execpi 600 sed -n '6p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
33 Pressure    ${execpi 600 sed -n '33p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}11 IMG       ${execpi 600 sed -n '11p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}08 Text      ${execpi 600 sed -n '8p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
34 UV Index    ${execpi 600 sed -n '34p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}12 Text      ${execpi 600 sed -n '12p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}09 Hi        ${execpi 600 sed -n '9p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
35 Dew Pt      ${execpi 600 sed -n '35p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}°\
${goto 260}13 High      ${execpi 600 sed -n '13p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}10 Low       ${execpi 600 sed -n '10p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
36 Cloud C     ${execpi 600 sed -n '36p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}14 Low       ${execpi 600 sed -n '14p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}11 DAY 7     ${execpi 600 sed -n '11p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
37 Vis         ${execpi 600 sed -n '37p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}15 DAY 3     ${execpi 600 sed -n '15p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}12 IMG       ${execpi 600 sed -n '12p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
38 Wind Sp     ${execpi 600 sed -n '38p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}16 IMG       ${execpi 600 sed -n '16p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}13 Text      ${execpi 600 sed -n '13p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
39 Sunrise     ${execpi 600 sed -n '39p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}17 Text      ${execpi 600 sed -n '17p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}14 Hi        ${execpi 600 sed -n '14p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
40 Sunset      ${execpi 600 sed -n '40p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}18 High      ${execpi 600 sed -n '18p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}15 Low       ${execpi 600 sed -n '15p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
41 Moonrise    ${execpi 600 sed -n '41p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}19 Low       ${execpi 600 sed -n '19p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}16 DAY 8     ${execpi 600 sed -n '16p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
42 Moonset     ${execpi 600 sed -n '42p' $HOME/1b1_accuweather_images/curr_cond | cut -c-20}\
${goto 260}20 DAY 4     ${execpi 600 sed -n '20p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}17 IMG       ${execpi 600 sed -n '17p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}21 IMG       ${execpi 600 sed -n '21p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}18 Text      ${execpi 600 sed -n '18p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}22 Text      ${execpi 600 sed -n '22p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}19 Hi        ${execpi 600 sed -n '19p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}23 High      ${execpi 600 sed -n '23p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}20 Low       ${execpi 600 sed -n '20p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}24 Low       ${execpi 600 sed -n '24p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}21 DAY 9     ${execpi 600 sed -n '21p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}25 ToD IMG   ${execpi 600 sed -n '25p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}22 IMG       ${execpi 600 sed -n '22p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}26 ToD Temp  ${execpi 600 sed -n '26p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}23 Text      ${execpi 600 sed -n '23p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}27 ToD ±     ${execpi 600 sed -n '27p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°\
${goto 525}24 Hi        ${execpi 600 sed -n '24p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}28 ToD CoP   ${execpi 600 sed -n '28p' $HOME/1b1_accuweather_images/first_days | cut -c-20}\
${goto 525}25 Low       ${execpi 600 sed -n '25p' $HOME/1b1_accuweather_images/last_days | cut -c-20}
${goto 260}29 ToD TXT   ${execpi 600 sed -n '29p' $HOME/1b1_accuweather_images/first_days | cut -c-20}
${goto 260}30 ToN IMG   ${execpi 600 sed -n '30p' $HOME/1b1_accuweather_images/first_days | cut -c-20}
${goto 260}31 ToN Temp  ${execpi 600 sed -n '31p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°
${goto 260}32 ToN ±     ${execpi 600 sed -n '32p' $HOME/1b1_accuweather_images/first_days | cut -c-20}°
${goto 260}33 ToN CoP   ${execpi 600 sed -n '33p' $HOME/1b1_accuweather_images/first_days | cut -c-20}
${goto 260}34 ToN TXT   ${execpi 600 sed -n '34p' $HOME/1b1_accuweather_images/first_days | cut -c-20}

Last edited by Sector11 (2015-11-09 20:43:40)


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#138 2015-11-09 20:09:16

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

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

Sector11 wrote:

Oooooooooooo  do I get a name too???????

Ok, you'll be Yoda, I'll be Obi-Wan and fvirgola80 will be Luke.

As for the conky, how does it work? Is this its final form?


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

#139 2015-11-09 20:38:08

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

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

Yoda!  ME!  WOW! 
Get a new lightsabre, I must.  Herh herh herh.


The conky: Just fire it up, it stays on top, and is a visual aid to creating a new AccuW conky.
Ummmmmmm since when is a conky in it's final form? ]:D But yea, this is the working conky, I have no plans to change it.

EDIT:  Changed it!

${alignc}1b1_accuweather_images - 1b1_29-10-15

... to reflect the date of the script  :rollseyes:

Line numbers = "xxp" ie: sed -n '5p' The "descrip"tion came from the PDF and the next part reads the "current" datafiles: $HOME/1b1_accuweather_images/curr_cond, $HOME/1b1_accuweather_images/first_days and $HOME/1b1_accuweather_images/last_days ... it does NOT go online.

So unlike the PDF, the data displayed will be as current as your last update.  I built it because the accuweather scripts changed and I have some updating to do.  And I used it to build a 7 day horizontal conky for fvirgola80 laptop screen.  But I'll let him post that baby.  wink

Last edited by Sector11 (2015-11-09 20:43:06)


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#140 2015-11-09 20:40:04

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

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

Hey, great idea, something like conky companion.


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

Board footer

Powered by FluxBB