
Sci-Fi HUD
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Met
2 years ago
Report
PSchwarz
2 years ago
This link is for current weather data.
This one is for forecast:
http://api.openweathermap.org/data/2.5/forecast?id=5192726&appid=ed85595a7d82f64ac7222f4513594c4e
Best Regards,
Gushcho Maxim
Technical Support Engineer
OpenWeatherMap inc
Report
Met
2 years ago
Report
PSchwarz
2 years ago
openjdk 10.0.1 2018-04-17
OpenJDK Runtime Environment (build 10.0.1+10-Ubuntu-3ubuntu1)
OpenJDK 64-Bit Server VM (build 10.0.1+10-Ubuntu-3ubuntu1, mixed mode)
pschwarz@pschwarz-MS-7693 ~ $
Report
Met
2 years ago
http://tipsonubuntu.com/2016/07/31/install-oracle-java-8-9-ubuntu-16-04-linux-mint-18/
Report
PSchwarz
2 years ago
javac 1.8.0_181
pschwarz@pschwarz-MS-7693 ~ $
Report
Met
2 years ago
Report
PSchwarz
2 years ago
Report
PSchwarz
2 years ago
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
Report
Met
2 years ago
Report
Met
2 years ago
Report
PSchwarz
2 years ago
Building dependency tree
Reading state information... Done
jq is already the newest version (1.5+dfsg-2).
The following packages were automatically installed and are no longer required:
libdbi1 librrd4 linux-headers-4.15.0-23 linux-headers-4.15.0-23-generic
linux-image-4.15.0-23-generic linux-modules-4.15.0-23-generic
linux-modules-extra-4.15.0-23-generic ntop-data python-bluez
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
pschwarz@pschwarz-MS-7693 ~ $
Report
PSchwarz
2 years ago
-- API Key
-------------------------------------
template6="ed85595a7d82f64ac7222f4513594c4e",
-------------------------------------
-- City ID
-------------------------------------
template7="5192726",
-------------------------------------
-- Temp Unit (default, metric, imperial)
-------------------------------------
template8="imperial",
Report
Met
2 years ago
Report
PSchwarz
2 years ago
conky: window type - normal
conky: drawing to created window (0x5600002)
conky: drawing to double buffer
conky: desktop window (3c0002c) is subwindow of root window (5d6)
conky: forked to background, pid is 24937
conky: window type - normal
conky: drawing to created window (0x5800002)
conky: drawing to double buffer
conky: forked to background, pid is 24938
conky: desktop window (3c0002c) is subwindow of root window (5d6)
conky: window type - normal
conky: drawing to created window (0x5a00002)
conky: drawing to double buffer
conky: desktop window (3c0002c) is subwindow of root window (5d6)
conky: forked to background, pid is 24939
conky: window type - normal
conky: drawing to created window (0x6000002)
conky: drawing to double buffer
conky: forked to background, pid is 24940
cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory
cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory
cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory
cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory
cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory
conky: can't open /sys/class/power_supply/BAT0/uevent: No such file or directory
conky: can't open /proc/acpi/battery/BAT0/state: No such file or directory
conky: desktop window (3c0002c) is subwindow of root window (5d6)
conky: window type - normal
conky: desktop window (3c0002c) is subwindow of root window (5d6)
conky: drawing to created window (0x6200002)
conky: drawing to double buffer
conky: window type - normal
conky: drawing to created window (0x6400002)
conky: forked to background, pid is 25083
conky: drawing to double buffer
conky: forked to background, pid is 25084
conky: desktop window (3c0002c) is subwindow of root window (5d6)
conky: desktop window (3c0002c) is subwindow of root window (5d6)
conky: window type - normal
conky: window type - normal
conky: drawing to created window (0x6800002)
conky: drawing to created window (0x6a00002)
conky: drawing to double buffer
conky: drawing to double buffer
conky: forked to background, pid is 25085
conky: forked to background, pid is 25086
sh: 1: nvidia-smi: not found
sh: 1: nvidia-smi: not found
sh: 1: sh: 1: kf5-config: not found
kf5-config: not found
Report
PSchwarz
2 years ago
value retrieved from conky: 3626 is bigger than max: 3200, value is set to max.
Report
PSchwarz
2 years ago
{"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."}
weather.json is normal.
Report
PSchwarz
2 years ago
http://api.openweathermap.org/data/2.5/weather?id=5192726&appid=ed85595a7d82f64ac7222f4513594c4e
Report
PSchwarz
2 years ago
${execi 300 l=${template9}; l=${l%%_*}; curl -s "api.openweathermap.org/data/2.5/forecast?APPID=${template6}&id=${template7}&cnt=5&units=${template8}&lang=$l" -o ~/.cache/forecast.json}\
Report
Met
2 years ago
Report
PSchwarz
2 years ago
Report
Met
2 years ago
Report
PSchwarz
2 years ago
Report
Met
2 years ago
template9="hu_HU.UTF-8"
to me
template9="en_EN.UTF-8"
Report
PSchwarz
2 years ago
Report