You are not logged in.

#2201 2025-01-22 15:11:10

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Show us your conky

^ Maybe I didn't understand you, but everything seems fine to me:

$ wget -O - -q http://fetedujour.fr/ --user-agent="Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0" | grep h2 | head -1 | cut -d">" -f2 | cut -d"<" -f1 | cut -d":" -f2 
 Vincent

What output do you expect?


If people would know how little brain is ruling the world, they would die of fear.

Offline

#2202 2025-01-22 15:29:20

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

Re: Show us your conky

Re

in console

loutch@RogStrix:~$ wget -O - -q https://fetedujour.fr/ --user-agent="Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0" | grep h2 | head -1 | cut -d">" -f2 | cut -d"<" -f1 | cut -d":" -f2
loutch@RogStrix:~$ 

i have nothing.

launch conky in console , no errors   but nothing in conky.


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

#2203 2025-01-22 15:52:51

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Show us your conky

^ Try with Firefox:
https://fetedujour.fr


If people would know how little brain is ruling the world, they would die of fear.

Offline

#2204 2025-01-22 15:55:22

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

Re: Show us your conky

Forbidden
You don't have permission to access this resource.


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

#2205 2025-01-22 16:06:24

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Show us your conky

^ It might be a problem with the server (for your location).
Try later or tomorrow.


If people would know how little brain is ruling the world, they would die of fear.

Offline

#2206 2025-01-22 16:07:37

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

Re: Show us your conky

Oki-doki


@+


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

#2207 2025-01-23 08:12:36

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

Re: Show us your conky

Hello

This morning everything worked correctly, the magic of Linux no doubt, sorry for the inconvenience.

Thank you again

OMsEDO0v_t.png

@+

Last edited by loutch (2025-01-23 09:19:27)


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

#2208 2025-02-01 01:16:00

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Show us your conky

loutch wrote:

Hello

This morning everything worked correctly, the magic of Linux no doubt, sorry for the inconvenience.

Thank you again

@+

You can change  --user-agent  to  Linux  (instead Windows NT).
The code has also been changed to make it simpler, but it needs to be tested:

$ wget -O - -q https://fetedujour.fr/ --user-agent="Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0" | grep h2 | head -1 | awk -F' : ' '{print $2}' | sed 's/<\/h2>//'
Ella

Conky:

${texeci 3600 wget -O - -q https://fetedujour.fr/ --user-agent="Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0" | grep h2 | head -1 | awk -F' : ' '{print $2}' | sed 's/<\/h2>//'}

EDIT

* Or shorter (terminal):

$ wget -O - -q https://fetedujour.fr/ --user-agent="Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0" | grep h2 | head -1 | cut -d":" -f2 | cut -d"<" -f1
 Ella

Last edited by marens (2025-02-01 15:04:40)


If people would know how little brain is ruling the world, they would die of fear.

Offline

#2209 2025-02-08 15:47:41

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

Re: Show us your conky

Hello

Finally, after all these years, I've been able to configure the lua script from grandmaster Bleys, which works like a charm.

Capture-d-cran-2025-02-08-16-44-07.png

@+


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

#2210 2025-02-10 10:13:46

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

Re: Show us your conky

Hello

Some others

Capture-d-cran-2025-02-10-11-11-50.png

@+

Last edited by loutch (2025-02-10 14:57:02)


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

#2211 2025-02-11 03:02:40

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Show us your conky

^ Very nice, @loutch.

The Linux Mint forums have some great conky posts.

Fortunately, they don't know about us.
It's a big project and they have a huge number of users.
I can't even imagine what would happen if they started using our accuweather script.
Probably the Accuweather developers would quickly notice the increased (unusual) traffic and the script would stop working.


If people would know how little brain is ruling the world, they would die of fear.

Offline

#2212 2025-02-11 03:08:20

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Show us your conky

RadioTrayNG  -  Now Playing
https://forums.bunsenlabs.org/viewtopic … 38#p140138

Why simple when it can be complicated?
In the first version of the script, I made an oversight (skipped the  '  "  '  in the middle) and the album_art command became unnecessarily long.

If you want, you can replace the line:

    album_art=$(sed -n '1p' $HOME/.conky/RadioTray_NG/image | sed 's/{"image"://' | sed 's/}//' | sed 's/{//' | sed -e 's/.*"\(.*\)".*/\1/')

with:

    album_art=$(sed -n '1p' $HOME/.conky/RadioTray_NG/image | sed 's/{"image":"//' | sed 's/"}//')

The script has been updated.


If people would know how little brain is ruling the world, they would die of fear.

Offline

#2213 2025-02-13 09:06:03

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

Re: Show us your conky

Hello

Here the lastest, i think i have it

X2mibzxE_t.png

@+


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

#2214 2025-02-13 09:38:45

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

Re: Show us your conky

loutch wrote:

Hello

Here the lastest, i think i have it

https://thumbs2.imgbox.com/ab/c7/X2mibzxE_t.png

@+

Exactly!

That's phenomenal! wink

Offline

#2215 2025-02-14 01:28:54

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

Re: Show us your conky

loutch wrote:

Hello

Here the lastest, i think i have it

https://thumbs2.imgbox.com/ab/c7/X2mibzxE_t.png

@+

Beautiful!


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2216 2025-02-15 14:59:25

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

Re: Show us your conky

Re

Danke .

I have it .

Not like on mageia 5 with conky 1.9 but here there are two of them .

radiotrayng in 2016 with impulse

1483130123.png

today in 2025

xZpccyr8_t.png

audacious in 2016

1483130182.png

today

PIdpenYl_t.png

@+

Last edited by loutch (2025-02-15 17:05:27)


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

#2217 2025-02-18 14:49:41

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

Re: Show us your conky

Hello

Y3LBDzpR_t.png


@+


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

#2218 2025-02-21 15:34:20

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Show us your conky

RadioTrayNG -  Now Playing
https://forums.bunsenlabs.org/viewtopic … 38#p140138

When you run radiotray-ng  conky and then RadioTrayNG  (app), it may happen that the last album cover is briefly displayed (after the headphones).
The reason is that I did not delete the contents of the album_cover  file when RadioTrayNG  is turned off.
This can be 'fixed' with a sleep  command (until new data appears) or like this:

Find the line:

kill -SIGKILL $radiotray_conky

Replace with (add below):

kill -SIGKILL $radiotray_conky

> $HOME/.conky/RadioTray_NG/album_cover

Note *
The script was updated today.


If people would know how little brain is ruling the world, they would die of fear.

Offline

#2219 2025-03-01 19:55:35

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

Re: Show us your conky

Hello

All conkys can be launched separatly

Principal conky 1x

stq1sLvU_t.png

with left & right 3x

8eoIZC84_t.png

With weather conky barograph & barometer 4x

7aAWxWUs_t.png

with season & extra 5x

QEQnvmcO_t.png

& screenshot

AEnGyjn3_t.png

If you wan scripts , you must wait a few more days as I have some bugs in the console.


@+


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

#2220 2025-03-06 09:41:29

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

Re: Show us your conky

That was the culprit from here: https://forums.bunsenlabs.org/viewtopic … 28#p141828

X97VOi6t.png

- changed in Syntax 1.10
- found this stubborn lua error

Edit:
old-syntax1.9  https://workupload.com/file/jFMw5x97
new-syntax1.10 https://workupload.com/file/xCycYK9J5Qr

Last edited by unklar (2025-03-06 10:55:15)

Offline

Board footer

Powered by FluxBB