Skip to content
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada

Country

TIMEMORE Black Mirror Basic 2 Coffee Scale - Black

Original price $0
Original price $78.99 - Original price $78.99
Original price
Current price $78.99
$78.99 - $78.99
Current price $78.99
 More payment options

Blackmirror Basic 2 Scale

Everything You Need and More

Upgrade your brewing experience with the Blackmirror Basic 2 Scale, designed for precision and convenience. Whether you’re a home barista or a coffee professional, this scale has everything you need to ensure accurate measurements and enhance your coffee-making process.

Key Features:

  • Impressive Capacity: Supports weights up to 2 kg, allowing you to measure a wide range of ingredients with ease.

  • High Accuracy: Delivers precise measurements with an accuracy of 0.1 g, ensuring that your brewing ratios are spot on.

  • Durable Design: Built to withstand storage temperatures from -10°C to 55°C, making it suitable for various environments.

  • Versatile Temperature Resistance: The surface can handle temperatures between -10°C to 60°C, and up to -20°C to 100°C when using the included silicone pad.

  • Convenient Power Source: Rechargeable via USB-C with a robust 1600mAh 3.7V Lithium Ion battery, featuring an LED indicator to keep you informed of battery status.

  • Timer Function: Maximize your brewing precision with a built-in timer that can count up to 59:59, perfect for timing your extraction.

  • Included Accessories: The scale comes with a silicone server pad to protect surfaces and enhance stability, along with a USB-C charging cable for easy recharging.

  • Water-Resistant Top Surface: While the top surface is waterproof for easy cleaning, please note that the USB-C charging port is not water-resistant, so avoid submerging the scale in liquids.

  • Compact Size: Measuring at 15.3 x 13 x 2.6 cm and weighing just 370 g, it’s the perfect addition to any coffee station without taking up too much space.

Elevate your coffee brewing with the Blackmirror Basic 2 Scale—a must-have tool for precision and control in every cup.

Customer Reviews

We’re looking for stars!
Let us know what you think

Compare products

0 of 3 items selected

Select first item to compare

Select second item to compare

Select third item to compare

Compare
// Tracking view_item document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('.product-form--atc-button').forEach(button => { button.addEventListener('click', function (event) { event.preventDefault(); // Prevents the default action for debugging let product = { item_id: "8141192200444", item_name: "TIMEMORE Black Mirror Basic 2 Coffee Scale - Black", price: 78, currency: "CAD" }; // Push event to the dataLayer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "add_to_cart", ecommerce: { currency: product.currency, value: product.price, items: [product] } }); console.log("🛒 add_to_cart event pushed:", product); // Allow form submission after tracking setTimeout(() => { event.target.closest("form").submit(); }, 300); }); }); }); // begin_checkout