After installation, the external speakers and the headphones have sound problems at the same time.

  

I found this software today and studied it for one day. The results are not shown according to the weather of the tutorial. I also tried other code, or not... Finally, I finally Find the reason on a foreign website...
Show the weather. Need 3 code.
code 1 Read Yahoo weather image (this password will not be displayed on the desktop. But it must be +, otherwise step 3 has no effect) [shell]
curl --silent |  Grep "forecast-icon" |  Sed "s/.*background\\:url(\\'\\(.*\\)\\')\\;\\ _background.*/\\1/" |  Xargs curl --silent -o /tmp/weather.png\\
code 2 Weather text information. [shell]
curl --silent/forecastrss?p=CAXX0301u=c" |  Grep -E '(Current Conditions:| C
code 3 Call Yahoo weather image (picture from the first step). [image]
file:///tmp/weather.png
Then what you need to do is.
1. Go find your own location. I hope that your English is not bad. Asia-china-City
2. Then click on your city. There should be an id number after the address (each city is different). The id number I set here is. : CAXX0301 (4 letters and 4 digits).
3. Replace your city id number into the first and second code "CAXX0301".
4. If you want to change c (Celsius) to f (Fahrenheit), change the second code "u=c" into "&u=f" Note that. It is recommended to refresh and output at 2 points or more ("120 wonderful"). Because it is the weather. It is not necessary to set 10 seconds or the like. a waste of resource. Then the plain text (such as hitting your city name) shell command is echo " the text you want to hit" and then; the symbol is a turn.


Copyright © Windows knowledge All Rights Reserved