-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't make it work.... #10
Comments
Hi,
It's actually been a while since I worked on this, but I'm glad
you like it.
What version of OSX are you on?
./greekWeather2.sh is likely wrong, because that means run from the
local directory, and I can't remember what Geektool sets as the working
directory,
The script itself will echo output to the screen when run directly from
the terminal, but as a shell geeklet it'll be silent. It just uses
Geektool as a scheduler to make it run often.
Can you open up terminal, navigate to wherever the geekWeather2.sh
script is, and then run it.
Thanks,
Alex
--
Alex Wasserman
[email protected]
+1 646 460 5187
On Thu, Oct 12, 2017, at 01:02 PM, pierrebed wrote:
Hi Alex,
I'm sorry if I disturb. I have a lot of geeklets running on my
desktop and I LOVE your GeekWeather2 but I'm UNABLE to make it run...> I'm a lambda user with absolutely no knowledge of programming but I
usually can get these kinds of things. But here I can't> Let me tell you what I did:
I downloaded X code, CommandLine Tool, Homebrew, imagemagick,
webkit2png, and the Geekweather2 folder on github.> Then I created a "image geeklet" and wrote
"file://localhost/tmp/GeekWeather.png" int the URL field> Then I created a "shell geeklet" and I pasted "./geekWeather2.sh -A
40.410259 -O -74.035 -n AtlanticHighlands -d DARK -u SI -f Garamond
-z 2" in the command field (without changing the parameters, just to
see if it works)> But nothing happens. The script doesn't run (I suppose so because I
see nothing in the image geeklet). I tried to paste the whole
geekWeather2.sh in the command line but it doesn't echoes the stuff
neither.> What is wrong? I suppose I have to enter an instruction to make the
script run (a kind of "please run the script located here") but I have
no idea... Or maybe the path to the script is wrong (I tried to enter
the complete path but it doesn't work either)> I know I'm not very clever for these process but if you could help me
I would be VERY gratefull...> Best regards.
Pierre
— You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub[1], or mute the
thread[2].>
|
PS I'm on an early 2011 MacBook Pro running Mac OSX 10.13 High Sierra |
Oops I closed the topic by mistake. Sorry It’s opened again :-/ |
ok, so, you need to edit the script, and change the http to https.
--
Alex Wasserman
[email protected]
+1 646 460 5187
On Fri, Oct 13, 2017, at 01:29 PM, pierrebed wrote:
I got it
:o)
The path was the reason. I ran it from the "home" directory and it
runs as expected.> But unfortunately something runs bad in the script itself. I join a
screen capture here.> 2
//o:
— You are receiving this because you commented. Reply to this email
directly, view it on GitHub[1], or mute the thread[2].>
|
It's OK Alex. I got it. It didn't refresh ))o: Great THANK YOU+++ |
Modify away, and submit a pull request for any fixes you find. I’ll merge them in.
…--
Alex Wasserman
On Oct 16, 2017, at 4:14 AM, pierrebed ***@***.***> wrote:
It's OK Alex. I got it. It didn't refresh ))o:
I can modifiy the line #153 of the script to adjust the conversion
Great
THANK YOU+++
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Unfortunately I can't have the right colors that fits my wallpaper. The "Light" and "Dark" parameters apply only to the background but not to the content itself (in the foreground) that remains black. In my context it is either invisible (black content on black or transparent background on black wallpaper) or much too obtrusive (a too big too heavy white form on my dark black wallpaper) I would need the option to modify the content color (icon, text, ...) so I can have transparent background and white content. But I think it's impossible. I'm very sad about that. Anyway I THANK YOU very much for your patience. Best regards. Pierre |
I think I did that once, not too crazy tough. It’s in that convert line.
…--
Alex Wasserman
On Oct 16, 2017, at 11:57 AM, pierrebed ***@***.***> wrote:
Unfortunately I can't have the right colors that fits my wallpaper. The "Light" and "Dark" parameters apply only to the background but not to the content itself (in the foreground) that remains black.
In my context it is either invisible (black content on black or transparent background on black wallpaper) or much too obtrusive (a too big too heavy white form on my dark black wallpaper)
I would need the option to modify the content color (icon, text, ...) so I can have transparent background and white content.
But I think it's impossible.
I'm very sad about that.
Anyway I THANK YOU very much for your patience.
Best regards.
Pierre
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I tried but it's far beyond my total lack of programming knowledge……… |
I checked, it generates a transparent background png image.
…--
Alex Wasserman
[email protected]
+1 (646) 460-5187
On Oct 17, 2017, at 1:29 AM, pierrebed ***@***.***> wrote:
I tried but it's far beyond my total lack of programming knowledge………
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#10 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AF5iZvh481HMtvMMEqBBGlJMlt2LS2lDks5stDscgaJpZM4P3Uv4>.
|
Yes it does. |
Hi Alex,
I'm sorry if I disturb. I have a lot of geeklets running on my desktop and I LOVE your GeekWeather2 but I'm UNABLE to make it run...
I'm a lambda user with absolutely no knowledge of programming but I usually can get these kinds of things. But here I can't
Let me tell you what I did:
I downloaded X code, CommandLine Tool, Homebrew, imagemagick, webkit2png, and the Geekweather2 folder on github.
Then I created a "image geeklet" and wrote "file://localhost/tmp/GeekWeather.png" int the URL field
Then I created a "shell geeklet" and I pasted "./geekWeather2.sh -A 40.410259 -O -74.035 -n AtlanticHighlands -d DARK -u SI -f Garamond -z 2" in the command field (without changing the parameters, just to see if it works)
But nothing happens. The script doesn't run (I suppose so because I see nothing in the image geeklet). I tried to paste the whole geekWeather2.sh in the command field but it doesn't echoes the stuff neither.
What is wrong? I suppose I have to enter an instruction to make the script run (a kind of "please run the script located here") but I have no idea... Or maybe the path to the script is wrong (I tried to enter the complete path but it doesn't work either)
I know I'm not very clever for these process but if you could help me I would be VERY gratefull...
Best regards.
Pierre
The text was updated successfully, but these errors were encountered: