HabiticaMagicJS - Demo

This demo uses HabiticaMagicJS to get user profile data from the Habitica API (and Nunjucks to render HTML templates).

The CSS and design were lovingly pilfered from our other project, MMM-HabiticaStats.

{{user.displayName}}

{{user.className}} · Level {{user.level}} {{user.goldCompact}}gold

bio: {% if user.bio %}{{ user.bio }}{% else %} This user doesn't have a bio, but we think it's a safe bet that they're awesome.{% endif %}

Health
{{user.health}} / {{user.healthMax}}
Mana
{{user.mana}} / {{user.manaMax}}
Experience
{{user.experience}} / {{user.experienceToLevel}}

An error: {{ data }}