Kodi script for proper Australian weather data

Overview

Kodi Oz Weather

weather.ozweather

"Buy Me A Coffee"

Script for Kodi for high quality Australian weather data sourced directly from the BOM.

Available from the Kodi official repository (i.e. don't install from here - just go to Addons -> Get Addons -> Weather -> OzWeather)

Retrieves BOM data including current conditions, 7-day forecast, and animated radar images.

Script works fine standalone for standard high quality Australian weather data, but you need to make skin changes for the best bit, which is the animated BOM radar support. See the Kodi wiki page for full details and links to the skin files.

Contributions of skin files for other skins gratefully accepted....just message me on the forums with your skin files (or even better jsut add them directly to the Wiki yourself!).

Support is via the forum thread, or open an issue here.

Comments
  • Update to 0.9 failed

    Update to 0.9 failed

    0.8.9 wont update to 0.9 due to dependancy script.module.urllib3 2.25.0 (import addon="script.module.urllib3" version="2.25.0"/ ) ??? Addon still works. Jarvis and Krypton. Using LibreElec.

    opened by kostaboxon 9
  • xbmc.translatePath is deprecated

    xbmc.translatePath is deprecated

    Error with Kodi Matrix development (LibreELEC-Generic.x86_64-9.80-nightly-20201016-c5a4c7d.tar) and "CAddonMgr::FindAddons: weather.ozweather v1.2.1 installed"

    2020-10-18 15:16:51.190 T:18647 WARNING : xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.

    The reference if from: https://github.com/xbmc/xbmc/pull/17735

    opened by heitbaum 2
  • Updated for Kodi 19.0-ALPHA1

    Updated for Kodi 19.0-ALPHA1

    Update http and urllib3 for the bom.py background changed unicode to str as part of change from Python2 to Python3 updated import lines remove orange and changed to range.

    Tested with:: Kodi (19.0-ALPHA1 Git:97728b63f536a31e7b8ef3e779126394f833f588) Running on LibreELEC (Milhouse): devel-20191229210246-#1229-ge59cba6 Python 3.7.5

    Note: to get this working: I did have to move your shared library to the lib directory, not your b808common directory.

    opened by heitbaum 2
  • [python] move xbmc.translatePath() to xbmcvfs module

    [python] move xbmc.translatePath() to xbmcvfs module

    As discussed: - fix to issue: https://github.com/bossanova808/weather.ozweather/issues/7

    Error with Kodi Matrix development (LibreELEC-Generic.x86_64-9.80-nightly-20201016-c5a4c7d.tar) and "CAddonMgr::FindAddons: weather.ozweather v1.2.1 installed"

    2020-10-18 15:16:51.190 T:18647 WARNING : xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.

    The code reference is from: xbmc/xbmc#17735

    opened by heitbaum 1
  • LOGSEVERE and LOGNOTICE will deprecated in kodi/python addons

    LOGSEVERE and LOGNOTICE will deprecated in kodi/python addons

    Please replace with LOGFATAL and LOGINFO. They will be removed in a couple of weeks.

    PR: https://github.com/xbmc/xbmc/pull/18346 Forum Post: https://forum.kodi.tv/showthread.php?tid=353818

    opened by phunkyfish 1
Releases(v2.0.5)
Owner
Jeremy Daalder
Jeremy Daalder
Build a better understanding of your data in PostgreSQL.

Data Fluent for PostgreSQL Build a better understanding of your data in PostgreSQL. The following shows an example report generated by this tool. It g

Mark Litwintschik 28 Aug 30, 2022
Widevine MPD Content Downloader & Decryptor

Widevine-DL Encrypted MPD Manifest Content Downloader + Decryptor (not a Widevine Key Extractor!) Requirements ffmpeg, yt-dlp, aria2, widevine-l3-decr

Vank0n (SJJeon) 170 Dec 30, 2022
Some random bot for Discord which was created just for fun (Made with Discord.py library)

Ghosty Previously known as 'secondthunder-py-bot' This is repository of some random bot for Discord which was created just for fun and for some educat

Владислав 8 Oct 02, 2022
A simple worker for OpenClubhouse to sync data.

OpenClubhouse-Worker This is a simple worker for OpenClubhouse to sync CH channel data.

100 Dec 17, 2022
EthSema - Binary translator for Ethereum 2.0

EthSema is a novel EVM-to-eWASM bytecode translator that can not only ensure the fidelity of translation but also fix commonly-seen vulnerabilities in smart contracts.

weimin 8 Mar 01, 2022
YuuScource - A Discord bot made with Pycord

Yuu A Discord bot made with Pycord Features Not much lol • Easy to use commands

kekda 9 Feb 17, 2022
Touca SDK for Python

Touca SDK For Python Touca helps you understand the true impact of your day to day code changes on the behavior and performance of your overall softwa

Touca 12 May 18, 2022
This Telegram bot is created to help monitor individual mood. Lean and mean

Mood bot This bot is created to help monitor your mood. Lean and mean. Deployment Install Docker and Docker Compose Populate .env file cp .env.dist .e

Piotr Markielau 1 Dec 05, 2021
A web app via which users can buy and sell stocks using virtual money

finance Virtual Stock Trader. A web app via which users can buy and sell stocks using virtual money. All stock prices are real and provided by IEX. Fe

Kiron Deb 0 Jan 15, 2022
Small Python Tracker clone of Electra

Discord Bot Tracker - Python Simply Track your Bots (Status) to get notified when one of those go offline/online. Paste IDs into the config.py files,

Koni 2 Nov 23, 2021
GitHub Actions Docker training

GitHub-Actions-Docker-training Training exercise repository for GitHub Actions using a docker base. This repository should be cloned and used for trai

GitHub School 1 Jan 21, 2022
Configure your linux server and check for vulnerabilities with serverlla

serverlla Configure your linux server and check for vulnerabilities with serverlla. Serverlla has a menu with options and allows you to configure your

Dylan Meca 10 Feb 01, 2022
A VCVideoPlayer Bot for Telegram made with 💞 By @ProErrorXD

VC Video Player How To Host ✨ Heroku Deploy ✨ The easiest way to deploy this Bot is via Heroku. Credit 🔥 |🇮🇳 Louis |🇮🇳 Sammy |🇮🇳 Blaze Marsha

丂ムᄊᄊƳ 95 May 17, 2022
Spotify Top Lists - get the current top lists of a user from the Spotify API and display them in a Flask app

Spotify Top Lists This is a simple script that will get the current top lists of a user from the Spotify API and display them in a Flask app. Requirem

Yasin 0 Oct 16, 2022
Instagram-follower-bot - An Instagram follower bot written in Python

Instagram Follower Bot An Instagram follower bot written in Python. The bot follows the follower of which account you want. e.g. (You want to follow @

Aytaç Kaşoğlu 1 Dec 31, 2021
An API that uses NLP and AI to let you predict possible diseases and symptoms based on a prompt of what you're feeling.

Disease detection API for MediSearch An API that uses NLP and AI to let you predict possible diseases and symptoms based on a prompt of what you're fe

Sebastian Ponce 1 Jan 15, 2022
S3-cleaner - A Python script attempts to delete the all objects/delete markers/versions from specific S3 bucket

Remove All Objects From S3 Bucket This Python script attempts to delete the all

9 Jan 27, 2022
This is an Advanced Calculator maybe with Discord Buttons in python.

Welcome! This is an Advanced Calculator maybe with Discord Buttons in python. This was the first version of the calculator, made for my discord bot, P

Polsulpicien 18 Dec 24, 2022
Python bindings for ArrayFire: A general purpose GPU library.

ArrayFire Python Bindings ArrayFire is a high performance library for parallel computing with an easy-to-use API. It enables users to write scientific

ArrayFire 402 Dec 20, 2022
Buscar y descargar canciones de YouTube automáticamente desde la web

🎶 DescargarCanciones 🎶 Buscar y descargar canciones o playlist de Spotify o YouTube automáticamente con todos los metadatos de la canciones en forma

1 Dec 20, 2021