Skip to content

skullhacker/MagicMirror

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not explained clearly and very old repository please do upgrade and refresh it.

This is my Magic Mirror source code.

根据 MichMich/MagicMirror 改动,内容没有变,在原基础上添加了中文字体的支持,树莓派在英文环境也可以使用中文了,避免部分同学在调中文环境时发生的问题,可以省去配置树莓派支持中文这个步骤。

添加了室内温湿的模块,如果需要的话可以在 main.js 里面取消注释: tem_hum.init();

室内温湿的模块使用的是 MQTT 接收数据,服务器地址和订阅地址可在 config.js 中修改。

监听的订阅地址如下:

温度:

homekit/himitsu/temperature

湿度:

homekit/himitsu/humidity

体感温度:

homekit/himitsu/heatIndex

下面是改后的样子:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • CSS 6.4%
  • PHP 2.9%
  • Hack 1.1%
  • HTML 0.8%