New
v0.27
New:
Actions
https://github.com/Toxblh/MTMR/tree/v0.27.0#actions
"actions": [
{
"trigger": "singleTap",
"action": "hidKey",
"keycode": 53
}
]
Triggers:
singleTap
doubleTap
tripleTap
longTap
Thanks to @cipi1965 #349
Up next calendar widget

{
"type": "upnext",
"from": 0, // Lower bound of search range for next event in hours. Default 0 (current time)(can be negative to view events in the past)
"to": 12, // Upper bounds of search range for next event in hours. Default 12 (12 hours in the future)
"maxToShow": 3 // Limits the maximum number of events displayed. Default 3 (the first 3 upcoming events)
"autoResize": false // If true, widget will expand to display all events. Default false (scrollable view within "width")
},
Thanks to @connorgmeehan more information here #348
Fixes
- Brightness gestures
- Brightness keys thanks to @cipi1965 #367
- YandexWidget thanks to @bobrosoft #344 #345
- Group width thanks to @ParsleyJ #336
Commits
- update matching array with missing forecast ("Thunderstorm with rain") (#316) #316 (Vladimir Tolstikov)
- [2f00c9f]: Update README.md (Anton Palgunov)
- [aa69d5f]: Update TECHNICAL_DEBT.md (Anton Palgunov)
- [a65613a]: Allow change of of a group button width (#336) (Giuseppe Petrosino) #336
- fix issue with wrong URL which leads to random incorrect location detection and wrong weather display (#344) #344 (Vladimir Tolstikov)