You are not logged in.

#3281 2020-03-17 17:06: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)

Look in your conkyrc for potential mistakes in the images' names.


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

#3282 2020-03-17 17:10:18

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

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

unklar wrote:
Sector11 wrote:

@ unklar

Der Konkystador und Freund unklar

I am a simple Conky user.
I can't even begin to "hold a candle" to you  big_smile
Thanks for the flowers.  cool

Do not fool yourself, you are better than you think you are.


@Teo, I have been up and doing things for 8 hours already.  But nothing I want to do so have not tested weather_com.  sad

LIFE!  GRRRRRRRR!

But it's better than the other option.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#3283 2020-03-17 22:20:10

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:

LIFE!  GRRRRRRRR!

But it's better than the other option.

Amen to that buddy!


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

#3284 2020-03-18 08:08:22

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,645

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

^ It seems to me that with me it takes longer to find the error. Because, a comparison with your original shows that not only are the images of the days and hours identical...    hmm

vergl2.th.png

Offline

#3285 2020-03-18 10:53:10

ceeslans
Member
Registered: 2015-09-30
Posts: 195

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

@unklar, dont know what is going wrong at your end...
but I believe that the script is actually creating png images that correspond with the icons shown on Weather.com website.
see below screenshot

XppcNput.png

Last edited by ceeslans (2020-03-18 11:16:39)

Offline

#3286 2020-03-18 11:28:41

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

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

@ceeslans
That's exactly what the script does.

@unklar
Have you tinkered with the if_match commands?
Can you try with the English version as well?


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

#3287 2020-03-18 13:29:37

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

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

TeoBigusGeekus wrote:
Sector11 wrote:

LIFE!  GRRRRRRRR!

But it's better than the other option.

Amen to that buddy!

Agreed ... means I get to play with conky again.

OK here it is:
2020-03-18-101559-S11.jpg
seems to match Accuweather pretty close.  Lets see what time does to it.

Like the "autostart" trick, here's mine:

## More information about this can be found at:
## http://openbox.org/wiki/Help:Autostart
## For commented version of autostart SEE:
## medit /home/sector11/.config/openbox/autostart-2020-03-05

##############################################################################
## bash /home/teo/Weather_com_conky_script/weather_com
##
## As you can see, before I start conky, I execute the weather.com script once
## (WITHOUT an ambersand, so that it first finishes its job and then control
## is passed to the next command) and I now have fresh data, even on first
## launch.
bash /media/5/Conky/Weather_com_conky_script/weather_com
##############################################################################

xset -dpms &
xset s off &
xset -b &
nitrogen --restore &
compton --config ~/.config/compton/S11.compton.conf &
thunar --daemon &
fbpanel &
(sleep 1s && volumeicon) &
(sleep 1s && artha) &
(sleep 1s && discord --start-minimized) &
(sleep 2s && /media/5/Conky/OBMenuS/S11_Current.sh) &

exit

Means I have a black screen with a mouse pointer for a few seconds before the desktop starts to fill up  - PERFECT - tells me it is working.

S11_Current.sh - if anyone is interested:

#!/bin/bash

killall conky

# on desktop 7 = wmctrl -s 6
###############################

# on desktop 6 = wmctrl -s 5
###############################

# on desktop 5 = wmctrl -s 4
###############################

# on desktop 4 = wmctrl -s 3
###############################
 (sleep 0 && wmctrl -s 3 && conky -c ~/.conkyrc) &

# on desktop 3 = wmctrl -s 2
###############################
 (sleep 1 && wmctrl -s 2 && conky -c /media/5/Conky/Weather_com_conky_script/unklar-1_1.9.conky) &
#(sleep 1 && wmctrl -s 1 && conky -q -c /media/5/Conky/S11_Dates.conky) &
# on desktop 2 = wmctrl -s 1
###############################
 (sleep 2 && wmctrl -s 1 && conky -c /media/5/Conky/S11_Rem_Cal.conky) &
 (sleep 2 && wmctrl -s 1 && conky -c /media/5/Conky/S11_Dates.conky) &

