LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 01-05-2019, 07:25 AM   #1
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 454

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
Unhappy Forecast module dies


Due to recent changes in the yahoo weather API the forecast module no longer works: "As of Thursday, Jan. 3, 2019, the weather.yahooapis.com and query.yahooapis.com for Yahoo Weather API will be retired." It is uncertain when if ever we will get this module back to working. However I have been looking into possible alternatives to the Yahoo weather API. Even if a suitable API is found it is a time consuming task to modify the source code for this module to work with another API. Sorry for any inconvenience but for now the only alternative is not use the module
 
Old 01-05-2019, 09:04 AM   #2
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Rep: Reputation: Disabled
Is there any alternative, you could recommend, please?
 
Old 01-05-2019, 10:32 AM   #3
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Yes, I can see the alternative

I can suggest one nice solution for terminal. The only thing you have to install is "curl" tool for data transfer.

for example my sequence for getting the weather is this:
curl sk.wttr.in/Sliac?

Where sk is language (i think)
And Sliac is a town nearby.
The outcome is this:

https://i.imgur.com/e6aB7AJ.jpg

OK, it is nice but too far from perfection. Unfortunately I posted this solution in old forum so I have to make it again.

So, if you are OK with the terminal solution, just make a command shortcut and that's it.
In case you want something more, you have to configure the key shortcut to switch between main screen and hover screen. I have ALT G. The binding is possible in settings and command is called Show/Hide gadgets. For better understanding I will show some screenshots.
Then install my Stickynotes module called moksha-module-stickynotes. Load the module. Place the gadget on the hover desktop (not background) and setup the module according the command I posted. The mandatory condition is putting "T" char in command for no colors layout.

curl sk.wttr.in/Sliac?T


Now screenshots:
Settings:
https://i.imgur.com/hWq9RVL.jpg
Hover screenshot:
https://i.imgur.com/otP7Yfb.jpg

Maybe it looks little bit complicated but feel free to ask any question. I will explain more...

Stefan

Last edited by the_waiter; 01-05-2019 at 11:18 AM.
 
3 members found this post helpful.
Old 01-05-2019, 10:43 AM   #4
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Rep: Reputation: Disabled
Thanks but... well, actually, I was hoping for something more "2019-like", not some old-fashioned Ascii graphics.
 
Old 01-05-2019, 10:54 AM   #5
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
This is an alternative
 
1 members found this post helpful.
Old 01-05-2019, 11:05 AM   #6
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Rep: Reputation: Disabled
The only one?
 
Old 01-05-2019, 11:06 AM   #7
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
The one I know. Google is also your friend as mine
 
1 members found this post helpful.
Old 01-05-2019, 11:10 AM   #8
mowestusa
Member
 
Registered: May 2005
Distribution: Bodhi
Posts: 44
Blog Entries: 11

Rep: Reputation: 23
Thanks the_waiter for posting this alternative. I think it is a great option, and I look forward to trying to get it to work on my system today. I will post if I have issues. I love CLI tricks and tips used in inventive ways like this one.
 
2 members found this post helpful.
Old 01-05-2019, 11:15 AM   #9
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Thanx mowestusa

Hard to fulfill all users needs

I am glad you like my alternative solution Enjoy

Stefan
 
1 members found this post helpful.
Old 01-05-2019, 11:28 AM   #10
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Rep: Reputation: Disabled
Of course, I know Google, too, but I was looking for recommendations, based on personal experiences.
 
Old 01-05-2019, 11:31 AM   #11
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
I gave mine.

Let's hope other users will add theirs.

Stefan

Last edited by the_waiter; 01-05-2019 at 11:34 AM.
 
1 members found this post helpful.
Old 01-05-2019, 11:35 AM   #12
madmax25
Member
 
Registered: Aug 2018
Posts: 348

Rep: Reputation: Disabled
Quote:
Originally Posted by the_waiter View Post
Let's hope other users will add their.
 
Old 01-06-2019, 05:23 PM   #13
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 454

Original Poster
Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
Quote:
Originally Posted by madmax25 View Post
Thanks but... well, actually, I was hoping for something more "2019-like", not some old-fashioned Ascii graphics.
gnome-weather perhaps?

There is also conky scripts and stuff but I am not going to look around and find one working for you or create one from scratch. But that is certainly doable.

I don't know of anything else that works but probably there are other options.

In all likelihood I will get the forecast module back to working just am overwhelmed at the moment at all the work on our themes I am doing. Sorry about not just jumping on fixing the forecast module but it currently has lower priority to stefan and I at the moment.
 
1 members found this post helpful.
Old 01-06-2019, 05:33 PM   #14
hemlocktree
Member
 
Registered: Aug 2018
Posts: 719

Rep: Reputation: 311Reputation: 311Reputation: 311Reputation: 311
hey ylee i never got gnome weather to work completely ever. a few aspects would work and the other few were notta. nt arguing with you as i hope you know but been there and done that. if i need weather i use weather.com for what that is worth.

:-)))
 
Old 01-06-2019, 05:58 PM   #15
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 454

Original Poster
Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
Quote:
Originally Posted by hemlocktree View Post
hey ylee i never got gnome weather to work completely ever...
Seems to be fully working here, what is not working for you?
 
  


Reply

Tags
bodhi, enlightenment, module



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
data push from box to removable usb drive dies, then dies, then dies again. bodyofabanshee Linux - Server 11 03-15-2012 11:34 AM
Login window dies when user authentication dies. Hom Linux - Newbie 2 03-09-2011 05:52 AM
if qemu dies, my mouse dies with it eantoranz Linux - Software 3 11-02-2007 10:30 PM
x server dies...dies...dead! aquaboot Linux - Software 2 08-28-2005 11:54 AM
kernel 2.6 forecast demmylls Linux - General 1 11-19-2003 02:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 12:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration