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
Python SDK for the Buycoins API.

This library provides easy access to the Buycoins API using the Python programming language. It provides all the feature of the API so that you don't need to interact with the API directly. This libr

Musa Rasheed 48 May 04, 2022
Stock market bot that will be used to learn about API calls and database connections.

Stock market bot that will be used to learn about API calls and database connections.

1 Dec 24, 2021
An API wrapper for Discord written in Python.

HCord A fork of discord.py project. HCord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python. Key Featu

HCord 0 Jul 30, 2022
This is a tutorial on how to make a Discord Bot using the discord.py library

HowToMakeADiscordBot This Github repository is here to help you code a Discord Bot using the discord.py library! 1 - Setup: Download the code inside t

Baz 1 Oct 31, 2021
Use Node JS Keywords In Python!!!

Use Node JS Keywords In Python!!!

Sancho Godinho 1 Oct 23, 2021
Analog clock that shows the weather instead of the actual numerical hour it points to.

Eli's weatherClock An digital analog clock but instead of showing the hours, the clock shows the weather at that hour of the day. So instead of showin

Kovin 154 Dec 01, 2022
Python client for ETAPI of Trilium Note.

Python client for ETAPI of Trilium Note.

33 Dec 31, 2022
Обертка для мини-игры "рабы" на python

Slaves API Библиотека для игры Рабы на Python. Большая просьба Поставьте звездочку на репозиторий. Это много для меня значит. Версии Т.к. разработчики

Zdorov Philipp 13 Mar 31, 2021
A wrapper for the Discord Python Pixels API.

DPYPX A simple wrapper around Python Discord Pixels. Requires Python 3.7+ (3.x where x = 7). Requires pillow and aiohttp from pip. Example import dpy

Artemis 3 Oct 01, 2022
Neko is An Anime themed advance Telegram group management bot.

NekoRobot A modular telegram Python bot running on python3 with an sqlalchemy, mongodb database. ╒═══「 Status 」 Maintained Support Group Included Free

Lovely Prince 11 Oct 11, 2022
Telegram forwarder

Telegram Forwarder Quick Start This application using docker, docker-compose to run. So I suppose that you can install these two things. Prepare essen

10 Dec 20, 2022
Currency And Gold Prices - Currency And Gold Prices For Python

Currency_And_Gold_Prices Photos from the app New Update Show range Change better

Ali HemmatNia 4 Sep 19, 2022
Discord-disnake - This package allows to use disnake without changing the discord namespace

This package is a shim This module allows to use disnake using discord namespace. This is not an independent library. Installing Python 3.8 or higher

5 Dec 13, 2022
Total servers you're in!

Discord-Servercount With this script you can check the amount of servers you are in, along with statistics of how many servers you are owner in and in

Nickyux 1 Feb 12, 2022
A mood based crypto tracking application.

Crypto Bud - API A mood based crypto tracking application. The main repository is private. I am creating the API before I connect everything to the ma

Krishnasis Mandal 1 Oct 23, 2021
A Rich renderable for viewing Multiple Sequence Alignments in the terminal.

rich-msa A simple module to render colorful Multiple Sequence Alignment with rich in the terminal. 🔧 Installing Install the rich-msa package directly

Martin Larralde 64 Dec 04, 2022
Telegram group manager moderen and simple.

Upin Robot A Advanced Powerful, Smart And Intelligent Group Management Bot With New And Powerful Features ... Written with Pyrogram and Telethon... If

Muhammad Nawawi 3 Dec 23, 2021
Repository for the Nexus Client software.

LinkScope Client Description This is the repository for the LinkScope Client Online Investigation software. LinkScope allows you to perform online inv

107 Dec 30, 2022
Py hec token mgr - Create HEC tokens in Cribl Stream through the API

Add HEC tokens via API calls This script is intended as an example of how to aut

Jon Rust 3 Mar 04, 2022
One of the best Telegram renamer bot with many new features

Renamer-Bot I think this repo gonna become one of the best renamer open source 🥰 . Please Give a ⭐ if you like this repo and also try following me fo

Ns Bots 97 Jan 06, 2023