# on desktop 1 = wmctrl -s 0
###############################
 (sleep 3 && wmctrl -s 0 && conky -c /media/5/Conky/S11_Rem_Today.conky) &
 (sleep 3 && wmctrl -s 0 && conky -c /media/5/Conky/time.conky) &
 (sleep 3 && wmctrl -s 0 && conky -c /media/5/Conky/S11_thin_r2_side.conky) &
 (sleep 3 && wmctrl -s 0 && conky -c /media/5/Conky/S11_thin_l2_side.conky) &
#(sleep 3 && wmctrl -s 0 && conky -c /media/5/Conky/S11_DateTime_br.conky) &
 (sleep 3 && wmctrl -s 0 && conky -c /media/5/Conky/S11_MD_Cal-br.conky) &
 (sleep 3 && wmctrl -s 0 && conky -c /media/5/Conky/S11_Email_0.conky) &
#(sleep 3 && wmctrl -s 0 && conky -c /media/5/Conky/S11_Email_1.conky) &


#(sleep 4 && wmctrl -s 0 && conky -c /media/5/Conky/Accuweather_conky_script/S11_accu_tm_BAR_2015-full.conky) &
 (sleep 4 && wmctrl -s 0 && conky -c /media/5/Conky/Accuweather_conky_script/S11_accu_tm_BAR_2016-full.conky) &
 (sleep 4 && wmctrl -s 0 && conky -c /media/5/Conky/Accuweather_conky_script/S11_accu_UVI.conky) &

# on all desktops
##########################
 (sleep 4 && wmctrl -s 0 && conky -c /media/5/Conky/Eagle.conky) &

Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#3288 2020-03-18 14:52:56

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,645

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

Excuse me, dear friends.
The error was 50 cm in front of the screen.  :8

We are having such wonderful weather here at the moment for mid-March. I was not concentrated and was more occupied with the most valuable invention of mankind. He does all the work for me..

I had forgotten to set up the new script correctly for my location:  roll 

... 
today=heute
tenday=10tage
hourly=stundlich
...

EVERYTHING is fine, @Teo and @ceeslans  big_smile

Offline

#3289 2020-03-18 17:05:34

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

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

unklar wrote:

Excuse me, dear friends.
The error was 50 cm in front of the screen.  :8

haha.png My Brother! haha.png Proof we are kin.

We are having such wonderful weather here at the moment for mid-March. I was not concentrated and was more occupied with the most valuable invention of mankind. He does all the work for me..

Give him a broom/mop attachment and I could use him in the patio.

Nice machine!

I had forgotten to set up the new script correctly for my location:  roll 

... 
today=heute
tenday=10tage
hourly=stundlich
...

EVERYTHING is fine, @Teo and @ceeslans  big_smile

Glad to hear it unklar.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#3290 2020-03-18 17:33:06

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

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

Brilliant!!!
I'm waiting for feedback abour the smoothness of the updates, as well as conkys behavior when run at boot up

EDIT:

unklar wrote:

We are having such wonderful weather here at the moment for mid-March. I was not concentrated and was more occupied with the most valuable invention of mankind. He does all the work for me..

What's this exactly?

Last edited by TeoBigusGeekus (2020-03-19 07:55:56)


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

#3291 2020-03-19 11:10:51

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,645

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

^^TEST with bl-lithium and archlinux

-the update_interval = 1,
-lithium with your start script
-archlinux without the start script

1. the directory(We_com_conky_script) is NOT empty
Bl, the Conky appears after more than 10 seconds completely filled with partial data from the previous start.
The data is displayed correctly in the second run.

archlinux, the Conky appears after +5 seconds with the data from the previous start and is displayed after
(texeci 600...) displayed correctly (the script starts with texeci 500...)

2. the directory(We_com-conky_script) IS empty
Bl, the Conky appears after ~20 seconds completely filled with the current data and pictures - super smile

archlinux, the conky appears immediately and is empty. Bit by bit the current images are displayed.
The current data only appear after the second run after 8.3 minutes.


PS: yes and, it's exactly what S11 says

My Brother! Proof we are kin.

  big_smile   I forgot something again Teo:
the updates of the Conky with your new script are not noticed by the user. Unless he has the file manager open and sees this in the directory Weather_com_conky_script

Last edited by unklar (2020-03-19 12:15:49)

Offline

#3292 2020-03-19 11:27:54

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,645

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

TeoBigusGeekus wrote:

...

What's this exactly?

