NASA's Astronomy Picture of the Day & iCal

I have set up an automator workflow to have NASA's Astronomy Picture of the Day (APOD) as my desktop image. It would automatically change each day via iCal. AWSOME PICTURES, by the way.
I have a snag . . . iCal isn't running the workflow . . . I had to use spotlight & click on the application to start the workflow today.
To originally set this up, I selected "iCal Alarm" from the plug-in list so that Automator can create an appointment for this workflow as a daily event. I chose 3:00 AM as the start time.
I checked iCal preferences, and found the "day" start & end times where 8 AM & 6 PM. Could this be the reason why the workflow didn't start when I turned my computer at 5 AM today?
Also, I'm Wireless, & connect to the internet manually each time . . . I'm wondering if the workflow gets snagged because I don't have an internet connection automatically with start-up?
KenMackay
1.25 GHz Power Mac G4; 1.33 GHz G4 iBook   Mac OS X (10.4.3)  

The Automator, as plug in, and iCal works perfectly at the alotted time. The only snag is that I have to be internet connected at the time the program is sheduled to run. I am wireless, & opt to manually "click in" to the internet at each start up. So, if I start up the computer
ii after the scheduled workflow start
, the Automator kicks in immediately to play catch up, but quites as soon as it can't connect to the URL . I can't connect to the internet fast enough, manually, to accommodate the Automator workflow.
I'm wondering if I have my wireless connection
ii connect
at start up, Automator won't be interupted & the APOD will appear at start up, even if I start my computer a little
ii after
the iCal workflow start.
Kenmackay
1.25 GHz Power Mac G4; 1.33 GHz G4 iBook   Mac OS X (10.4.2)  

