Skip to content

Instantly share code, notes, and snippets.

@Pogopooc
Pogopooc / Daily_BTC_Value_V0.1
Last active May 6, 2020 05:44
A Daily BTC Value printed on your LittlePrinter via. Apple Shortcuts.
// This is an Simple Daily BTC Value Update to use with the PHP Script from JAVL.
// Remeber to add your LittlePrinter API Key
// Add the following HTML Code to your IFTTT Applet
// I use the "cryptonator.com" API for the request.
<table style="width: 384px;margin-left:auto;margin-right:auto;" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align: center;vertical-align: middle;" colspan="3">
<img style="width: 80px;height: 78px;float: left;margin-left:10px;margin-right:10px;" src="https://cdn.icon-icons.com/icons2/1384/PNG/512/btc-crypto-cryptocurrency-cryptocurrencies-cash-money-bank-payment_95084.png" alt="Icon"> <strong><span style="font-size: 50px;">{{Value1}}$</span></strong>
</td>
@Pogopooc
Pogopooc / Daily_Weather_Report_V0.1.html
Created May 5, 2020 16:38
A daily Weather Report for your LittlePrinter.
// This is an Simple Daily Weather Report to use with the PHP Script from JAVL.
// Remeber to add your LittlePrinter API Key
// Add the following HTML Code to your IFTTT Applet
<table>
<tbody>
<tr>
<td colspan="2">
<h3 style="text-align: center;">{{TodaysCondition}}</h3>
</td>
</tr>
@Pogopooc
Pogopooc / Simple_Todo_V0.1.html
Last active May 5, 2020 16:39
A Simple Todo List for your LittlePrinter.
// An even Simpler Version without Icon:
<p><code>Heutige ToDo's</code></p>
<div style="background:#eee;border:0px solid #ccc;padding:5px 10px;">[ ] _____________________</div>
<div style="background:#ccc;border:0px solid #ggg;padding:5px 10px;">[ ] _____________________</div>
<div style="background:#eee;border:0px solid #ccc;padding:5px 10px;">[ ] _____________________</div>
<div style="background:#ccc;border:0px solid #ggg;padding:5px 10px;">[ ] _____________________</div>
<div style="background:#eee;border:0px solid #ccc;padding:5px 10px;">[ ] _____________________</div>