GB Studio continues to grow and improve. The 3.x series is far more powerful than earlier versions.
It is also a bit more complex to learn, but these resources can help you on your way!
| blueprint: | |
| name: OEPL Todo List | |
| description: > | |
| Displays uncompleted tasks from a to-do list on an OpenEPaperLink display. | |
| domain: automation | |
| author: g4bri3lDev | |
| source_url: https://gist.githubusercontent.com/g4bri3lDev/d1b133d74430a64b3b73d0f2c5eb008d/raw | |
| input: | |
| todo_list: | |
| name: To-do List |
GB Studio continues to grow and improve. The 3.x series is far more powerful than earlier versions.
It is also a bit more complex to learn, but these resources can help you on your way!
| esphome: | |
| name: lilygo-t5 | |
| esp32: | |
| board: esp32dev | |
| framework: | |
| type: arduino | |
| # Enable logging | |
| logger: |
| /** | |
| * Custom WordPress block boilerplate. | |
| * | |
| * @package My_Block_Package | |
| * @author Alexis J. Villegas | |
| * @link http://www.alexisvillegas.com | |
| * @license GPL-2.0+ | |
| */ | |
| ( function( blocks, editor, element ) { |
| esphome: | |
| name: codecard3 | |
| platform: ESP8266 | |
| board: esp12e | |
| # on_boot: | |
| # - output.turn_off: onboard_led | |
| wifi: | |
| ssid: !secret wifi_ssid | |
| password: !secret wifi_password |
| // ==UserScript== | |
| // @name Extract AliExpress Order Detail Pages | |
| // @downloadURL https://gist.github.com/Bolukan/16146e6e9c3c7e05a8a23f8b2f8a1dc4/raw/778a24f255bb6f91bf07019e94e1eabb333ef17c/Aliexpress_items.user.js | |
| // @updateURL https://gist.github.com/Bolukan/16146e6e9c3c7e05a8a23f8b2f8a1dc4/raw/778a24f255bb6f91bf07019e94e1eabb333ef17c/Aliexpress_items.user.js | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.4 | |
| // @description Extract the contents from AliExpress order detail pages, while also removing all svg tags | |
| // @author You | |
| // @match https://www.aliexpress.com/p/order/detail.html* | |
| // @grant GM_xmlhttpRequest |