Similar Messages

  • Random astronomy picture of the day

    Not sure where to put this, I found a script on t'internet for downloading today's APOD and setting it as the gnome background.  I then modified it to:
    a) fix it to work with gif images as well as jpgs.
    b) add xfce4 compatibility
    c) get a random image instead of todays image
    #!/bin/bash
    #Filename: apodwallpaper
    #Location: ${HOME}/.bin
    #Purposes: Downloads NASA Astronomy Picture of the Day and displays it as the
    # GNOME background
    #Author(s): acvwJosh of Ubuntu Forums, modified by Colin Dean <http://cad.cx>
    ## Modified by deicist of ARCH linux forums: added xfce4 support, added .gif support, added random support
    ## requires athena-jot package from AUR
    ##random stuff goes here
    ##start date is a cutoff year to get images after. I use this because most pre-2000 images are too small to make good desktops
    STARTDATE="2000";
    NOW=$(date +%Y);
    randYear=$(jot -r 1 $STARTDATE $NOW);
    randMonth=$(jot -r 1 01 12);
    randDay=$(jot -r 1 01 28);
    getDate=$(date -d $randYear/$randMonth/$randDay +%y%m%d);
    #change this if you want the image to be in a different directory
    FILENAME=apodwallpaper
    APODWALLPAPER=${HOME}/.${FILENAME}
    #remove directory if it exists
    rm -rf ${APODWALLPAPER}
    mkdir -p ${APODWALLPAPER} && cd ${APODWALLPAPER}
    # download image from apod site
    wget -A.gif -A.jpg -R.txt -r -l1 --no-parent -nH http://apod.nasa.gov/apod/ap$getDate.html
    # move image from obscure folder to main folder, rename image
    find ./apod -name "*.gif" -or -name "*.jpg" | while read line ; do
    mv "$line" "${FILENAME}.jpg"
    done
    #######uncomment next 3 lines for gnome
    #gconftool-2 -t string -s /desktop/gnome/background/picture_filename "blank.jpg"
    #gconftool-2 -t string -s /desktop/gnome/background/picture_filename "${APODWALLPAPER}/${FILENAME}.jpg"
    #gconftool-2 -t string -s /desktop/gnome/background/picture_options "zoom"
    ######uncomment next line for xfce4 -primary display
    #xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s ""
    #xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s "${APODWALLPAPER}/${FILENAME}.jpg"
    #xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-style -s 3
    #uncomment next line for xfce4 -secondary display
    xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor1/image-path -s ""
    xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor1/image-path -s "${APODWALLPAPER}/${FILENAME}.jpg"
    xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor1/image-style -s 3
    # Uncomment ONE of the following for use with feh (thanks to SkonesMickLoud)
    #feh --bg-tile "${APODWALLPAPER}/${FILENAME}.jpg"
    #feh --bg-center "${APODWALLPAPER}/${FILENAME}.jpg"
    #feh --bg-scale "${APODWALLPAPER}/${FILENAME}.jpg"
    #feh --bg-seamless "${APODWALLPAPER}/${FILENAME}.jpg"
    #get rid of cruft
    rm -rf apod robots.txt
    Last edited by deicist (2009-03-26 22:29:14)

    If you'd like to add it, the following works with feh:
    # Uncomment ONE of the following for use with feh:
    #feh --bg-tile "${APODWALLPAPER}/${FILENAME}.jpg"
    #feh --bg-center "${APODWALLPAPER}/${FILENAME}.jpg"
    #feh --bg-scale "${APODWALLPAPER}/${FILENAME}.jpg"
    #feh --bg-seamless "${APODWALLPAPER}/${FILENAME}.jpg"
    Also, line 26 should read rm -rf ${APODWALLPAPER} as ${APODWALLPAPER} is a dir, and most users would (probably) want to avoid confirming the removal of it every time.
    I also get this error, even though everything seems to work:
    ./apodwallpaper.sh: line 15: jot: command not found
    ./apodwallpaper.sh: line 16: jot: command not found
    ./apodwallpaper.sh: line 17: jot: command not found
    Jot isn't in the repos or AUR, is there an alternative?
    Last edited by SkonesMickLoud (2009-03-26 17:39:51)

  • Grab picture of the day with Spry?

    Hi,
    I want to grab the picture of the day from:
    nasa APOD site
    and make that picture spry-fade in on my web page. Since I
    don't know how big the picture will be I need the frame to auto
    size or use spry shrink/grow to set pixel size??
    Not sure how to proceed.

    You can only request AJAX data from the same domain as your
    Spry page.
    Therefore, you will need to use a server side component to
    get the APOD image and then use that for your data source.
    You can use their RSS feed to get the URL, but they don't
    provide the image height and width, so you will have to make it a
    standard size, or let your CSS layout autosize for it.

  • Picture of the day (Thread)

    Please share your pictures of the day!
    You can share as much as you like. You can share your music as pictures, your trip, your bike etc.
    For great start, my picture is here!
    Houkkalammi lake in Lempäälä, Finland. 16.11.2014.

    Hey there.
    I enjoy a lot to make photos... so here my another set.
    1. Spotify in our Municipality center / commune :) Spotify <3
    2. Our village at it's best ;)
    Don't you think Finland is cozy place? :P
    Greetz!

  • Bing Animated pictures of the day won't run on firefox, picture is different. Why?

    After a Firefox update, somewhere in the last 3 to 4 months when it comes up on my home page, which is Bing, if the picture of the day is a short video loop, which occurs 3 to 5 times a month, the video will not play. I have activated the control that says if a picture is a video, play it but this makes no difference. I have checked this out by running Internet Explorer, which also has Bing as my home page, and the short video loops run. I have also noticed that if the picture of the day is a video loop, the picture on Firefox is a different view of the same photo that is on Internet Explorer besides also not animating. Why is this? The latest video loop on Bing was yesterday (February 11). It did not animate on Bing and is a different view of the scene.

    Did you check the Bing settings for the home page?
    *http://www.bing.com/account/homepage
    Videos and panoramas:
    *Choose what happens when the homepage image is a video or panorama.
    **Play automatically
    **Don't play automatically
    **Show a still image

  • Picture of the Day

    Does anyone know what happened to the app "Picture of the Day?"  I believe it was a National Geographic app, but it disappeared from everywhere..thanks for the help!

    It may have been removed by the creator or the Apple iTunes team for various reasons.

  • In ical, only since the update, when I look at the day view, I can no longer scroll down indefinitely; it stops at one day only

    Since the update, when I use ical , and am on the day view, I no longer can scroll down through multiple days; it stops at one day only. Seems like a poor design change. Any idea how to reverse this?

    cfromflorida,
    Try swiping left/right works for me.

  • Why do my events change in the day view, when I create a new event? (iCal for iPad 2)

    Every time I create a new event in the day view in iCal on iPad, the other events (which I created before for the same day) change their starting and/or their ending time.
    Please help!

    monkeyde,
    You are getting entagled in the two confusing meanings of the term pixels, namely as a unit identical to points and equalling 1/72 inch, and the basic component of raster images (and effects).
    You can read on in this very recent thread:
    Is there a way to get Illustrator to know how many pixels are in an inch?

  • ICal shows "ee" for the day in detail menu

    When I try to create a new event, iCal doesn't allow me to change settings on the day, instead filling the day placeholder with "ee" (example: 2011-05-ee).
    The values for year and month can be changed and making a simple day event appears correctly in the iCal "month" view.
    However, I cannot set events with a time span of more than 1 day.
    This being said, iTunes also messes up import and last-played dates (approx. 2 weeks late).
    The clock in System Preferences adjusts correctly, though.
    Anybody else have this issue?

    Hi,
    You can change this in System Preferences, Language & Text.
    Go to System Preferences > Language & Text > Formats tab and change where it says Custom to your location. Then re-open iCal.
    Best wishes
    John M

  • Changing the day in ical

    when ical is opened the day under the year 2007 remains the same Sat. AM. Is there any way to change this back so that it lists the correct day and time?

    wolfmnsbro,
    Welcome to Apple Discussions.
    It may be helpful if you provided further clarification on nature of your problem.
    Are you describing the "Day" view?
    Can you use Mac 101 to point out in greater detail where your problem is happening?
    ;~)

  • ICal on iPad - how do I change the time the day starts?

    On the iPad iCal, the day starts at 12am, and there's a scrollbar for scrolling through the 24 hours of the day. I pretty much won't have any events before 8am, so I want to customize my calendar so that the day starts at 8, and I can see a lot more of the day instead of having to scroll alllll the way down to 8am. The way it is right now, if I go into week or day view, it'll start up at 12am and I'll have to scroll down to view most of my events.
    Thanks in advance for any answers - apologies by the way if this has been asked and answered before, I'm not quite sure how to search for discussion topics inside a community.

    I have been searching as I have the same question - When my ICal comes up each morning on my, I would like the screen view to begin at 8 am.  I am thinking that it is not possible to do this from what I have been able to find but just wanted to check it out to be sure I cannot do this!  Thanks for any assistance someone can give me!
    Although I see the question by Sixthrain and clicked on the Latest Reply, nothing came up.
    PS  I have a laptop, not an IPad.
    Message was edited by: Carol Jeanne

  • My Ical is all screwed up now that I've upgraded my Mac Desktop.  There are no borders with the days of the week and it's all running into each other.  Help Pleeease!!  I have a busy schedule and this is so confusing. How do I get my old Ical back?

    I'm trying to figure out how to change my ICal back to the way it was before I upgrated my Desktop Mac computer.  I used to have a perfect calendar and since I upgraded, there are no side borders to the days when I'm on the "month" view.  It all looks like it is one big day running into eachother.  I hope it's an easy fix. If anyone knows what I'm trying to explain, please help me!!

    Configure the Extreme connected to the Hughes Net modem as your router. In other words in AirPort Utility, Network tab > Router Mode should be set to "DHCP and NAT". It will provide IP addresses to all the devices on your network.
    All other AirPort devices on your network should be configured as bridges: Router Mode "Off".
    You may want to configure static IP addresses for any equipment that is likely to be permanently installed. For them, there is no reason to have the Extreme issue an IP address, and they can keep the same one forever.
    The Microcell may be able to connect to the Express's LAN port such devices that have to handle voice or other real time audio or video streaming are generally best installed using a strictly wired connection. The same applies to the Sony TV and AppleTV. Keep them on a wired LAN served by the Extreme, avoiding any reliance on a wireless link if at all possible.
    The way to implement a complex network like yours is to add one device at a time. Ensure it connects reliably, then add another. You have a lot of work to do.
    WDS can be implemented even with new Extremes but its performance is likely to be so unacceptable that it would be nothing more than an exercise in frustration for you.

  • How to see ALL the day's events in iCal?

    Hi folks,
    I want to 'shrink' the day view of iCal such that I don't have to scroll up or down to see the events that I have planned for early and late in the day.
    How does one do this?
    Thanks!

    Is this what you mean?
    iCal menu/ Preferences.../ General tab/ Show "24" hours a day.

  • Why does iCal automatically change the date of the entry i am making to the day before??

    why does iCal automatically change the date of the entry i am making to the day before??
    for example, when i am attempting to make a 'all-day' appointment on october 2nd 2011, it automatically shifts it to october 1st.
    but if i am doing a timed appointment for only a few hours, it will allow me to put it on that day.
    i am trying to put in travel dates so any help on how to fix this, would be greatly appreciated.

    alsdman,
    Quit iCal, and try removing the com.apple.iCal.plist file from your Macintosh HD/Users/yourusername/Library/Preferences Folder. Since that Library is now hidden, you have to use the Finder>Go Menu>Depress the "Option" key>Library. Drag the .plist file to your desktop, and log out/in or restart and check iCal for functionality.
    Also go to System Preferences...>Language & Text>Formats>Region: and set/re-set the appropriate "Region."

  • My MacBook Pro got wet and I lost all of my childs photos from the day she was born. Is there anyway I could get these pictures back from my iCloud? I actually care more for getting the photos back than I do my laptop. Please help! Thank you!

    My MacBook Pro got wet and I lost all of my childs photos from the day she was born. Is there anyway I could get these pictures back from my iCloud? I actually care more for getting the photos back than I do my laptop. Please help! Thank

    Welcome to the Apple community khnkOliver.
    I assume these photos, or at least not all of them weren't in photo stream.
    You should be able to recover your photos from a back up.

Maybe you are looking for

  • PDF and Email Functionality

    Hi all Please guide me how to send smartform as an attachment through email.and the attachment should be PDF. I am new to this kind of thing. please guid me step wise. regards Pkumar

  • Adding a relationship in PPOME

    Hi! When I go into reporting structure in PPOME, select a position and choose assign I get a list of realationships, for example 002. I would like 005 to appear in the list. Does anyone know how to fix this in the IMG? All helpful answers will be app

  • Can't install Adobe Digital

    I am trying to install Adobe Digital to be able to read a downloaded ebook. I download and when trying to install get to a beginning page where it asks for my Adobe ID. I cannot go from that page to a direct link so I went to Adobe's page to create I

  • Where to log after calling BSSV from within C BSFN?

    I called a BSSV object from within a C BSFN. This BSSV object will return E1MessageList. I want to know where can I log these E1 Messages from within the C BSFN? Any documentation about this is greatly appreciated. I'm using E900 and JDeveloper 11g.

  • How to hide field in profit center masted data?

    Hi, I would like to know how to hide the field segment in profit center master data Alternatively I would like to know which user exit used to prevent the feeding of the field segment in profit center master data. Thanks in advance, Osvaldo Edited by