He mows the lawn for me. In spring I prepare the area so that the robot does not suffer any damage after the long winter break. For this purpose it drives fully automatically within a wire loop.
In time, the weeds disappear. We have never had such a beautiful lawn before. big_smile We got to know this technique in Austria and Scotland ~2014.

Offline

#3293 2020-03-19 11:33:43

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,645

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

Sector11 wrote:

My Brother! Proof we are kin.

OMG, I'd like a much bigger leprechaun. 

As always, my friend, you hit the nail on the head! ]:D
Because laughter is healthy!  big_smile

Offline

#3294 2020-03-19 14:36:21

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

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

@ unklar laughter is the best medicine.
- - - @GrassBot - Sie haben die NE-Ecke vergessen - gehen Sie jetzt!
You gotta teach that Bot English.

This is why I said GrassBot with a Broom/Mop attachment would be good here:
2020-03-19-095910-S11.jpg
Click for full image - has WETTER conky on it.
That's our "Back Yard" - a tiny courtyard in a city of ±14.5M
I could move everything to one side this week and then the other side next week.  And since all the floors in the house are ceramic tiles, I'd let it loose in the house too.  lol  lol  lol

Because covid-19 and quarantine laws/common sense - we have lost our cleaning lady.
Guess who our new "cleaning man" is!  sad  sad  sad

Note to SELF: Must redo that conky in English and BIGGER font for my old eyes  big_smile

@Teo ...

weather_com is working just fine.

I repeat:

> 1. my OpenBox "autostart" script populates weather_com files via your idea, 2 thumbs up on that idea:

bash /media/5/Conky/Weather_com_conky_script/weather_com

> 2. the last line in "autostart" calls my bash script to start all conkys.
> 3. first conky called is ~/.conkyrc that collects ALL weather stuff so that any weather conky I create simply uses the existing data, the weather conkys do not actually call the weather data:

TEXT
${execpi 900 /media/5/Conky/Accuweather_conky_script/accuweather -f2015 -h2015 -f2016 -h2016}\
${execpi 900 /media/5/Conky/Moongiant_conky_script/moongiant}\
${execpi 900 /media/5/Conky/Weather_com_conky_script/weather_com}\

> 4. the scripts themselves refer to the conky that is running the weather:

weather_conky_launch_command="conky -c /media/5/Conky/Weather_com_conky_script/unklar-1_1.9.conky"

> 5 if you recall in the past I had multiple instances of that line - remember the clocks  big_smile

weather_conky_launch_command="conky -c /media/5/Conky/Weather_com_conky_script/unklar-1_1.9.conky"
weather_conky_launch_command="conky -c /media/5/Conky/Weather_com_conky_script/Right-mid_wea-com.conky"
weather_conky_launch_command="conky -c /media/5/Conky/Weather_com_conky_script/top_bar-wea.com.conky"

> 6. that seemed to work fine
> 7. and finally the conkys update every 2 seconds checking the weather "data" every 3 minutes.

OK, I know it is a bit of an overkill, stop that snickering in the back row please and hear me out, but in my hayday I was running multiple versions of your scripts for test purposes AND creating or testing conkys for others as well and did not want to put a burden on my system calling weather_com 5 times, moon-giant 4 times and wunderground 4 times.  Once each was enough.

I'm making a comeback


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#3295 2020-03-19 17:05:24

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,645

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

Sector11 wrote:

I could move everything to one side this week and then the other side next week.  And since all the floors in the house are ceramic tiles, I'd let it loose in the house too. lol lol lol

He makes 62 square meters in an hour.
He would be hopelessly underachieving and you, no doubt, extremely overachieving.   big_smile  tongue  and, he refuses to clean...   big_smile

Offline

#3296 2020-03-19 21:09:42

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

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

unklar wrote:

He makes 62 square meters in an hour.
He would be hopelessly underachieving and you, no doubt, extremely overachieving.   big_smile  tongue  and, he refuses to clean...   big_smile

Bad Bot, BAD BAD BAD!   ]:D

Outsmarted by a Bot.  sad
Does he have a union?


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#3297 2020-03-19 22:23:50

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

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

@S11
Good to know that everything works great. It's even better to know that you're back to conky land wink

@unklar
In both BL and Arch the conky should be fully populated with the correct data on startup.
What's your autostart file? (assuming you run openbox of course)


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

#3298 2020-03-20 02:08:39

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

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

