Hi everyone,
I’d like to share a module I’ve been working on: MMM-Fintech – a portfolio display module that shows your financial holdings with real-time pricing. I built it to fill my needs. I took a modular approach that would allow writing additional connectors for other data sources.
Screenshot

Features
- Multi-Asset Support: Crypto, stocks, ETFs, mutual funds, and forex rates in one unified display
- Coinbase Integration: Automatically fetches crypto holdings via CDP API
- Twelve Data Integration: Real-time pricing for stocks, ETFs, mutual funds, and forex
- Manual Holdings: Add staked assets or brokerage positions that APIs can’t see
- Market Hours Scheduling: Limits stock/forex polling to trading hours to conserve API calls
- Privacy Mode: Hide quantities and values – show only symbols, prices, and changes
- Currency Conversion: Display values in USD, EUR, GBP, PHP, or other currencies
- Encrypted Credentials: AES-256-GCM encryption for your API keys
Links
- GitHub: https://github.com/sonnyb9/MMM-Fintech
- Installation & Setup: See the README for step-by-step instructions
Requirements
- Coinbase CDP API key (free, for crypto)
- Twelve Data API key (free tier: 800 calls/day, for stocks/forex)
License
MIT
Feedback Welcome
This is my first MagicMirror module. I’d appreciate any feedback, bug reports, or feature suggestions. Feel free to open issues on GitHub or reply here.
Thanks!