blob: 01ca0e61d4cdcfa8f38d4a90180524fb507d32eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
<TITLE>Installing and using MythTV: MythWeather.</TITLE>
<LINK HREF="mythtv-HOWTO-19.html" REL=next>
<LINK HREF="mythtv-HOWTO-17.html" REL=previous>
<LINK HREF="mythtv-HOWTO.html#toc18" REL=contents>
</HEAD>
<BODY>
<A HREF="mythtv-HOWTO-19.html">Next</A>
<A HREF="mythtv-HOWTO-17.html">Previous</A>
<A HREF="mythtv-HOWTO.html#toc18">Contents</A>
<HR>
<H2><A NAME="s18">18.</A> <A HREF="mythtv-HOWTO.html#toc18">MythWeather.</A></H2>
<P>MythWeather is a part of the <B>mythplugins</B> package. See
<A HREF="mythtv-HOWTO-13.html#mythplugins_">MythPlugins</A> for instructions on downloading the
tarball.</P>
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.21
$ ./configure --disable-all --enable-mythweather
$ qmake mythplugins.pro
$ make
$ su
# make install
# exit
</PRE>
</CODE></BLOCKQUOTE>
</P>
<P>MythWeather uses MSNBC.com as its source for weather data and weather.com
for its radar image.</P>
<P>These are the keyboard commands for MythWeather:
<BLOCKQUOTE><CODE>
<PRE>
Left Key Goes back one page, and extends the time spent
on the page you are on.
Right Key Goes forward one page, see above.
Space Pause, wait on the current page until space is hit
again.
Numeric Keys You can check other weather by keying in other ZIP codes.
Enter Key Switch between Celsius and Fahrenheit. Can also
be used a way to force a data update.
"m" Key Resets the location to the database default, then updates the data.
"i" Enter / Save settings
ESC Exit the settings screen without saving / Exit the program
</PRE>
</CODE></BLOCKQUOTE>
</P>
<P>MythWeather also has an "Aggressiveness" setting. This affects how long
MythWeather waits for data from the msnbc.com website before timing out. If
you are on a slow connection, or have a slow DNS, or MythWeather just
doesn't seem to be working and you've already tried everything else, then
try increasing the aggressiveness level parameter. This parameter is
inverse; a higher number actually means that MythWeather will be less
aggressive, and will therefore wait longer before timing out.</P>
<P>MythWeather will print debugging information on the terminal. If you wish
to see additional debugging information while MythWeather is running, run
mythweather from the command line with as <CODE>mythweather --debug</CODE></P>
<P>You may also force mythweather to re-run the configuration by starting it on
the command line as <CODE>mythweather --configure</CODE>. These two options are
mutually exclusive.</P>
<HR>
<A HREF="mythtv-HOWTO-19.html">Next</A>
<A HREF="mythtv-HOWTO-17.html">Previous</A>
<A HREF="mythtv-HOWTO.html#toc18">Contents</A>
</BODY>
</HTML>
|