I'll do my best to not let you down Teo.  big_smile


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#3299 2020-03-20 11:20:06

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,645

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

TeoBigusGeekus wrote:

@unklar
In both BL and Arch the conky should be fully populated with the correct data on startup.
What's your autostart file? (assuming you run openbox of course)

It's plasma/kde
~/.config/autostart-scripts/conkystart.sh

#!/bin/bash
(sleep 5 && wmctrl -s 0 && conky -c /home/unklar/Dokumente/S11_sensors10) &
(sleep 10 && wmctrl -s 0 && conky -c /home/unklar/vorlage/.conkyrc10) &
(sleep 15 && wmctrl -s 0 && conky -c /home/unklar/WuPix/wu_pixconky_zwo) &
(sleep 30 && wmctrl -s 1 && conky -c /home/unklar/Weather_com_conky_script/weather_comcr10) & 

and is executed AFTER the login.  wink

Offline

#3300 2020-03-20 17:05:58

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

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

Well after tweaking unklar's tweak of an old script of mine I have something I can see.
This is how my desktop will live until it is fully tested.
And because unklar got me interested in that one again, I keep the name: WETTER!
2020-03-20-132602-S11.jpg
I figure a weeks worth of testing is in order.

I changed the font to one that has a "medium" option: Fira Mono and added shadow, rearranged a few things at the top and most importantly as I said: I can see it!

## pkill -xf "conky -c /media/5/Conky/Weather_com_conky_script/wetter_com-1.9.conky" &

## Origunal
## pkill -xf "conky -c /media/5/Conky/Weather_com_conky_script/unklar-1_1.9.conky" &

## https://forums.bunsenlabs.org/viewtopic.php?pid=1545#p1545
## after a design idea from 2015 by @Sector11
## https://forums.mageia.org/de/download/file.php?id=1352&mode=view
## @unklar 2020-03-10

background no
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints below,skip_taskbar,skip_pager #,undecorated
own_window_class Conky
own_window_title WETTER
own_window_colour 000000
## 	own_window_argb_visual yes
## 	own_window_argb_value 200

## Use double buffering (reduces flicker may not work for everyone)
double_buffer yes
no_buffers yes

## fiddle with window
use_spacer none ## rightleft
use_xft yes
## font freesans -12
xftalpha 1.0
##	font monofur:bold:size=8
xftfont Fira Mono:medium:size=9
uppercase no

## Update interval in seconds
update_interval 2 ## 1

## Minimum size of text area

minimum_size 200 0
maximum_width 200

override_utf8_locale yes

draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000

draw_borders no
stippled_borders 0 #5
border_inner_margin 10
border_outer_margin 0
border_width 0
draw_graph_borders yes ## no
## default_graph_size 15 40

## Default colors and also border colors grey90 == #e5e5e5
default_color  E0FFFF #LightCyan	#FFDEAD #NavajoWhite
color0 C0C0C0 #Silver
color1 778899 #LightSlateGray
color2 FAEBD7 #AntiqueWhite
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFFF00 #Yellow
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 00FFFF #Cyan #FFD700 #Gold
color9 CD5C5C #IndianRed

#	Text alignment other possible values are commented
#alignment tl
#alignment tm
#alignment tr
#alignment mr
#alignment mm
alignment ml
#alignment bl
#alignment bm
#alignment br

## Gap between borders of screen and text
gap_x 80	## ←|→
gap_y 00	## ↑|↓

##imlib_cache_size 0
imlib_cache_flush_interval 900
max_user_text 48552

# ${texeci 500 bash /media/5/Conky/Weather_com_conky_script/weather_com}
# ${image /media/5/Conky/Weather_com_conky_script/com5-20.png -p -10,-10 -s 205x740}\

TEXT
${image /media/5/Conky/images/bk_50_410x630.png -p -5,-5 -s 900x900}\
${color3}${voffset 4}${font Fira Mono:medium:size=10}${alignc 10}WETTER | ${time %T}${color}
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/now.png -p 5,90 -s 40x40}\
${font Fira Mono:medium:size=11}${color}${texeci 180 sed -n '1p' /media/5/Conky/Weather_com_conky_script/10days} \
${color}${texeci 180 sed -n '1p' /media/5/Conky/Weather_com_conky_script/now}°C\
 (${texeci 180 sed -n '3p' /media/5/Conky/Weather_com_conky_script/now}°C)
