Skip to content

Instantly share code, notes, and snippets.

@niklasvieth
niklasvieth / polestar-lockscreen-widget.js
Last active January 18, 2024 09:53
An iOS lockscreen widget to display the current state of charge (SoC) of your Polestar 2. See https://github.com/niklasvieth/polestar-ios-lockscreen-widget for details.
// icon-color: green; icon-glyph: battery-half;
/**
* This widget has been developed by Niklas Vieth.
* Installation and configuration details can be found at https://github.com/niklasvieth/polestar-ios-lockscreen-widget
*/
// Config
const POLESTAR_EMAIL = "EMAIL_ADDRESS";
const POLESTAR_PASSWORD = "PASSWORD";