# MMM-ReceiveData **Repository Path**: coffee_java/MMM-ReceiveData ## Basic Information - **Project Name**: MMM-ReceiveData - **Description**: MagicMirror专用module - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Module: MMM-ReceiveData 本模块可以接收其他机器传过来的json数据,显示在魔镜上 ## Using the module postdata to http://192.168.xxx.xxx:8080/postdata jsonData:{"标题":"数据"} To use this module, add it to the modules array in the `config/config.js` file: ````javascript modules: [ { module: 'MMM-ReceiveData', position: 'bottom_bar', // This can be any of the regions. config: { animationSpeed:1000 } } ] ```` ## Configuration options