${texeci 180 sed -n '19p' /media/5/Conky/Weather_com_conky_script/10days}${font}
${goto 60}${color7}${font}↑ | ↓${color}${alignr 8}${texeci 180 sed -n '4p' /media/5/Conky/Weather_com_conky_script/now}° |\
 ${texeci 180 sed -n '5p' /media/5/Conky/Weather_com_conky_script/now}°
${goto 60}${color7}Wind${color}${alignr}${texeci 180 sed -n '7p' /media/5/Conky/Weather_com_conky_script/now}
${goto 60}${color7}UVI${color}${alignr 8}${texeci 180 sed -n '6p' /media/5/Conky/Weather_com_conky_script/now}
${goto 60}${color7}Bar${color}${alignr 8}${texeci 180 sed -n '10p' /media/5/Conky/Weather_com_conky_script/now}
${goto 60}${color7}Vis${color}${alignr 8}${texeci 180 sed -n '11p' /media/5/Conky/Weather_com_conky_script/now}
${goto 60}${color7}Hum${color}${alignr 8}${texeci 180 sed -n '8p' /media/5/Conky/Weather_com_conky_script/now} %
${goto 60}${color7}DP${color}${alignr 8}${texeci 180 sed -n '9p' /media/5/Conky/Weather_com_conky_script/now} °C
${swapbar 0,42} ${color5}Sun ↑${color}${alignr 8}${texeci 180 sed -n '13p' /media/5/Conky/Weather_com_conky_script/now}
${goto 60}${color5}Sun ↓${color}${alignr 8}${texeci 180 sed -n '15p' /media/5/Conky/Weather_com_conky_script/now}
${swapbar 0,42} ${texeci 180 sed -n '17p' /media/5/Conky/Weather_com_conky_script/now}
${goto 60}${color7}Moon ↑${color}${alignr 8}${texeci 180 sed -n '19p' /media/5/Conky/Weather_com_conky_script/now}
${goto 60}${color7}Moon ↓${color}${alignr 8}${texeci 180 sed -n '21p' /media/5/Conky/Weather_com_conky_script/now}
${color8}${swapbar 0}${color}
${image /media/5/Conky/images/bk-n-dots/cyan_1.png -p 110,267 -s 1x449}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h2.png -p 120,285 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h3.png -p 120,333 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h4.png -p 120,381 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h5.png -p 120,429 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h6.png -p 120,477 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h7.png -p 120,525 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h8.png -p 120,573 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h9.png -p 120,621 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/h10.png -p 120,670 -s 40x40}\
${if_match "${texeci 180 sed -n '1p' /media/5/Conky/Weather_com_conky_script/10days}" == "Today"}
${goto 60}${execi 3600 date  --date='1 day' '+%a %e'}${alignr}${tztime GMT+2 %H}:00
${goto 60}${texeci 180 sed -n '71p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '3p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 60}${execi 3600 date  --date='2 day' '+%a %e'}${alignr}${tztime GMT+1 %H}:00
${goto 60}${texeci 180 sed -n '133p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '32p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 60}${execi 3600 date  --date='3 day' '+%a %e'}${alignr}${tztime GMT+0 %H}:00
${goto 60}${texeci 180 sed -n '195p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '61p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 60}${execi 3600 date  --date='4 day' '+%a %e'}${alignr}${tztime GMT-1 %H}:00
${goto 60}${texeci 180 sed -n '257p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '90p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 60}${execi 3600 date  --date='5 day' '+%a %e'}${alignr}${tztime GMT-2 %H}:00
${goto 60}${texeci 180 sed -n '319p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '119p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 60}${execi 3600 date  --date='6 day' '+%a %e'}${alignr}${tztime GMT-3 %H}:00
${goto 60}${texeci 180 sed -n '381p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '148p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 60}${execi 3600 date  --date='7 day' '+%a %e'}${alignr}${tztime GMT-4 %H}:00
${goto 60}${texeci 180 sed -n '443p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '177p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 60}${execi 3600 date  --date='8 day' '+%a %e'}${alignr}${tztime GMT-5 %H}:00
${goto 60}${texeci 180 sed -n '505p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '206p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 60}${execi 3600 date  --date='9 day' '+%a %e'}${alignr}${tztime GMT-6 %H}:00
${goto 60}${texeci 180 sed -n '567p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '235p' /media/5/Conky/Weather_com_conky_script/hourly}°
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d2.png -p 10,285 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d3.png -p 10,333 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d4.png -p 10,381 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d5.png -p 10,429 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d6.png -p 10,477 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d7.png -p 10,525 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d8.png -p 10,573 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d9.png -p 10,621 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d10.png -p 10,670 -s 40x40}\
${color8}${swapbar 0}${color}
${font monofur:size=10}${texeci 180 sed -n '1p' /media/5/Conky/Weather_com_conky_script/10days}${font}
${texeci 180 sed -n '21p' /media/5/Conky/Weather_com_conky_script/10days | fold -s35}

