Marcel 76da0aa55e Make User-Agent configurable (#3255)
Fixes #3253 

Adds a configuration option to overwrite the default `User-Agent` header
that is send at least by the calendar and news module. Allows other
modules to use the individual user agent as well.

The configuration accepts either a string or a function:
```
var config =
	{
		...
		userAgent: 'Mozilla/5.0 (My User Agent)',
		...
	}
```
or
```
var config =
	{
		...
		userAgent: () => 'Mozilla/5.0 (My User Agent)',
		...
	}
```

---------

Co-authored-by: Veeck <github@veeck.de>
Co-authored-by: veeck <gitkraken@veeck.de>
Co-authored-by: Karsten Hassel <hassel@gmx.de>
Co-authored-by: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>
2025-08-27 13:50:37 +02:00
2025-08-12 21:14:41 +02:00
2025-01-01 08:27:27 -06:00
2025-04-01 20:11:02 +02:00
2025-01-01 08:27:27 -06:00
2025-07-01 00:10:47 +02:00
2025-08-27 13:50:37 +02:00
2025-04-01 20:11:02 +02:00
2025-07-01 00:10:47 +02:00
2023-07-01 21:17:31 +02:00
2025-07-01 00:10:47 +02:00
2025-01-01 08:27:27 -06:00
2024-04-01 22:03:20 +02:00
2024-10-01 00:02:17 +02:00
2025-07-01 00:10:47 +02:00
2025-07-01 00:10:47 +02:00
2025-07-01 00:10:47 +02:00
2020-05-11 22:22:32 +02:00
2025-04-01 20:11:02 +02:00
2024-04-01 22:03:20 +02:00
2023-10-01 20:13:41 +02:00
2025-08-11 12:49:03 +02:00
2025-01-01 08:27:27 -06:00
2025-01-01 08:27:27 -06:00
2025-07-01 00:10:47 +02:00

MagicMirror²: The open source modular smart mirror platform.

License GitHub Actions Build Status GitHub Stars

MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant. MagicMirror² is built by the creator of the original MagicMirror with the incredible help of a growing community of contributors.

MagicMirror² focuses on a modular plugin system and uses Electron as an application wrapper. So no more web server or browser installs necessary!

Documentation

For the full documentation including installation instructions, please visit our dedicated documentation website: https://docs.magicmirror.builders.

Contributing Guidelines

Contributions of all kinds are welcome, not only in the form of code but also with regards to

  • bug reports
  • documentation
  • translations

For the full contribution guidelines, check out: https://docs.magicmirror.builders/about/contributing.html

Enjoying MagicMirror? Consider a donation!

MagicMirror² is Open Source and free. That doesn't mean we don't need any money.

Please consider a donation to help us cover the ongoing costs like webservers and email services. If we receive enough donations we might even be able to free up some working hours and spend some extra time improving the MagicMirror² core.

To donate, please follow this link.

MagPi Top 50

Description
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
Readme 54 MiB
Languages
JavaScript 88.7%
CSS 8.1%
Nunjucks 2.6%
HTML 0.5%
TypeScript 0.1%