Skip to content

Instantly share code, notes, and snippets.

View kubawolanin's full-sized avatar
🏡

Kuba Wolanin kubawolanin

🏡
View GitHub Profile
@Ircama
Ircama / LgMagicRemoteKeys.md
Last active March 10, 2025 22:06
Replacing Netflix and Amazon keys of the webOS LG TV LG Magic Remote with other apps

Replacing Netflix and Amazon keys of the webOS LG TV LG Magic Remote with other apps

This procedure allows substituting one or both Netflix and Amazon keys of the Magic Remote Control Unit with other apps or TV control menus of the webOS LG TV.

Netflix and Amazon keys can be found just over the Red-Green-Yellow-Blue color buttons of such remote.

Assumption for this procedure is that you accept to uninstall the apps related to the keys to be substituted. Example: if you want to replace the Netflix key, you need to uninstall Netflix (possibly, you are not using Netflix if you do not need such key).

To uninstall Netflix or Amazon Prime, press the Home key of the Magic Remote, select the "LG Content Store" app, press "APP" at the top of the screen, press "My Apps", press the "Rem

@jakubsadura
jakubsadura / ikea-slack-bot.js
Created June 28, 2020 20:10
slack bot for Ikea items availability
var request = require('request');
const ITEM_URL = 'https://www.ikea.com/pl/pl/p/gubboen-fotel-bujany-wew-zew-bialy-00469035/';
const URL = 'https://iows.ikea.com/retail/iows/pl/pl/stores/204/availability/ART/00469035';
const SLACK = 'https://hooks.slack.com/services/X/Y/Z';
request({
url: URL,
method: 'GET',
headers: {
@Informatic
Informatic / README.md
Last active March 24, 2025 12:47
openlgtv webOS hacking notes

This is just a dump of some interesting undocumented features of webOS (3.8 specifically, on early 2018 4k LG TV) and other development-related tips.

Homebrew app ideas