${font monofur:size=10}${texeci 180 sed -n '32p' /media/5/Conky/Weather_com_conky_script/10days|tr a-z A-Z}${font}
${color}${texeci 180 sed -n '52p' /media/5/Conky/Weather_com_conky_script/10days | fold -s35}

${else}
${goto 50}${execi 3600 date  --date='1 day' '+%a %e'}${alignr}${tztime GMT+2 %H}:00
${goto 60}${texeci 180 sed -n '40p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '3p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 50}${execi 3600 date  --date='2 day' '+%a %e'}${alignr}${tztime GMT+1 %H}:00
${goto 60}${texeci 180 sed -n '133p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '32p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 50}${execi 3600 date  --date='3 day' '+%a %e'}${alignr}${tztime GMT %H}:00
${goto 60}${texeci 180 sed -n '195p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '61p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 50}${execi 3600 date  --date='4 day' '+%a %e'}${alignr}${tztime GMT-1 %H}:00
${goto 60}${texeci 180 sed -n '257p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '90p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 50}${execi 3600 date  --date='5 day' '+%a %e'}${alignr}${tztime GMT-2 %H}:00
${goto 60}${texeci 180 sed -n '319p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '119p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 50}${execi 3600 date  --date='6 day' '+%a %e'}${alignr}${tztime GMT-3 %H}:00
${goto 60}${texeci 180 sed -n '381p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '148p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 50}${execi 3600 date  --date='7 day' '+%a %e'}${alignr}${tztime GMT-4 %H}:00
${goto 60}${texeci 180 sed -n '443p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '177p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 50}${execi 3600 date  --date='8 day' '+%a %e'}${alignr}${tztime GMT-5 %H}:00
${goto 60}${texeci 180 sed -n '505p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '206p' /media/5/Conky/Weather_com_conky_script/hourly}°
${color8}${swapbar 0}${color}
${goto 50}${execi 3600 date  --date='9 day' '+%a %e'}${alignr}${tztime GMT-6 %H}:00
${goto 60}${texeci 180 sed -n '567p' /media/5/Conky/Weather_com_conky_script/10days}°\
	${goto 177}${texeci 180 sed -n '235p' /media/5/Conky/Weather_com_conky_script/hourly}°
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d2.png -p 10,285 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d3.png -p 10,333 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d4.png -p 10,381 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d5.png -p 10,429 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d6.png -p 10,477 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d7.png -p 10,525 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d8.png -p 10,573 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d9.png -p 10,621 -s 40x40}\
${image /media/5/Conky/Weather_com_conky_script/Forecast_Images/d10.png -p 10,670 -s 40x40}
${voffset -5}${color3}${swapbar 0,165}${color}
${font monofur:size=10}${texeci 180 sed -n '1p' /media/5/Conky/Weather_com_conky_script/10days|tr a-z A-Z}${font}
${texeci 180 sed -n '21p' /media/5/Conky/Weather_com_conky_script/10days | fold -s35}

${font monofur:size=10}${texeci 180 sed -n '32p' /media/5/Conky/Weather_com_conky_script/10days|tr a-z A-Z}${font}
${color}${texeci 180 sed -n '52p' /media/5/Conky/Weather_com_conky_script/10days | fold -s35}

${endif}

HUGE DANKE to unklar!

Here's what the Fira Mono font looks like a bit bigger:
2020-03-20-103113-S11.jpg
That "medium" is a big help for old eyes without having to go full: bold

${font Fira Mono:size=20}
${font Fira Mono:medium:size=20}
${font Fira Mono:bold:size=20}

Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

Board footer

Powered by FluxBB