1.0.1 • Published 2 years ago

magic-mirror-module-freeboxmonitor v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

MMM-FreeBox-Monitor

MagicMirror Module for Freebox V6

MMM-FreeBox-Monitor: The module for MagicMirror.

This module is intended to be used in MagicMirror²!.

The MMM-FreeBox-Monitor displays data from your FreeBox v6 server (Revolution) from the french ISP free. It can combine multiple data

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
	{
		module: 'MMM-FreeBox-Monitor',
		position: 'top_left',	// This can be any of the regions. Best results in left or right regions.
		config: {
			mirrorName: "My Magic Mirror",
			ip: "http://XXX.XXX.XXX.XXX"
			// See 'Configuration options' for more information.
		}
	}
]

Configuration options

The following properties can be configured:

OptionDescription
ipThe IP address of the FreeBox Server. You can use the internal or external IP address of the FreeBox Server, you can use http://www.myipaddress.com/ service to get it. Default FreeBox Server ip is http://192.168.0.254.Possible values: any IP address prefixed by http://
maxCallEntriesThe maximum number of missed calls shown.Possible values: 0 - 100 Default value: 3
displaySystemDataDisplay missed calls table. Possible values: true or falseDefault value: true
displayDownloadsDisplay downloaded files table. Possible values: true or falseDefault value: true
mirrorNameThe mirror name used to identify the mirror on Freebox Server. Useful in case of multiple mirrors. Possible values: stringDefault value: My Magic Mirror
requestRefreshThe refresh interval in seconds to request refrest on Freebox Server. Possible values: 30 - 300Default value: 30

FreeBox Monitor registration:

Before starting the Magic Mirror. Open your Freebox admin page at http://mafreebox.freebox.fr -> Paramètres de la Freebox -> Gestion des accès. Check that Permettre les nouvelles demandes d'association is checked.

MMM-FreeBox-Monitor: Application association

The first time the Magic Mirror starts, a request is sent to Freebox Server to register the application. Select Oui on LCD display to register the mirror.

MMM-FreeBox-Monitor: Registration

Once session is opened, a file freebox.txt is created at the root of Magic Mirror installation directory. If you change the configuration for mirrorName or ip, you must delete this file.

Dependencies

  • installed via npm install