note

LIFX – Internet Of Things – Connectivity Issues

all-scribbly note

LIFX Setup & Connectivity Checklist 22 days ago Updated Not yet followed by anyone If you’re having trouble setting up your LIFX light or it isn’t appearing in the app, follow this checklist to quickly narrow down the issue.These steps cover the most common causes of setup failures and connection problems. 1. Restart the light […]

LIFX – Internet Of Things – Connectivity Issues Read More »

Shortcodes

all-scribbly coding note

Basic Code Wrapper – Prismatic https://prismjs.com/examples.html <pre><code class="language-javascript">CODE </code></pre> pick a language – wrap code in it “language-markup” / “language-html” / “language-mathml” PLUGINS:: Adding tags to page – tags are added to body_class so they style the prism area as well rainbow-braces line-numbers match-braces no-brace-hover <pre><code class="language-javascript"> var myObject = { property1: "something", property2: 5,

Shortcodes Read More »