• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. TheRedhawk
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
T
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 0
  • Posts 4
  • Groups 0

TheRedhawk

@TheRedhawk

0
Reputation
1
Profile views
4
Posts
0
Followers
0
Following
Joined Jan 18, 2021, 5:57 PM
Last Online Feb 14, 2021, 6:49 PM

TheRedhawk Unfollow Follow

Latest posts made by TheRedhawk

  • RE: MMM-CoinMarketCap unable to get data

    @ftap
    Hi ftap,
    it is still the same. it is the only module im running now, even if i change the ’ into " it dont work. If i use any other module with API’s like “mmm-weatherforcast or mmm-fuel etc.” everything works fine. It’s only this module.

    Nodejs = v15.6.0.
    MagicMirror = v2.14.0
    npm = v7.4.0

    var config = {
    	address: "localhost", 
    	port: 8080,
    	basePath: "/",
    	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
    	useHttps: false, 	// Support HTTPS or not, default "false" will use HTTP
    	httpsPrivateKey: "", 	// HTTPS private key path, only require when useHttps is true
    	httpsCertificate: "", 	// HTTPS Certificate path, only require when useHttps is true
    
    	language: "de",
    	timeFormat: 24,
    	units: "metric",
    	logLevel: ["INFO", "LOG", "WARN", "ERROR"],
    
    	modules: [
    		{
            	module: 'MMM-CoinMarketCap',
               	position: "top_left",
                	header: "Crypto",
                	config: {
                    	apiKey: 'myapikey12345678980',
                    	currencies: ['bitcoin', 'ethereum', 'litecoin', 'stellar'],
                    	view: 'graphWithChanges',
                    	conversion: 'EUR',
           	     		}
            	},
    	       ]
    };
    
    posted in Troubleshooting
    T
    TheRedhawk
    Jan 24, 2021, 8:16 AM
  • RE: MMM-CoinMarketCap unable to get data

    Hm, it only works once. After the next reboot/Refresh got the same “unable to get date”.
    What is wrong? Could someone help me here? Mybe with a remot session… I really dont know what the problem is.

    posted in Troubleshooting
    T
    TheRedhawk
    Jan 23, 2021, 11:17 AM
  • RE: MMM-CoinMarketCap unable to get data

    Hi there, thanks.
    Got it, i did the edit in Greany… this dont work. User the text editor and it runs. :-)

    posted in Troubleshooting
    T
    TheRedhawk
    Jan 21, 2021, 7:05 AM
  • RE: MMM-CoinMarketCap unable to get data

    Hey guxy,

    could someone please post how it works? I updated all, got a new APIkey but it still dont work.

    My code in config.js:

    {
    module: ‘MMM-CoinMarketCap’,
    position: “top_left”,
    header: “Crypto”,
    config: {
    apiKey: ‘APIKEY APIKEY’,
    currencies: [‘bitcoin’, ‘ethereum’, ‘litecoin’, ‘stellar’],
    view: ‘graphWithChanges’,
    conversion: ‘EUR’,
    }
    },

    posted in Troubleshooting
    T
    TheRedhawk
    Jan 18, 2021, 6:43 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy